Re: [gedit-list] python class browser updated
- From: Steve Frécinaux <nudrema gmail com>
- To: Frederic Back <fredericback gmail com>
- Cc: gedit-list gnome org
- Subject: Re: [gedit-list] python class browser updated
- Date: Sat, 08 Apr 2006 15:31:59 +0200
Hello,
Frederic Back wrote:
I just updated my python class browser plugin for gedit.
> [...]
At a first glance your plugin works well. I have not looked into the
code yet nor tested it carefully but here is a quick suggestion though:
when you click on a function prototype, the view should scroll until
that prototype is at the top of the textview, not at the bottom (since
you usually want to look at the code of that function, not at what was
just before it)
A quick bug I noticed while looking at that file [1]: nested classes are
not handled correctly. I didn't test for nested functions.
Example:
> class _ReadLine(object):
> class History(object):
> def __init__(self):
Good luck, that plugin looks promising ! (are you planning to do the
same for, say, C functions ? :D)
[1]
http://svn.berlios.de/viewcvs/ggap/moo/trunk/moo/moopython/plugins/pyconsole.py
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]