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 _______________________________________________ Geany mailing list [email protected] http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
