很不错!虽然我一直用emacs<br><br><div class="gmail_quote">On Tue, Nov 24, 2009 at 10:16 AM, limodou <span dir="ltr"><<a href="mailto:limodou@gmail.com">limodou@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div>
<div>
<h1><a name="12523fa61064ffc8_features"><span style="font-weight:normal;font-size:small">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.</span></a></h1><h1><a name="12523fa61064ffc8_features"><span style="font-weight:normal;font-size:small"></span>Features</a></h1>
<ul>
<li>
<p><strong>Cross platform</strong></p>
<ul>
<li>based on wxPython, so it can run anywhere that wxPython works, such as: 
Windows, Linux. 
</li><li>Unicode support. </li></ul>
</li><li>
<p><strong>Most features of wxStyledTextCtrl(Scintilla)</strong></p>
<ul>
<li>Syntax highlighting, support Python, c/c++, html, plain text 
</li><li>Folding 
</li><li>Brace Matching 
</li><li>... </li></ul>
</li><li>
<p><strong>Extended selection</strong></p>
<ul>
<li>
<p>Extended word selection -- You can press Ctrl+`MouseDoubleClick` 
to select a word including '.'</p>
</li><li>
<p>Matched selection -- Select text in quoted chars like: (), [], 
{}, <cite>''</cite>, <cite>""</cite>.</p>
<p>For example: a string just like:</p><pre>def func(self, 'This is a test'):
             ^
</pre>
<p>The '^' char represents caret position in above line. If you press Ctrl+E, 
you will select the whole text in (), i.e. "self, 'This is a test'". Something 
more in Selection Menu.</p></li></ul>
</li><li>
<p><strong>Other editing extension</strong></p>
<ul>
<li>Duplicating text -- Just like Vim Ctrl+V, Ctrl+P, and more. You can 
duplicate above or below char, word, line which match the leading chars. 
</li><li>Quoting text -- Add some quoted chars before and after selected text, just 
as: <cite>""</cite>, <cite>''</cite>, (), [], {}, and customized string, etc. 
</li><li>Text convertion and view -- python -> html, reStructured Text -> html, 
textile -> html, and you can output or view the html text in message window, 
or html view window, or replace the selected text. 
</li><li>Utf-8 encoding auto detect 
</li><li>Changing document encoding 
</li><li>Auto backup 
</li><li>Last session support -- It'll save all the filenames as closed, and reopen 
the files as next started. 
</li><li>Smart judge the indent char -- It'll auto guess the indent char, and sets 
it. 
</li><li>Finding in files 
</li><li>Bookmark supports </li></ul>
</li><li>
<p><strong>Python support</strong></p>
<ul>
<li>built-in python interactive window based on <cite>PyShell</cite>, support 
Unicode 
</li><li>Auto completion 
</li><li>Function syntax calltips 
</li><li>Run, run with argument, stop python source 
</li><li>Auto change current path 
</li><li>Python class browser 
</li><li>Syntax and PEP8 style checking,also supply a pylint plugin. </li></ul>
</li><li>
<p><strong>Code snippets</strong></p>
<p>You can manage your code snippets with categories, and each category can have 
many items. Every item will represent a code snippet. You can insert an item 
just by double-clicking on it. It even supports importing and exporting.</p>
</li><li>
<p><strong>Simple project support</strong></p>
<p>Can create a special file _project, so every file and folder under the folder 
which has the _project can be considered as a whole project.</p>
</li><li>
<p><strong>Extension mechanism</strong></p>
<ul>
<li>Script -- You can write easy script to manipulate the all resource of 
<cite>UliPad</cite>, just like: text conversion, etc. 
</li><li>Plugin -- Customized function. More complex but more powerful. Can easily 
merge with <cite>UliPad</cite>, and can be managed via menu. 
</li><li>Shell command -- Add often used shell commands, and execute them. </li></ul>
</li><li>
<p><strong>Ftp support</strong> You can edit remote files through 
ftp. You can add, rename, delete, upload, download file/directory.</p>
</li><li>
<p><strong>Multilanguage support</strong></p>
<p>Currently supports 4 languages: English, Spanish, Simplified Chinese and 
Traditional Chinese, which can be auto-detected.</p>
</li><li>
<p><strong>Ships many plugins</strong> (must be configed as used 
them before)</p>
<ul>
<li>Django support plugin 
</li><li>Batch rename files plugin 
</li><li>Collaborative Programming support plugin, names as 
<strong>pairprog</strong>. 
</li><li>Mp3 player plugin 
</li><li>Spell check plugin 
</li><li>wizard plugin 
</li><li>Text to speech(windows only) plugin 
</li><li>... </li></ul>
</li><li>
<p><strong>Shipped scripts</strong></p>
<ul>
<li>You can find them in (<cite>$UliPadInstalled</cite>)/scripts. </li></ul>
</li><li>
<p><strong>Wizard</strong></p>
<p>You can make your own wizard template. The wizard can input user data, 
combine with template, and output the result. And wizard also support code 
framework created. This feature will help you improving coding efficiency.</p>
</li><li>
<p><strong>Direcotry Browser</strong></p>
<p>Browse multiple directories, and you can really add, delete, rename 
directories and files. Double click will open the file in Editor window.</p>
</li><li>
<p><strong>`AutoComPlete`(acp)</strong></p>
<p>Suport user autocomplete file, it can help to input code very helpful and 
functional.</p>
</li><li>
<p><strong>Column Editing Mode</strong></p>
<p>You can select multilines, and then set a column mode region, so in any line 
of this region, if you enter a character, other lines will also add this 
character. If you want to deal with multilines as a similar mode, this 
functionality will be very handy.</p>
</li><li>
<p><strong>Smart Navigation</strong></p>
<p><cite>UliPad</cite> can remember the visit order of your opened files, and 
you can go back or go forward in these files.</p>
</li><li>
<p><strong>Live regular expression searching</strong></p>
<p>You can type some regular expression on the fly, and see the result 
dynamiclly.</p>
</li><li>
<p><strong>Spell check plugin</strong></p>
<p>Need to install <cite>PyEnchant</cite> module.</p>
</li><li>
<p><strong>Collaborative Programming</strong></p>
<p>Multi-user can modify some files at the same time. You should enable 
<em>pairprog</em> plugin.</p>
</li><li>
<p><strong>Todo Supports</strong></p>
<p>Auto finds todos and supports several kind of formats.</p>
</li><li>
<p><strong>Multi-View Supports</strong></p>
<p>User can open a document in multi views, for example in left pane or bottom 
pane.</p>
</li><li>
<p><strong>Version Control Support</strong></p>
<ul>
<li>svn support. Now you can use svn in <cite>UliPad</cite> to update, checkout, 
commit, etc. </li></ul></li></ul></div>
<div>
<h1><a name="12523fa61064ffc8_links">Links</a></h1>
<ul>
<li>Project: <a href="http://code.google.com/p/ulipad" target="_blank">http://code.google.com/p/ulipad</a> 
</li><li>source version: <a href="http://ulipad.googlecode.com/files/ulipad.4.0.zip" target="_blank">http://ulipad.googlecode.com/files/ulipad.4.0.zip</a> 

