Re: [Gambas-user] Alternative to differentiate private and public symbols on the IDE

2010-09-18 Thread Benoît Minisini
> 2010/9/18 Benoît Minisini : > > Alas the syntax highlighter is line-based, and does not know if a symbol > > is public or private. > > And the solution could be just keep a track about if symbols in a > proyect are public or private. Or you've frozen the addition of new > features? I don't see

Re: [Gambas-user] Alternative to differentiate private and public symbols on the IDE

2010-09-18 Thread Fabián Flores Vadell
2010/9/18 Benoît Minisini : > Alas the syntax highlighter is line-based, and does not know if a symbol is > public or private. > And the solution could be just keep a track about if symbols in a proyect are public or private. Or you've frozen the addition of new features? -- Fabián Flores Vadell

Re: [Gambas-user] Alternative to differentiate private and public symbols on the IDE

2010-09-18 Thread Benoît Minisini
> Often, we use conventions of prefix to distinguish symbols public and > private. An alternative way to do this would be allow to have > differents colors to highlight public and private symbols, by > disaggregating the item "Symbols" in Tools > Preferences > Style to > "Public Symbols" and "Priva

[Gambas-user] Alternative to differentiate private and public symbols on the IDE

2010-09-18 Thread Fabián Flores Vadell
Often, we use conventions of prefix to distinguish symbols public and private. An alternative way to do this would be allow to have differents colors to highlight public and private symbols, by disaggregating the item "Symbols" in Tools > Preferences > Style to "Public Symbols" and "Private Symbols