|
Pandali Intelligent Editor
-
Version
1.0
The Intelligent Editor is a code editor geared for
C/C++ programming. It includes features such as
syntax coloring, autoindent, brace-matching, macro
record and playback, automatic save and backup, search
and replace (all), etc.
Context-based "intelligence" helps the editor guess
ahead at what you want to type next by looking at open
files and finding matches for whatever you are
currently typing. A dropdown appears offering various
suggestions for completing the current word.
Intelligent file open tries to guess the file you wish
to open even if you mistype it, specify a prefix, or
choose the wrong directory.
The editor is also extensible, allowing users to hook
their own code in to respond to various editor events
or add their own commands. Source code for a sample
extension is included.
Please try it out and send us your comments at
http://www.pandali.com/contact.html.
|