All notable changes to the "c64basicv2" extension will be documented in this file.
- [VIC View] Added VIC view in the Primary Sidebar: registry, sprite/char editor
- [SID View] Added SID view in the Primary Sidebar: registry, ADSR, notes
- [Character View] Added Character view on the Primary Sidebar: symbolic syntax, chr$ command
- [Commands] other path fix (windows/linux path with spaces)
- [Commands] fix #3 Windows (Path) support
- [Diagnostics] fix
- [Diagnostics] Added check line start with a number
- [Automatic Proofreader] Disabled by default
- [Automatic Proofreader] Added control character support
- [Diagnostics] Added "enableDiagnostics" configuration property
- [Diagnostics] Fix Issue #1: check lines containing control character
- [Commands] Fix Issue #2: renamed "showDiagnostics" configuration property to "showCommandLogs"
- [Diagnostics] Added diagnostic: line too long
- [Decorator] Fix: inline Automatic Proofreader only with c64basicv2 files
- [Decorator] Added inline Automatic Proofreader
- [Commands] Fix "Convert" and "Convert and Run" commands (windows)
- [Commands] Added "Convert" and "Convert and Run" commands
- [Keyboard Shortcuts] Added keyboard shortcuts for commands
- [Syntax highlighting] Removed word boundary controls to support lines with keywords without separators. Ex: 350 ifx=1thenprintchr$(18);
- other snippets synonyms
- Automatic Proofreader command (beta)
- fix and enhancement
- Initial release