ANN: UliPad 3.8 released!
limodou <limodou <at> gmail.com>
2007-12-06 15:08:28 GMT
UliPad is a flexible editor, based on wxPython. It's has many features,just
like:class browser, code auto-complete, html viewer, directory browser, wizard,
etc. The main feature is the usage of mixin. This makes UliPad can be
extended easily. So you can write your own mixin or plugin, or simple script,
these can be easy and seamless integrated with UliPad.
What's new in 3.8
===================
New Features and Changes:
#. Add mako template syntax highlight support
#. Add new option in preference, [Python]->Automatically save modified file
when running python program, if it's checked, it'll automatically save
the modified file.
#. Add Shift+Delete => Cut, Shift+Insert => Paste
#. Upgrade winpdb to lastest version
#. Now you can set pythonpath option in config.ini/[default],
and ulipad will insert it into the sys.path. pythonpath can
be a string or a string list of directory.
#. Svn support, you should install pysvn first, and also support proxy.
#. Change long line indicator default is true.
#. Add doctest support, you can run the doctest of current document in UliPad
#. Add time stamp info in debug and error file
#. Replace the shell window popup menu, and add Copy Without Prompts
and Paste and Run menu items. And if the result cann't be convert to
unicode, then display the result as repr().
#. Script Manager can find menu name from the script content, you
can define it as a comment line, format is: #\s*name:(.*)$
#. Add Run in Shell menu item in Editor context menu
(Continue reading)