Python bug?
Marcel Strittmatter
marcel.strittmatter at acter.ch
Wed May 2 12:54:29 BST 2001
Hi
I'm new to this mailing list. So please tell me when I'm posting
something to banal.
I just tried the python action and it didn't work. I had to do the
following changes to get it work:
diff init_old.py init.py
------------------------
3c3,4
< gideon.core.gotoSourceFile("/home/bernd/.bashrc")
---
> foo = gideon.core()
> foo.gotoSourceFile("/home/stritt/.cshrc")
diff gideon_old.py gideon.py
----------------------------
4c4
< def gotoSourceFile(filename):
---
> def gotoSourceFile(self, filename):
7c7
< def gotoDocumentationFile(filename):
---
> def gotoDocumentationFile(self, filename):
btw: are there any plans to implement more python support?
Marcel
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list