You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New setting kickass_output_path for setting output-folder, default is bin
New setting kickass_compiled_filename for setting filename of compiled prg-file
Default is SourceFile.prg (where SourceFile is the name part of the compiled asm-file), which is a change, before it was SourceFile_Compiled.prg
Thanks wizofwor for suggestion
Menu items for accessing settings and preferences
Can be found in menu Preferences -> Package Settings -> SublimeKickAssemblerC64.
Thanks to @brushesm for this.
New Feature: Settings default_prebuild_path and default_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.
Thanks to Achim (https://github.com/4ch1m) for fixing this
More info: #25
Bug fix: Paths for pre/post scripts can now include spaces
Bug fix: User settings in file Preferences.sublime-settings should now work again