Skip to content

Releases: parallaxinc/Parallax-IDE

v0.7.1

v0.7.0

07 Aug 23:33
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

[not recommended for use]

Updates

Known Issues

v0.6.0

v0.5.0

v0.4.0

v0.3.0

22 May 22:48
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-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

v0.2.1

15 May 17:38
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Updates

  • Fixed PBASIC Tokenizer failures preventing source greater than 255 characters in length.

Known Issues

v0.2.0

11 Apr 00:51
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Updates

  • Added communication over serial and UI display when using DEBUG statements in PBASIC code.
  • Added toasts that supply success and error messages for some user actions, like compilation and file operations.
  • Added support for temporary files (making edits and not saving) that persist across application restarts.

Known Issues

v0.1.0

25 Mar 19:24
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Parallax microcontroller development environment based on Chrome application technologies.

Quickstart Installation

  1. Download the latest release here. Or click the 'chromeide.zip' link below.

  2. Go to your downloads folder and unzip the archive.

    Note: for use on Chromebook you will need to unzip the archive and copy the unzipped directory onto the Chromebook.

  3. Open your Chrome browser and navigate to

    chrome://extensions

  4. Enable 'Developer Mode' by clicking the checkbox.

    enable developer mode

  5. Click on 'Load unpacked extensions...', go to the directory where ChromeIDE was unzipped, highlight the 'ChromeIDE' folder and and click select.

    load extension
    select folder

  6. Return to the chrome://extensions page and you should see 'Parallax Chrome IDE' listed in available extensions.

    chromeIDE listed

  7. Ensure the checkbox is 'enabled' and click 'launch'.

  8. Congratulations! You just launched ChromeIDE which will look something like this:

    app launched