Re: [MSEide-MSEgui-talk] wish (code folding)

2016-01-12 Thread Graeme Geldenhuys
On 2016-01-12 07:38, che fou wrote: > i can imagine the benefit of this, its better than scrolling actually > ;) think of 1000's of lines. I have to agree with Martin on this one. I also don't like code folding. Instead split your code over more units if it gets too much in a single unit. As for

Re: [MSEide-MSEgui-talk] wish (code folding)

2016-01-12 Thread Martin Schreiber
On Tuesday 12 January 2016 08:38:27 che fou wrote: > Hi Martin > could this feature implemented with low effort ? (i doubt ;) ) > i can imagine the benefit of this, its better than scrolling actually > ;) think of 1000's of lines. and its act like a virtual name space . > it let you divide your

Re: [MSEide-MSEgui-talk] wish (code folding)

2016-01-12 Thread che fou
its not a must have feature , its just nice to have , in the end it is a matter of tastes , but maybe you're right , simplicity indeed helps the brain to think ;) . you remind me of my professors at the university , lots of them uses just a simple notepad to write the code ;)

Re: [MSEide-MSEgui-talk] wish (code folding)

2016-01-12 Thread Fred van Stappen
> I also switched off the new coloured background for marked brackets and > completely switched off begin/end marking. Huh, I agree with you if... the code is well indented. But with a code bad-indented, begin/end marking is very helpful. So, with the help of begin/end marking, you can easy make

Re: [MSEide-MSEgui-talk] wish (code folding)

2016-01-12 Thread Edson H
msegui-talk@lists.sourceforge.net Asunto: Re: [MSEide-MSEgui-talk] wish (code folding) On 2016-01-12 07:38, che fou wrote: > i can imagine the benefit of this, its better than scrolling actually > ;) think of 1000's of lines. I have to agree with Martin on this one. I also don't like code fold

Re: [MSEide-MSEgui-talk] wish (code folding)

2016-01-12 Thread Graeme Geldenhuys
On 2016-01-12 14:17, Fred van Stappen wrote: > you can easy make your code looking like a poem Indeed, if only MSEide had support for "Elastic Tabstops", then we could even use variable width (cursive handwritten) fonts. For example: Dancing Script

Re: [MSEide-MSEgui-talk] wish (code folding)

2016-01-12 Thread Fred van Stappen
> On 2016-01-12 14:17, Fred van Stappen wrote: > > you can easy make your code looking like a poem > > Indeed, if only MSEide had support for "Elastic Tabstops", then we could > even use variable width (cursive handwritten) fonts. > For example: > Dancing Script

[MSEide-MSEgui-talk] wish (code folding)

2016-01-11 Thread che fou
Hi Martin could this feature implemented with low effort ? (i doubt ;) ) i can imagine the benefit of this, its better than scrolling actually ;) think of 1000's of lines. and its act like a virtual name space . it let you divide your source into regions , so it could simplify the maintenance in