chunkypixel / atari-dev-studio

Homebrew game creation for the Atari 8-bit consoles (VS Code Extension)
http://atariage.com/forums/topic/290365-atari-dev-studio-for-homebrew-development-release/
GNU General Public License v3.0
77 stars 8 forks source link

Colouring higher bank numbers & regions #15

Closed MikeBrownEmplas closed 4 years ago

MikeBrownEmplas commented 4 years ago

Hello, please could we have the same colouring for referencing higher bank numbers, such as 11, 23 etc like we do for 1, 2, 3?

It loses that nice colour highlighting on bigger ROMs with more banks.

Also, collapsible regions would be a game-changer, I'm working on a 64KB game at the moment and that would be amazing!

Keep up the good work!

chunkypixel commented 4 years ago

Hi Mike, thanks for your requests.

I have added region folding for both batari Basic and 7800basic.

Usage: ;#region " XXX " ;#endregion

Region can have an optional name (ie. " XXX ") as shown above.

chunkypixel commented 4 years ago

Updated bank references for both batari Basic and 7800basic to the following:

MikeBrownEmplas commented 4 years ago

Fantastic! Thank you!

Looking forward to updating this evening and organising my very large ROM!