Skip to content

Releases: parallaxinc/PropellerIDE

PropellerIDE v0.38.5 - More PropBASIC Support

26 Jul 22:52
Compare
Choose a tag to compare

Various incremental updates to improve PropBASIC coverage.

  • Add PropBASIC manual to help menu
  • Add support for multiple builders per language definition
  • Add *.plib extension for included PropBASIC files
  • Report correct extension patterns in open/save dialogs
  • Rewrite save dialog to better support multiple filetypes; prevent build
    action from disabling when file contents have changed.
  • Rewrite program logic to clearly delineate on/off states of various file
    actions
  • Clear project view when all files are closed

PropellerIDE v0.38.4 - PropBASIC Support

17 Jul 04:48
Compare
Choose a tag to compare

This version adds PropBASIC support as a natively supported alternative language.

  • Specify search paths for executables on the command line
  • Fix crash bug when compiler fails to start
  • Improvement line error highlighting file resolution
  • Add 'includes' option to prevent user from adding includes when the language doesn't support it
  • File and path dialogs list any language now
  • Compiler configs are loaded automagically
  • FreePascal support added to packthing
  • Add support for reading PropBASIC error messages
  • Add support for multiple compilers in build manager: build steps; propbasic; external compilers
  • Implement ExternalCompiler class for generic compiler support
  • Add ProjectView support to PropBASIC definition
  • Dynamically highlight depending on file extension
  • Make Classic sans Parallax font the new Default theme
  • Print ANSI color codes on platforms that support it
  • Prevent closeFile from crashing PropellerIDE
  • Add basic printing support
  • Add Jason theme to PropellerIDE (nice going, Jason!)

0.37.5

25 May 10:42
Compare
Choose a tag to compare
0.37.5

0.37.4

11 May 10:44
Compare
Choose a tag to compare
v0.37.4

0.37.3

24 Apr 11:24
Compare
Choose a tag to compare
v0.37.3

PropellerIDE v0.37.2

11 Apr 05:40
Compare
Choose a tag to compare

Support file associations on Windows.

mime-win

PropellerIDE v0.37.1

09 Apr 06:58
Compare
Choose a tag to compare
PropellerIDE v0.37.1 Pre-release
Pre-release

Support file associations on Debian.

brettris - file manager_014

PropellerIDE v0.37.0

07 Apr 12:13
Compare
Choose a tag to compare

Fix first-startup and catch tab close signal.

Bugs Fixed

  • [IDE-187] - Ensure config file is created on first run
  • [IDE-188] - Error: "Could not start '.'"
  • [IDE-189] - Closing tabs with mouse does not prompt user to save

PropellerIDE v0.36.7

14 Feb 10:15
Compare
Choose a tag to compare

Improved auto-completion support.

Bugs Fixed

  • [IDE-182] - Auto-complete fails for files in same folder

New Features

  • [IDE-183] - Add support for constant auto-completion
  • [IDE-184] - Add support for object arrays in projectview
  • [IDE-185] - Auto-complete functions and constants in current file

PropellerIDE v0.36.6

13 Feb 11:15
Compare
Choose a tag to compare

Fixed an integration issue with the new search path system.

Bug

  • [IDE-181] - Auto-complete fails to work due to no search paths