SPE IDE for Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • py

    #1

    SPE IDE for Python

    Anyone here use SPE (http://www.stani.be/python/spe/blog/). ...the IDE?

    Also, anyone know if it supports CVS or has a plugin for CVS? If not,
    what do you use to get your code into CVS (via an IDE preferably)?

  • Detlev Offenbach

    #2
    Re: SPE IDE for Python

    py wrote:
    [color=blue]
    > Anyone here use SPE (http://www.stani.be/python/spe/blog/). ...the IDE?
    >
    > Also, anyone know if it supports CVS or has a plugin for CVS? If not,
    > what do you use to get your code into CVS (via an IDE preferably)?[/color]

    I use eric3 (http://www.die-offenbachs.de/detlev/eric3.html). It is an
    IDE with CVS interface and much more.

    Detlev

    Comment

    • Brendan

      #3
      Re: SPE IDE for Python

      SPE doesn't yet integrate with CVS, but it's in active development.
      CVS support may come sooner than later.

      I have been demoing Komodo which integrates with CVS, SVN and perforce.
      I've been very impressed.


      On my pc I just use the tortoiseSVN windows explorer plugin -


      Comment

      • Peter Milliken

        #4
        Re: SPE IDE for Python

        I use Emacs - it has cvs support and the next version (available from the
        GNU CVS archives) will support svn as well.

        Plus you can extend Emacs (assumes it doesn't quite do all you wish already
        :-)) via a python extension module where you can write your new edit
        commands in Python - see pymacs for this little gem. I am not aware (not
        that I have looked! So please don't bombard me! I am perfectly happy with
        Emacs :-)) of any other IDE that allows editor extensions to be written in
        Python...

        "py" <codecraig@gmai l.com> wrote in message
        news:1131457605 .425734.54340@g 44g2000cwa.goog legroups.com...[color=blue]
        > Anyone here use SPE (http://www.stani.be/python/spe/blog/). ...the IDE?
        >
        > Also, anyone know if it supports CVS or has a plugin for CVS? If not,
        > what do you use to get your code into CVS (via an IDE preferably)?
        >[/color]


        Comment

        • Chris Spencer

          #5
          Re: SPE IDE for Python

          py wrote:[color=blue]
          > Anyone here use SPE (http://www.stani.be/python/spe/blog/). ...the IDE?
          >
          > Also, anyone know if it supports CVS or has a plugin for CVS? If not,
          > what do you use to get your code into CVS (via an IDE preferably)?[/color]

          I used to use SPE quite frequently, until it went nearly unmaintained
          for most of late last year. I switched to the PyDev plugin for Eclipse,
          which comes with standard support for CVS (there's also an SVN plugin).
          SPE development looks to be back in full swing, which in good, since
          it's one of the best pure Python IDEs around.

          Chris

          Comment

          Working...