Liberty BASIC Workshop 4.9.2 | 7,28 MB Use it to write and edit multiple source code files at the same time, including optional, customizable syntax coloring. It also includes a complete GUI Builder and many other coding tools. There are previewing tools for bitmaps, WAVs and keycodes.
# Multiple file creation and editing.
# Allows creation of multi-module projects via an 'include' directive.
# Open files, or preview in Code Explorer.
# Optional extended syntax coloring, which is fully customizable by the user!
# Allows user to create custom keyword list.
# Allows user to specify custom comments to be inserted as desired, or optionally added to new code windows.
# Includes optional prompt for comments when closing file.
# Optional line numbers in left margin.
# Optional indentation guides.
# Ability to split editing window into two panes.
# Ability to zoom size of text in editing windows at the touch of a button.
# Block indent/outdent.
# Block comment/un-comment of code.
# Tabbing in edit windows, includes option to set tab size.
# Optional auto-indent in editor, indents loops, if-blocks, subs and functions. Adds closings automatically: "end if" to "if" blocks, "wend" to "while" loops, etc.
# Optional highlight of current line.
# Code lines may be bookmarked.
# Bookmark directive auto-sets bookmarks.