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 ^^
On Fri, 11 Jul 2008 18:34:09 +0200 ikeautf ikeautf@googlemail.com wrote:
Hi. Is this the right place to report a bug?
Yes.
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"
This is fixed in SVN (but thanks for reporting it).
Regards, Nick
Am Freitag, den 11.07.2008, 18:34 +0200 schrieb ikeautf:
class test: def dunno_lol(self): failtext=''' blabla'''+FAIlINGPOINT+''' blabla '''
def blubber(self): print "lol"
class dummi: def lol(self): print "lol"
This issue already seems to be fixed in SVN. I checked this with revision 2767 here.
Regards