</li><li>windows exe version: <a href="http://ulipad.googlecode.com/files/ulipad.4.0.py25.exe" target="_blank">http://ulipad.googlecode.com/files/ulipad.4.0.py25.exe</a> 

</li><li>maillist: <a href="http://groups.google.com/group/ulipad" target="_blank">http://groups.google.com/group/ulipad</a> 

</li><li>ulipad snippets site: <a href="http://ulipad.appspot.com/" target="_blank">http://ulipad.appspot.com</a> (hosted by GAE) 
</li></ul>
<p>Hope you enjoy it.</p></div></div><br>-- <br>I like python! <br>UliPad <<The Python Editor>>: <a href="http://code.google.com/p/ulipad/" target="_blank">http://code.google.com/p/ulipad/</a><br>UliWeb <<simple web framework>>: <a href="http://uliwebproject.appspot.com" target="_blank">http://uliwebproject.appspot.com</a><br>


My Blog: <a href="http://hi.baidu.com/limodou" target="_blank">http://hi.baidu.com/limodou</a><br><br><br>
--~--~---------~--~----~------------~-------~--~----~<br>
来自: `python-cn`:CPyUG ~ 华蟒用户组 | 发言:<a href="mailto:python-cn@googlegroups.com" target="_blank">python-cn@googlegroups.com</a>
 <br> 退订: <a href="http://tinyurl.com/45a9tb" target="_blank">http://tinyurl.com/45a9tb</a> //针对163/qq邮箱:<a href="http://tinyurl.com/4dg6hc" target="_blank">http://tinyurl.com/4dg6hc</a>
 <br> 详情: <a href="https://groups.google.com/group/python-cn" target="_blank">https://groups.google.com/group/python-cn</a>
 <br> 严正: 理解列表! 智慧提问! <a href="http://wiki.woodpecker.org.cn/moin/AskForHelp" target="_blank">http://wiki.woodpecker.org.cn/moin/AskForHelp</a><br>
-~----------~----~----~----~------~----~------~--~---<br>
<br>
</blockquote></div><br>