Skip to content

Releases: Swoffa/SublimeKickAssemblerC64

Release 1.2.2

19 Oct 08:32
Compare
Choose a tag to compare

Changes in this release:

Release 1.2.1

03 Oct 13:15
Compare
Choose a tag to compare

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

02 Sep 18:11
Compare
Choose a tag to compare

Changes in this release:

  • New feature: Settings
    It is now possible to use the following settings in sublime; kickass_run_pathkickass_debug_pathkickass_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

31 Oct 20:07
Compare
Choose a tag to compare
  • 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

13 Apr 08:41
Compare
Choose a tag to compare
  • Bug fix! Due to changes in Kick Assembler 4.10 the Build and Run and Build and Run Startup commands stopped working. This is now fixed.

Release 1.1.3

12 Apr 20:53
Compare
Choose a tag to compare
  • 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

08 Mar 19:26
Compare
Choose a tag to compare
  • Added filetypes .inc .s .a as expected filetypes
  • Both breakpoints and labels to Vice for for build variants Build and Debug and Build and Debug startup
  • Build script improvements for windows
  • Last version compatible with Kick Assembler 3.x

Version 1.1.1

27 Dec 22:51
Compare
Choose a tag to compare
  • Support for Linux (tested on Ubuntu)
  • Support for Sublime Text 2
  • Fixed annoying extra indentation for some snippets

Version 1.0.3

13 Aug 14:21
Compare
Choose a tag to compare
  • 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

29 May 23:03
Compare
Choose a tag to compare
  • 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