Skip to content

Commit d51f22e

Browse files
committed
Updated sprite editor
Updated 7800 keywords Updated change log
1 parent 7035fad commit d51f22e

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ The following enhancements and changes have been made to Atari Dev Studio:
66

77
* Updated 7800basic to v0.37 (wasm). NOTE: this is now a cross-platform release that requires the wasmtime runtime to be installed on your computer.
88
* Updated the Output compiler window title to `Atari Compiler` for better identification (fredsa)
9-
* Updated the Atart Dev Studio startup process:
10-
- output to the `Atari Compiler` log and advise the status of the extension (version, location, wasmtime)
11-
- validate and install (as required) the **wasmtime** runtime automatically.
9+
* Updated the Atart Dev Studio startup process with the following chages:
10+
- output to the `Atari Compiler` log and advise the status of the extension (version, location, wasmtime)
11+
- validate and install (as required) the **wasmtime** runtime automatically.
1212
* Updated the compiler output to be properly formatted across multiple batches (it previously included line feeds when not required)
13+
* Updated the Sprite Editor with the following changes:
14+
- Fixed an issue when editing 2600 sprites holding the shift key would clear the entire row not just the chosen cell (cheesywhiz)
15+
* Updated 7800basic keyword lists
1316
* Started updating the 7800basic hover tooltips to new format with included links to on-line help (TBC)
1417
* Added information outlining the usage and potential compilation of out of date compilers used of Atari Dev Studio for MacOS arm64 machines (fredsa)
1518
* Added status bar and command palette links to RT bB Sprite Editor website (opens in the system default browser currently). Also re-ordered the icons moving the compiler options to the left.

out/content/pages/spriteeditor/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

syntaxes/7800basic.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"patterns": [
135135
{
136136
"name": "keyword.control.78b",
137-
"match": "\\b(asm|autodim|CARRY|ASCII|callmacro|const|color|dec|def|dim|else|end|function|frames|if|include|includesfile|inline|interrupt|for|gosub|goto|let|macro|next|on|off|pop|rand|return|set|step|then|to)\\b",
137+
"match": "\\b(asm|autodim|CARRY|ASCII|callmacro|const|color|dec|def|dim|else|end|function|frames|if|include|includesfile|inline|interrupt|for|gosub|goto|let|macro|next|on|off|pop|rand|rerand|return|set|step|then|to)\\b",
138138
"comment": "control keywords"
139139
},
140140
{

0 commit comments

Comments
 (0)