Releases: Swoffa/SublimeKickAssemblerC64
Version 0.6.0
- 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
Corrected keymap for Build Startup (OSX)
Version 0.5.1
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
First "public" version. ReadMe updated.
Version 0.4.6
Several snippets added
Macros now visible in symol list
Comment preferences updated
Version 0.4.5
Updates in ReadMe-file
Bug fixes and improvments to Build system on OSX.
Version 0.4.4
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
Build system: Solved som issues with quoting of file names
Build system: Solved som issues with PATH environment variable
Version 0.4.0
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
Bug fix in build system.