Ok. I see. Don't seem to me a big issue, at last the code in the simlinks is -shoul be- "frozen code". I mean that is used by a lot of proyects (no sense to do simlinks if you only use it in one proyect) and don't should be modified, I think, so easely, at risk of harm other proyects...
If doesn't have more Issues than this I think I'll be using this way. Thanks for your answers. Regards. 2014-10-22 19:12 GMT+02:00 Charlie Reinl <[email protected]>: > Am Mittwoch, den 22.10.2014, 18:39 +0200 schrieb Jorge Carrión: > > I remember to read some messages in this list about to have folder's > > simbolic links inside de .src folder of the proyect with all that clases > > and modules we often use in all our proyects. > > I try this and work fine, but don't remenber (neither find) what were the > > problems that such practices produced. > > > > In .deb making, perhaps? someone remember? I don't like surprises when > I'll > > be in a hurry to solve a bug or something... > > > > Regards > > Salut Jorge, > > maybe you talk also about my mails. > I like to work that way because I find source-code while debugging, I > don't when it is in a library. > The Problem I wrote about, which persists in version 3.6 is when opened > in a project, where it is added as link, it will be locked, and since > july 2014 they are no more unlocked when close file or IDE. > > I made a change in my IDE (see attachment) > > -- > Amicalement > Charlie > > > ---------- Mensaje reenviado ---------- > From: Charlie Reinl <[email protected]> > To: [email protected] > Cc: > Date: Thu, 17 Jul 2014 17:33:18 +0200 > Subject: Re: [Gambas-user] DEVELOPMENT ENVIRONMENT using the file write > permissions changes > Am Dienstag, den 15.07.2014, 14:49 +0200 schrieb Benoît Minisini: > > Le 15/07/2014 14:46, Charlie Reinl a écrit : > > > Salut Benoît, > > > > > > > > > Date: 2014-07-11 11:51:47 +0000 (Fri, 11 Jul 2014) > > > Log Message: > > > ----------- > > > [DEVELOPMENT ENVIRONMENT] > > > * NEW: All files can be "locked". This is implemented by using the file > > > write permissions. The old form locking mechanism has been removed. > > > > Salut Benoît, > > I dug a bit deeper, Project.SetReadOnly(Path, <boolean>) is, at least in > FEditor only used on load, but never on unload, so files in my case > symlinks, which are set to readOnly will stay so if I change the project > or close the IDE. > > I tried this on FEditor > > Public Sub Form_Close() > Project.AddRecentFile(Me) > Project.SetReadOnly(Path, False) > End > > Ok, think its a bit rough, but works. > Finally it must be checked how stated the file, when opened, to > reset/keep this stat. > -- > Amicalement > Charlie > > > > ------------------------------------------------------------------------------ > Want fast and easy access to all the code in your enterprise? Index and > search up to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > _______________________________________________ > Gambas-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Gambas-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gambas-user > > ------------------------------------------------------------------------------ _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
