UliPad Learning Notes

Introduction:

UliPad is a General Python Editor based on Python and wxPython. It supports many features that you can find in other Editors, and the main feature of it is flexible mixin and plugin architecture. So user can extend his own functionality into UliPad, and you can treat UliPad as a developing platform.

For now, UliPad is hosted on code.google.com site, you can find it at http://code.google.com/p/ulipad . You can download the lastest version of UliPad at here. And the svn url is:

http://ulipad.googlecode.com/svn/trunk/

 

Understand the architechure of UliPad

architecture.htm is a useful to you to understand the architecture of UliPad.

 

How to use

faq.htm should be a starting to learn how to use it.

How to use code folding

Author: Dick Moores

  1. Enable code folding by checking "Show code folding margin" on Edit -> Preferences, the Document tab.
  2. Click on a "-" to fold. "+" to expand.
  3. Ctrl+Shift+Left-Click anywhere in folding margin will toggle between Fold All and Expand All.

howto_input_assistant.htm is an advance feature to make the editing more effectively.

i18n.htm Internationalization

index.htm should be read through.

 

 

 

 

 

 

你可能感兴趣的:(UliPad Learning Notes)