Pandali Intelligent Editor Description
Pandali Intelligent Editor - The Intelligent Editor is a code editor geared for C/C++ programming (though it can be used with JavaScript, C#, VB, Perl, Python, and more). It includes features such as syntax coloring, autoindent, brace-matching, macro record and playback, automatic save and backup, search and replace (all), find-in-files, 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.
Pandali Intelligent Editor - Intelligent file open will actually try and guess the file you want to open even if you mistype it, specify a prefix, or choose the wrong directory!It 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.A compile extension is also included which allows you to launch a compiler from the editor and examines the error output. Compiler is not included.