A code editor developed with Liberty BASIC
Based on Scintilla Demo by Mitchell Kotler.
Multi document interface
*.bas files can be associated with JaLBe.
Multiple file Drag and Drop onto the editor is supported.
Supports Header and Include files:
'<header> and '<include>.
'<path><header> and '<path><include>. Every included file can have its own included files.
Included files are checked for duplicate method names. Duplicates are logged and the user is notified.
A default folder may be specified for header and include files.
Up to 20 external applications may be run from the editor.
Dual language LB / C++
Run, debug, tokenize Liberty BASIC programs (requires Liberty BASIC)
Compile C++ DLLs
Fast syntax coloring
Full color printing
Unlimited undo / redo
Auto indent
Block indent
Block unindent
Bookmarks
Auto line numbering
Full featured search / replace
Branch list sorting. Ascending, descending, unsort.