Code Browser and Python sources
Submitted by Friday, 14 October, 2005 - 13:52
on
Hi everybody.
I am a big fan of jEdit and cant find any more complete editor for Python.
But I am using Code Browser/ctags and it is working BUT unfortunatelly the METHODS are not coming nested under their respective classes. This is indeed provided by ctags when I run it on console as codebrowser does as you can see below:
...canvas.py /^ def __init__(self, parent, id = -1):$/;" kind:member class:ColumnCanvas
Is there any way to workaround it? Change some conf file or xml in the jar?
It seems a pretty easy code to write how can we help do it? I am willing to do it if it is the case...
Thanks
I am a big fan of jEdit and cant find any more complete editor for Python.
But I am using Code Browser/ctags and it is working BUT unfortunatelly the METHODS are not coming nested under their respective classes. This is indeed provided by ctags when I run it on console as codebrowser does as you can see below:
...canvas.py /^ def __init__(self, parent, id = -1):$/;" kind:member class:ColumnCanvas
Is there any way to workaround it? Change some conf file or xml in the jar?
It seems a pretty easy code to write how can we help do it? I am willing to do it if it is the case...
Thanks