Hi. Is this the right place to report a bug?
I have found an annoying one: (geany v 0.14 on Zenwalk 5.2) the classbrowser gets confused by code like this: save this as xxx.py and see, that the classbrowser doesnt display "blubber" and "class dummi".
class test: def dunno_lol(self): failtext=''' blabla'''+FAIlINGPOINT+''' blabla '''
def blubber(self): print "lol"
class dummi: def lol(self): print "lol"
should be an easyone to fix ^^