Howdy,

If you are looking into leveraging the capabilities of existing
projects, you might want to take a peek at Leo.
http://webpages.charter.net/edreamleo/front.html

Leo started life as an outlining editor, is brilliant at that,
but outlining has become the tip of an iceberg. It is 
easy to extend Leo in any direction with plugins. It is
a wonderful environment for Python coding.

Under heavy development, the discussion forums
http://sourceforge.net/forum/?group_id=3458
give some idea of the breadth and depth of what
is being done with Leo.

Thanks,
Kent

On 8/25/05, Paul McNett <[EMAIL PROTECTED]> wrote:
> cross wind wrote:
> > I found that dEditor has useful features which are not in DrPython and
> > I am inclined to switch to the former. However, since dEditor is
> > incapable as yet in directly launching or running the scripts, I
> > wonder how it can be conveniently done. What comes to my mind is to
> > have DrPython reload and run the script edited and saved from dEditor.
> 
>  > I like dEditor because of its collapse/expand feature, and the help
>  > popup is more detailed compared to DrPython.
> 
> Wow, glad to hear you like dEditor! I kind of threw dEditor together
> quite a while ago and then forgot about it. I should really start using
> it again, as that's how any development ever gets done on it (I've been
> using gedit on Ubuntu Linux). I did put a lot of work into the help
> popup features, so I appreciate your praise.
> 
> Please make sure you save often: I'm not confident dEditor is 100%
> reliable yet. It does some trickery with namespaces that could
> potentially cause trouble.
> 
> dEditor is one part of the upcoming Dabo IDE. Under the umbrella of the
> IDE, we'll probably have ways to launch your script like you are
> describing. However, I'm not sure I'll even use that, because I think
> the best command center is the unix command line. Try having one command
> window open from which to launch dEditor, and one open ready to run the
> newly edited script. Hit save in dEditor, then Alt+Tab to the command
> window, hit uparrow+enter to launch the script again. I find that quite
> efficient.
> 
> On the other hand, I suppose there is no reason why we couldn't include
> a menu/toolbar option in dEditor itself to run the script. It would
> merely do a os.system("python %s" % path_to_script). It would be a
> trivial change: does that sound good?
> 
> --
> Paul McNett
> http://paulmcnett.com
> http://dabodev.com
> 
> 
> _______________________________________________
> Post Messages to: [email protected]
> Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
>

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to