ZionEdit is a very intuitive, highly configurable, light and uncluttered programmer´s editor based on the awesome Scintilla edit component. C/C++, Perl, HTML(+JavaScript,PHP etc), Ruby, LISP, Python, Batch and Makefile supported.
ZionEdit can run multiple independent edit windows that can be placed and sized however you want. This makes side by side comparisons easy. Locations and sizes can be specified by start up switches.
In order To maintain a robust development system ZionEdit employs WxWidgets Inter Process Communication to ensure data (like history and style changes) is coordinated between windows. IPC also ensures that you don´t accidentally open a file as writeable twice.
ZionEdit is based on the out-of-this world Scintilla edit component. So all the standard editor features are available. Some are still on the to-do list, I do confess.
What's New in version 2.0.16:
- Added real-time (live) search capability to the standard find/replace dialog.
- Added workaround for combobox lookup "feature" that would prefer to use a string from history rather than the one typed in: All combos will go to a textctrl on text entry.
- Other minor tweaks and fixes.