Monthly Archives: October 2018
Version 1.2.3 of Kick Assembler package for Sublime
Changes in this version:
- New setting
kickass_output_path
for setting output-folder, default isbin
- New setting
kickass_compiled_filename
for setting filename of compiled prg-file
Default isSourceFile.prg
(where SourceFile is the name part of the compiled asm-file), which is a change, before it wasSourceFile_Compiled.prg
.
Thanks wizofwor for suggestion - Menu items for accessing settings and preferences
Can be found in menuPreferences -> Package Settings -> SublimeKickAssemblerC64
.
Thanks to brushesm - New Feature: Settings
default_prebuild_path
anddefault_postbuild_path
for setting default prebuild-/postbuild path. Prebuild/postbuild-scripts located in the current directory will take precedence, but if not found the default path is also checked. No default value. More info
Thanks to Achim for fixing this - Bug fix: Paths for pre/post scripts can now include spaces
- Bug fix: User settings in file
Preferences.sublime-settings
should now work again
Full version history here.
See this page for all info about the Kick Assembler (64) package. The page contains everything from feature description to detailed install instructions.
Version 1.2.2 of Kick Assembler package for Sublime
Changes in this version:
- Bug fix: Creation of bin-folder no longer crashes on Linux.
Thanks to Achim for fixing this.
More info: https://github.com/Swoffa/SublimeKickAssemblerC64/pull/18 - Bug fix: Using pre/post scripts no longer crashes on Linux.
Thanks to Achim for fixing this.
More info: https://github.com/Swoffa/SublimeKickAssemblerC64/pull/17 - Bin folder is now emptied before build by default
Can be deactivated with new settingkickass_empty_bin_folder_before_build
- New setting
kickass_breakpoint_filename
for setting breakpoint filename, default isbreakpoints.txt
- New setting
kickass_path
for adding to path environment variable during build
Suggested by Tomek Augustyn
Details: https://github.com/Swoffa/SublimeKickAssemblerC64/issues/22 - New snippet for inserting the “create breakpoint”-script (type brsc to insert)
Breakpoint script can be seen here
Full version history here.
See this page for all info about the Kick Assembler (64) package. The page contains everything from feature description to detailed install instructions.
Version 1.2.1 of Kick Assembler package for Sublime
Changes in this version:
- 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: https://github.com/Swoffa/SublimeKickAssemblerC64/issues/14. - Bug fix: Ensured loading of default settings, since Sublime sometimes fails to load them (thanks Carl Reeve and others)
Full version history here.
See this page for all info about the Kick Assembler (64) package. The page contains everything from feature description to detailed install instructions.