Re: [Lazarus] Commenting.

2011-04-04 Thread Kjow
2011/4/3 Martin laza...@mfriebe.de: it is *not* in 0.9.30 It is only in 0.9.31 Thank you Martin! Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Commenting.

2011-04-03 Thread Kjow
2011/4/2 Martin laza...@mfriebe.de: Now, supported in the latest svn. Folded code stays folded. However as long as a fold is in a comment (or otherwise preserved where it would have previously been unfolded), it will not be saved to your session. That means: - if you restart the IDE, while

Re: [Lazarus] Commenting.

2011-04-03 Thread Martin
On 03/04/2011 10:07, Kjow wrote: 2011/4/2 Martinlaza...@mfriebe.de: Now, supported in the latest svn. Folded code stays folded. However as long as a fold is in a comment (or otherwise preserved where it would have previously been unfolded), it will not be saved to your session. That means: -

Re: [Lazarus] Commenting.

2011-04-02 Thread Martin
On 15/03/2011 10:16, Kjow wrote: Hi all! Everytime I need to comment a part of the code with (e.g. { ... } ) and I have some parts of code minimized with the -/+ on the left of editor (Please excuse me, I don't know the technical term - e.g.

Re: [Lazarus] Commenting.

2011-03-25 Thread Kjow
2011/3/15 Kjow antispamm...@gmail.com: Hi all! Everytime I need to comment a part of the code with (e.g. { ... } ) and I have some parts of code minimized with the -/+ on the left of editor (Please excuse me, I don't know the technical term - e.g.

Re: [Lazarus] Commenting. [folding]

2011-03-25 Thread Martin
On 25/03/2011 09:03, Kjow wrote: 2011/3/15 Kjowantispamm...@gmail.com: Hi all! Everytime I need to comment a part of the code with (e.g. { ... } ) and I have some parts of code minimized with the -/+ on the left of editor (Please excuse me, I don't know the technical term - e.g.

Re: [Lazarus] Commenting.

2011-03-25 Thread Hans-Peter Diettrich
Kjow schrieb: 2011/3/15 Kjow antispamm...@gmail.com: Hi all! Everytime I need to comment a part of the code with (e.g. { ... } ) and I have some parts of code minimized with the -/+ on the left of editor (Please excuse me, I don't know the technical term - e.g.

Re: [Lazarus] Commenting. [folding]

2011-03-25 Thread Kjow
2011/3/25 Martin laza...@mfriebe.de: The term is folding. and yes there is a problem with all folded blocks being unfolded, whenever you start a comment. Unfortunately this is not fixed yet. However a few tricks that maybe can help. Depending on OS, you may have to set the keyboard shortcuts

Re: [Lazarus] Commenting.

2011-03-25 Thread Kjow
2011/3/25 Hans-Peter Diettrich drdiettri...@aol.com: Just an idea: What if you start with the closing brace }, then add the opening {? It is the way I already follow, but sometimes I forgot it... :p Kjow -- ___ Lazarus mailing list

[Lazarus] Commenting.

2011-03-15 Thread Kjow
Hi all! Everytime I need to comment a part of the code with (e.g. { ... } ) and I have some parts of code minimized with the -/+ on the left of editor (Please excuse me, I don't know the technical term - e.g.