Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Liberty BASIC Workshop 4.9.2

    Posted By: webgurur
    Liberty BASIC Workshop 4.9.2

    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.