Skip to content

Releases: Swoffa/SublimeKickAssemblerC64

Version 0.6.0

10 Dec 13:50
Compare
Choose a tag to compare
  • Improvements to Show symbol:
    • Function, pseudocommands and namespaces visible in Show symbol
    • Type shown in symbol list (macro, function, label etc.)
  • Improvements to language definition:
    • Improved syntax coloring
    • Many more keywords recognized and colored
    • Better matching of functions, macros, pseudoommands and namespaces
  • Corrected error for OSX build variant ”Build and run (F7)” (bad path for BuildLog)

Version 0.5.2

15 Oct 16:24
Compare
Choose a tag to compare

Corrected keymap for Build Startup (OSX)

Version 0.5.1

13 Oct 20:07
Compare
Choose a tag to compare

New build variant; Build Startup, compiles a file with name Startup.asm in the same folder as the current file. Handy if you have several code files included in a main runnable file.

Version 0.5.0

23 Sep 21:40
Compare
Choose a tag to compare

First "public" version. ReadMe updated.

Version 0.4.6

19 Sep 22:36
Compare
Choose a tag to compare

Several snippets added
Macros now visible in symol list
Comment preferences updated

Version 0.4.5

17 Sep 23:18
Compare
Choose a tag to compare

Updates in ReadMe-file
Bug fixes and improvments to Build system on OSX.

Version 0.4.4

17 Sep 10:38
Compare
Choose a tag to compare

Updates in ReadMe-file
Improvments to Build system:

  • More fixes for quoting and paths
  • Cleanup and reformat of file KickAssembler(C64).sublime-build
  • Afo command variable sent to KickAss when -afo is used
  • Comments

Version 0.4.1

17 Sep 06:22
Compare
Choose a tag to compare

Build system: Solved som issues with quoting of file names
Build system: Solved som issues with PATH environment variable

Version 0.4.0

16 Sep 21:21
Compare
Choose a tag to compare

Added support for error output capturing in build system, which means the F4 key can be used to navigate to the line of code causing the error. Navigation can also be done by double clicking the error in the console outout,

Version 0.3.2

15 Sep 22:47
Compare
Choose a tag to compare

Bug fix in build system.