Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #7509 > unrolled thread

Deditor 0.3.0

Started byKruptein <darragh.ssa@gmail.com>
First post2011-06-13 04:10 -0700
Last post2011-06-13 21:03 +0800
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  Deditor 0.3.0 Kruptein <darragh.ssa@gmail.com> - 2011-06-13 04:10 -0700
    Re: Deditor 0.3.0 TheSaint <nobody@nowhere.net.no> - 2011-06-13 21:03 +0800

#7509 — Deditor 0.3.0

FromKruptein <darragh.ssa@gmail.com>
Date2011-06-13 04:10 -0700
SubjectDeditor 0.3.0
Message-ID<1623698c-93c2-4960-8136-e8761bb35f0a@em7g2000vbb.googlegroups.com>
Hey,

I just released a new version of my pythonic text-editor;

Short description:
Deditor is a text-editor for python developers, deditor offers a
python interpreter, code analyzing, checking of errors on save, run
your code directly from the editor or load your module in the
interpreter for direct testing.
The plugin system is also written in python which makes it possible
for other users to add awesome stuff.
Some existing plugins are integrated SSH/SFTP and project management.


You can download deditor from http://launchpad.net/deditor  (only
a .tar.gz and a .deb are available for the moment  a .zip and/or .exe
will come in the future)

If you are on ubuntu you can also install from my ppa:
sudo add-apt-repository ppa:darragh-ssa/deditor
sudo apt-get update
sudo apt-get install deditor


Here is a picasa web-album with some screenshots:
https://picasaweb.google.com/111149189162057101275/Deditor?authkey=Gv1sRgCJzM7eX1-6jO9QE&feat=directlink

[toc] | [next] | [standalone]


#7510

FromTheSaint <nobody@nowhere.net.no>
Date2011-06-13 21:03 +0800
Message-ID<it51r9$iss$1@speranza.aioe.org>
In reply to#7509
Kruptein wrote:

> Deditor is a text-editor for python developers,

I'd like a editor that runs programs on trace and highlight the line(s) 
where it step into.
Obviously, if running at normale speed it will disable or if the speed is 
reduced it will works.

-- 
goto /dev/null

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web