Skip to content

Latest commit

 

History

History
73 lines (41 loc) · 1.93 KB

File metadata and controls

73 lines (41 loc) · 1.93 KB

Change Log

All notable changes to the "c64basicv2" extension will be documented in this file.

[0.8.0] - 14/12/2024

  • [VIC View] Added VIC view in the Primary Sidebar: registry, sprite/char editor

[0.7.1] - 25/06/2023

  • [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

[0.6.8] - 01/05/2022

  • [Commands] other path fix (windows/linux path with spaces)

[0.6.7] - 01/05/2022

  • [Commands] fix #3 Windows (Path) support

[0.6.5] - 01/05/2022

  • [Diagnostics] fix

[0.6.2] - 01/05/2022

  • [Diagnostics] Added check line start with a number
  • [Automatic Proofreader] Disabled by default
  • [Automatic Proofreader] Added control character support

[0.6.1] - 24/04/2022

  • [Diagnostics] Added "enableDiagnostics" configuration property
  • [Diagnostics] Fix Issue #1: check lines containing control character
  • [Commands] Fix Issue #2: renamed "showDiagnostics" configuration property to "showCommandLogs"

[0.6.0] - 22/04/2022

  • [Diagnostics] Added diagnostic: line too long

[0.5.1] - 22/04/2022

  • [Decorator] Fix: inline Automatic Proofreader only with c64basicv2 files

[0.5.0] - 21/04/2022

  • [Decorator] Added inline Automatic Proofreader

[0.4.1] - 10/04/2022

  • [Commands] Fix "Convert" and "Convert and Run" commands (windows)

[0.4.0] - 10/04/2022

  • [Commands] Added "Convert" and "Convert and Run" commands
  • [Keyboard Shortcuts] Added keyboard shortcuts for commands

[0.3.5] - 05/04/2022

  • [Syntax highlighting] Removed word boundary controls to support lines with keywords without separators. Ex: 350 ifx=1thenprintchr$(18);

[0.3.0] - 05/04/2022

  • other snippets synonyms
  • Automatic Proofreader command (beta)

[0.2.0] - 03/04/2022

  • fix and enhancement

[0.1.1] - 02/04/2022

  • Initial release