A programmer's editor for the PB/WIN and PB/CC compilers written by members of the PowerBASIC community. His names and contributions are specified in the SED History page of the help file. It uses
Scintilla as the editing component.
Key Features- Tabbed MDI interface
- Multiple instances
- Drag and drop files to the editor
- Syntax highlighting
- Block indent/unindent
- Block comment/uncomment
- Unlimited undo and redo
- Bookmarks
- Codefinder
- Keyboard macros
- Folding
- Zoom
- Indentation guides
- Project management
- Code analyzer
- Codetips and autocompletion
- Context help
- Customizable colors and fonts
- Conversion to Html for easy web publishing
- Ability to compile untitled files
- Execute without compiling
- Split windows
- Color printing and print preview
- Ability to create resource files on the fly
- Post-processor
- Support for PB templates
- Find in files
- MRU (Most recent used files)
- Optional reloading of previous file set at start
- Tools menu
- Plug-ins
- Lynx support
What is new in this version?The main change has been to adapt the code to allow to compile it with PB 10 and my headers for that compiler. Other minor changes include that in this vrersion the PB reserved words are stored in the file SED_PB_KEYWORDS.TXT instead of listed in the source code.
InstallationTo install the editor, just unzip the attached file(s) in the folder of your choice.
Attached filesSED203_Release: Contains the editor, the help file and the tools and DLLs.
SED203_Source: Contains the source code.