Skip to content

v0.3.0

Pre-release
Pre-release

Choose a tag to compare

@PropGit PropGit released this 22 May 22:48
· 361 commits to master since this release

Updates

  • Passes all 1300+ PBASIC code tokenizer tests
  • Handles fast data processing in Debug Terminal more smoothly
  • Supports BASIC Stamp Identification
  • Adds port scanning on identify and download processes
  • Displays progress indicator during port scanning
  • Adds a determinate progress bar for downloaded packets
  • Saves user session state on application close
  • Restores user session on application startup
  • Highlights PBASIC syntax properly
  • Includes keyboard shortcuts
    • Ctrl-A - Select all text in current source code
    • Ctrl-C - Copy selected text to the clipboard
    • Ctrl-F - Find text
    • F3 or Ctrl-G - Find text again
    • Shift+F3 or Ctrl-Shift-G - Find text again (opposite direction)
    • Ctrl-V - Paste text from clipboard to selected area
    • Ctrl-X - Cut selected text to the clipboard
    • Ctrl-Z - Undo last action
    • Ctrl-Shift-Z - Redo last action
    • Ctrl-Up - Move source view up one line without moving cursor
    • Ctrl-Down - Move source view down one line without moving cursor
    • Ctrl-O - Open (or create) project
    • Ctrl-S - Save current source code to its current location on disk
    • Ctrl-P - Print current source
    • Ctrl-Tab - Switch to next source in project
    • Ctrl-Shift-Tab - Switch to previous source in project
    • ESC - Close current dialog
    • Ctrl-Home or Cmd-Up (Mac) or Ctrl+Search+Left (Chromebook) - Jump to top of file
    • Ctrl-End or Cmd-Down (Mac) or Ctrl+Search+Right (Chromebook) - Jump to end of file
    • Tab - Indent block - inserts space characters (single-line only)
    • Shift-Tab - Outdent block (deletes space characters)

Known Issues