Total Pageviews

Friday 29 November 2013

UliPad- 国产的python开发工具

我现在python主要就用这东西了(有时候改代码用VIM)。 官网

What is UliPad

Ulipad is a wxPython powered, programmer oriented and flexible editor. It has many features such as class browser, code auto-complete, html viewer, directory browser, wizard and many others. The most interesting and distinctive feature is the use of mixin technique which makes Ulipad an easy-to-extend programming environment. You can write your own mixins, plugins or simple scripts, and all of them can be integrated in Ulipad in a seamless way.

Why named it UliPad?

The name comes from Claudio Grondi (thank you!).
Claudio Grondi said:
As we are on the way to make NewEdit THE programmer editor I think, that
a new unique name will help here much (NewEdit is just cheap...).

I suggest to use 'UliPad'.
It has the shortcut of UnLImited.
It tells it is a plain text editor (Pad).
It tells something about the original author (LImodou).
But the most important advantage is:
 
    Google has no entry for 'UliPad' yet!
Wonderful! It seems many people like it.

Description

UliPad uses Mixin and Plugin technique as its architecture. Most of its classes can be extended via mixin and plugin components, and finally become an integrity class when creating the instance. So UliPad is very dynamic. You can write the new features in new files, and hardly need to modify the existing code. And if you want to extend the existing classes, you could write mixins and plugins, and this will be bound to the target class that I call "Slot Class". This technique will make the changes centralized and easily managed.
Requirements:
  • Python 2.3+
  • wxPython 2.4.2.4+ Unicode Version
Recommends:
  • Python 2.4+
  • wxPython 2.8+ Unicode Version
Some plugins may have additional requirements, please read the readme information before installing them.

Objective

Make a clean, powerful, flexible general editor, and even an application framework. And adding extensions should be very easy.
Tasks:
  • Mixin and Plugin framework
  • Unicode support
  • User defined plugin management
  • User custom window integration
  • User custom wizard function 
from http://code.google.com/p/ulipad/
程序作者的博客:http://hi.baidu.com/limodou