Re: [Gambas-user] gambas editor is locked

2017-05-02 Thread Fernando Cabral
Karl wrote: > your rights are ideal. If you lock them, inside /.src you will find > -r--r--r-- 1 fernando fernando. > Did you check inside /.src ? Yes, using "find ... ls -la" I checked one by one. They all have at least the access permission indicated. > If inside /.src files are also -rw-r--r--

Re: [Gambas-user] gambas editor is locked

2017-05-02 Thread Karl Reinl
Am Dienstag, den 02.05.2017, 09:53 -0300 schrieb Fernando Cabral: > Karl wrote: > > > the directory from gbDocEditor. is (if you have downloaded via > > softwarefarm) ~/.local/share/gambas3/src/oliviercruilles/gbDocEditor > > Just run a chmod -R on that. > > But first look whats are your rights

Re: [Gambas-user] gambas editor is locked

2017-05-02 Thread Fernando Cabral
Karl wrote: > the directory from gbDocEditor. is (if you have downloaded via > softwarefarm) ~/.local/share/gambas3/src/oliviercruilles/gbDocEditor > Just run a chmod -R on that. > But first look whats are your rights on it. Yes, I donwloaded it via softwarefarm. I checked files and directories

Re: [Gambas-user] gambas editor is locked

2017-05-02 Thread Karl Reinl
Am Dienstag, den 02.05.2017, 07:08 -0300 schrieb Fernando Cabral: > Karl wrote: > > >I suppose You have opened the example projects, is it? > > Just save you a local copy by 'save as'.. > > I did download and open gbDocEditor. Do you mean it can lock all my > projects? > If so, what else can I do

Re: [Gambas-user] gambas editor is locked

2017-05-02 Thread Fernando Cabral
Karl wrote: >I suppose You have opened the example projects, is it? > Just save you a local copy by 'save as'.. I did download and open gbDocEditor. Do you mean it can lock all my projects? If so, what else can I do to unlock it? Saving as did not seem to work. - fernando 2017-05-02 3:22 GMT-03

Re: [Gambas-user] gambas editor is locked

2017-05-02 Thread Jorge CarriĆ³n
If you have linked the source code directorys with other projects, Gambas lock de files as readonly too. In that case you must modify the code in their original project, not in the linked one. Best Regards 2017-05-02 2:36 GMT+02:00 Fernando Cabral : > All of a sudden, I can not edit any project.

Re: [Gambas-user] gambas editor is locked

2017-05-01 Thread Karl Reinl
Am Montag, den 01.05.2017, 21:36 -0300 schrieb Fernando Cabral: > All of a sudden, I can not edit any project. They are all locked. > Hitting the lock icon does not change anything except that > on the tab where the module name is shown the expression '[read only]" > appears and disappears. But I s

[Gambas-user] gambas editor is locked

2017-05-01 Thread Fernando Cabral
All of a sudden, I can not edit any project. They are all locked. Hitting the lock icon does not change anything except that on the tab where the module name is shown the expression '[read only]" appears and disappears. But I still can not edit the source code. What I am supposed to do to fix this