[wxPython-users] ANN: peppy-0.7.0 "Kibbles 'n' Snouts": dogfooding release!

Christopher Barker Chris.Barker at noaa.gov
Thu Oct 18 11:48:15 PDT 2007


Rob McMullen wrote:
> http://www.flipturn.org/peppy

I'll give it a try on OS-X

> The thing I miss the most is M-x fill-paragraph.  If anyone's got a
> good algorithm for that, I'm happy to include it. :)

I don't know how good it is, but I did do some work on one a while back 
-- I'll go try to dig it up. there is one in the Python standard 
library, but it's not great.

> * Thanks to the suggestion of Peter Damoc, you can run scripts from
> within the editor, capturing the standard out/error to a logging minor
> mode window.

Are they run in a separate Python process?

> Menus on notebook tabs to close tabs, open a new tab, show
> related files, ...

Yes -- very handy!

> I'm also in the market for good reindent code.

Is this to re-indent a whole block of code? That's a bit tricky for 
Python, but key for brace-delimited languages, but there will need to be 
a way to specify what style of indentation you want -- i.e. with C, 
people like to put their brackets in different places.

 > electric return,

Is that indenting when you hit a return at the end of a line? That is 
key, and Emacs Python mode does it right (most don't).

> For my
> python mode my current code tries to handle the complicated cases
> rather than just indenting to the previous line, but ends up getting
> confused at a lot of things emacs gets right.

oh well, tricky stuff -- maybe trying to parse the elisp is worth a try.

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov




More information about the wxpython-users mailing list