Releases: Swoffa/SublimeKickAssemblerC64
Releases · Swoffa/SublimeKickAssemblerC64
Release 1.2.2
Changes in this release:
- Bug fix: Creation of bin-folder no longer crashes on Linux
Thanks to Achim (https://github.com/4ch1m) for fixing this
More info: #18 - Bug fix: Using pre/post scripts no longer crashes on Linux
Thanks to Achim (https://github.com/4ch1m) for fixing this
More info: #17 - Bin folder is now emptied before build by default
Can be deactivated with new setting kickass_empty_bin_folder_before_build - New setting kickass_breakpoint_filename for setting breakpoint filename, default is breakpoints.txt
- New setting kickass_path for adding to path environment variable during build
Suggested by Tomek Augustyn, https://github.com/og2t
Details: #22 - New snippet for inserting the "create breakpoint"-script (type brsc to insert)
Breakpoint script can be seen here:
https://goatpower.org/projects-releases/sublime-package-kick-assembler-c64/#debugging-and-break-points
Release 1.2.1
Changes in this release:
- Bug fix: Breakpoints and monitor commands now works correctly in Windows.
Big thanks to daleicious (https://github.com/daleicious) for bringing this bug to my attentions.
Details: #14 - Bug fix: Ensured loading of default settings, since Sublime sometimes fails to load them
(thanks Carl Reeve and others)
Release 1.2.0
Changes in this release:
- New feature: Settings
It is now possible to use the following settings in sublime;kickass_run_path
,kickass_debug_path
,kickass_jar_path
,kickass_run_args
,kickass_debug_args
,kickass_args
,kickass_startup_file_path
- New feature: Pre and post build
The ability to run custom scripts before and after build. Feature requested by Bacchus of Fairlight. - Internal changes in build system to allow the new features above. Big thanks to OdatNurd, STealthy and haSTy and their repo SublimeScraps for inspiration.
- Minor corrections and improvements of syntax coloring
Full version history here.
If you run into problems after installing this version, please restart Sublime Text, since it has some problems loading default packages settings.
See this page for all info about the Kick Assembler (64) package.
Release 1.1.5
- Commandline argument confirmexit for Vice removed, since it seems to differ between confirmexit and confirmonexit in different versions/distributions of Vice.
Instead, you can easily remove the confirm exit dialog by configuring the default setting for Vice. - Fixed a crash when staring debug without creating breakpoint file
Release 1.1.4
- Bug fix! Due to changes in Kick Assembler 4.10 the
Build and Run
andBuild and Run Startup
commands stopped working. This is now fixed.
Release 1.1.3
- Support for Kick Assembler 4.x (supports for Kick Assembler 3.x discontinued)
- Improved error detection. Can now detect several errors at the same time, and show error messages in code
- Support for new language features (syntax highlighting)
- Updated snippets
- Added filetypes .lib as expected filetype
Version 1.1.2
- Added filetypes .inc .s .a as expected filetypes
- Both breakpoints and labels to Vice for for build variants
Build and Debug
andBuild and Debug startup
- Build script improvements for windows
- Last version compatible with Kick Assembler 3.x
Version 1.1.1
- Support for Linux (tested on Ubuntu)
- Support for Sublime Text 2
- Fixed annoying extra indentation for some snippets
Version 1.0.3
- The Java CLASSPATH is used when running Kick Assembler,
which means you can place the KickAss.jar file anywhere,
as long as it exists in your CLASSPATH environment variable - Small fixes in language-definition (syntax coloring)
- Version upped to 1.0, to indicate that all basic functionality is in there and that its fairly stable
Version 0.7.0
- Bin-folder, all results of build (prg, symbols etc.) ends up in sub folder called bin
- Language-definition corrections:
- New: Support for char data type (coloring)
- Fix: Block comments on single line is now correctly colored
- Fix: !: labels are now correctly colored
- Fix: Coloring of List key word
- Fix: Coloring added for GREY/LIGHT_GREY/DARK_GREY color constants
- Fix: Various coloring issues when several commands are stacked on one line