[Geany] folding eating blank lines
spir
denis.spir at xxxxx
Sat Mar 6 08:40:09 UTC 2010
Hello,
In python mode, folding eats blank lines _after_ ther end of a section. For instance:
- def foo():
| print 'a'
| print 'b'
| print 'c'
# The blank line above will be folded with the func.
This is rather annoying for it eats visual separations:
# tool funcs
+ def foo()
+ def bar()
+ def baz()
# The blank line above is eaten, unfortunately.
# constants
A = '1'
B = '2'
Is there a way to configurate this behaviour? If not, is there a chance to have a parameter, or to have it changed, in the future?
Denis
--
________________________________
la vita e estrany
spir.wikidot.com
More information about the Users
mailing list