Re: class browser

2010-12-13 Thread Adam Tauno Williams
able? > > Monodevelop has good Python support which includes a working Python > > class browser for Python projects & solutions. > > <http://www.mono-project.com/Main_Page> > Ok downloaded mono. > How do I import an existing project? Just create a new Python proj

Re: class browser

2010-12-12 Thread rusi
On Dec 8, 11:24 pm, Adam Tauno Williams wrote: > On Wed, 2010-12-08 at 13:18 +0530, Rustom Mody wrote: > > If I have a medium to large python code base to browse/study, what are > > the class browsers available? > > Monodevelop has good Python support which includes a w

Re: class browser

2010-12-08 Thread Adam Tauno Williams
On Wed, 2010-12-08 at 13:18 +0530, Rustom Mody wrote: > If I have a medium to large python code base to browse/study, what are > the class browsers available? Monodevelop has good Python support which includes a working Python class browser for Python projects & solutions. <ht

Re: class browser

2010-12-08 Thread Jean-Michel Pichavant
Rustom Mody wrote: If I have a medium to large python code base to browse/study, what are the class browsers available? vim + ctags is one of them. JM -- http://mail.python.org/mailman/listinfo/python-list

class browser

2010-12-08 Thread Rustom Mody
If I have a medium to large python code base to browse/study, what are the class browsers available? -- http://mail.python.org/mailman/listinfo/python-list

Re: python-mode is missing the class browser

2008-08-08 Thread Neal Becker
>Alexander Schmolck wrote: > "Adam Jenkins" <[EMAIL PROTECTED]> writes: > >> On Fri, Aug 8, 2008 at 7:32 AM, Michele Simionato >> <[EMAIL PROTECTED]> wrote: >>> On Aug 7, 5:55 pm, Alexander Schmolck <[EMAIL PROTECTED]> wrote: >> ... >>> >>> I have solved by using ipython.el which was already inst

Re: python-mode is missing the class browser

2008-08-08 Thread Alexander Schmolck
"Adam Jenkins" <[EMAIL PROTECTED]> writes: > On Fri, Aug 8, 2008 at 7:32 AM, Michele Simionato > <[EMAIL PROTECTED]> wrote: >> On Aug 7, 5:55 pm, Alexander Schmolck <[EMAIL PROTECTED]> wrote: > ... >> >> I have solved by using ipython.el which was already installed. For the >> sake of >> future go

Re: python-mode is missing the class browser

2008-08-08 Thread Adam Jenkins
On Fri, Aug 8, 2008 at 7:32 AM, Michele Simionato <[EMAIL PROTECTED]> wrote: > On Aug 7, 5:55 pm, Alexander Schmolck <[EMAIL PROTECTED]> wrote: ... > > I have solved by using ipython.el which was already installed. For the > sake of > future googlers using Ubuntu 8.04, emacs and ipython, it is enou

Re: python-mode is missing the class browser

2008-08-08 Thread Michele Simionato
On Aug 7, 5:55 pm, Alexander Schmolck <[EMAIL PROTECTED]> wrote: > There are two different and independently developedpython-modes. The > politically correct one that comes with emacs (IIRC python.el) that had pretty > limited functionality last time I looked, and the original but not FSF blessed >

Re: python-mode is missing the class browser

2008-08-07 Thread Diez B. Roggisch
Bruno Desthuilliers wrote: > Michele Simionato a écrit : >> I have noticed that the python-mode for Emacs that comes with the >> latest Ubuntu is missing the class browser. Moreover if works >> differently from the python-mode I was used to (for instance CTRL-c-c >> wor

Re: python-mode is missing the class browser

2008-08-07 Thread Alexander Schmolck
Michele Simionato <[EMAIL PROTECTED]> writes: > I have noticed that the python-mode for Emacs that comes with the > latest Ubuntu is missing the class browser. Moreover if works > differently from the python-mode I was used to (for instance CTRL-c-c > works as CTRL-c-! whereas C

Re: python-mode is missing the class browser

2008-08-07 Thread Bruno Desthuilliers
Michele Simionato a écrit : I have noticed that the python-mode for Emacs that comes with the latest Ubuntu is missing the class browser. Moreover if works differently from the python-mode I was used to (for instance CTRL-c-c works as CTRL-c-! whereas CTRL-c-! is missing, etc). How can I go back

python-mode is missing the class browser

2008-08-07 Thread Michele Simionato
I have noticed that the python-mode for Emacs that comes with the latest Ubuntu is missing the class browser. Moreover if works differently from the python-mode I was used to (for instance CTRL-c-c works as CTRL-c-! whereas CTRL-c-! is missing, etc). How can I go back to the old python-mode or at

Idle 1.1.3 class browser + a few questions

2006-09-13 Thread hg
Hi, Is there a way to: 1) open the class browser automatically on the file opening 2) have the class browser updated when functions/classes ... are added to the file 3) have a vertical scroll bar 4) have line numbers Thanks, Philippe -- http://mail.python.org/mailman/listinfo/python-list

Class browser

2006-06-10 Thread bfrost
Hi, Is there a easy way to start a standalone IDLE class-path- browser or 'else' recommended standalone classbrowser. Thanks. -- http://mail.python.org/mailman/listinfo/python-list