Bug#580911: geany: incorrect folding of code block

2010-05-14 Thread Enrico Tröger
On Tue, 11 May 2010 11:06:36 +0100, Ximin wrote: Hi, after talking with the developer of scintilla, it turns out that this feature is off by default in scintilla. could you turn it off too in geany? the behaviour interferes with ordinary code practices (ie. commenting out code blocks eg.

Bug#580911: geany: incorrect folding of code block

2010-05-11 Thread Ximin Luo
after talking with the developer of scintilla, it turns out that this feature is off by default in scintilla. could you turn it off too in geany? the behaviour interferes with ordinary code practices (ie. commenting out code blocks eg. for testing), and is very unexpected if you don't

Bug#580911: geany: incorrect folding of code block

2010-05-10 Thread Enrico Tröger
On Sun, 9 May 2010 22:17:42 +0200, Enrico wrote: On Sun, 09 May 2010 20:09:12 +0100, Ximin wrote: Hi, make a new file called test.java, then open it in geany. paste in: public void test() { //} System.out.println(hello, world); } and try to

Bug#580911: geany: incorrect folding of code block

2010-05-09 Thread Ximin Luo
Package: geany Version: 0.18.1-1 Severity: normal make a new file called test.java, then open it in geany. paste in: public void test() { //} System.out.println(hello, world); } and try to fold the method definition to make it invisible (the [-]

Bug#580911: geany: incorrect folding of code block

2010-05-09 Thread Enrico Tröger
On Sun, 09 May 2010 20:09:12 +0100, Ximin wrote: Hi, make a new file called test.java, then open it in geany. paste in: public void test() { //} System.out.println(hello, world); } and try to fold the method definition to make it invisible (the