Ped is a text editor written using Python for S60. It may be used to edit any text file but was created mainly to write/edit Python scripts on the phone. It provides tools that make this task easier. .
.
The main text editor features are:
* multi document interface,
* flexible file browser to open files at any location,
* easy editing with page up/down functionality,
* find string / find all functionality,
* selectable font and color,
* works on all S60 platform editions.
Additional Python IDE features include:
* built-in Python Shell with IDLE-like features,
* sophisticated Auto-Complete feature,
* smart auto indentation,
* easy execution,
* automatically moves to line which caused an exception,
* Code Browser.
Changes:
- it should be now safe to use Ped's multi document interface framework from apps running under Ped ,
- a list of five recently opened/saved files is stored and accessible below the drives in file browser,
- a few minor fixes.
You need to have Python installed on your phone.
|