My preference would be to entirely get rid of the {...}'s
Just put the + mark in the left margin so we know that there is more when
unfolded.
So would just be like this:
+ public void test()
+ public void test1()
+ public void test2()
"Alain Ravet" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> If you fold the following code (in 632),
>
> <code>
> public void test()
> {
>
> }
>
> public void test1()
> {
>
> }
>
> public void test2()
> {
>
> }
> </code>
>
> you get
>
> <code>
> public void test()
> {...}
>
> public void test1()
> {...}
>
> public void test2()
> {...}
> </code>
>
>
> A more compact view would be useful
> - remove / hide empty line
> - put {...} on same line
>
> expected result :
>
> <code>
> public void test() {...}
> public void test1() {...}
> public void test2() {...}
> </code>
>
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features