Skip to content

Commit d9a4233

Browse files
committed
Changes to Welcome page
Updated readme again Fixed #2,#3,#4 UnderReview #4
1 parent a8aed2c commit d9a4233

30 files changed

+189
-87
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
The following enhancements and changes have been made to Atari Dev Studio:
44

5+
## 0.1.1
6+
7+
* Added new Help references and Learn areas for batari Basic and 7800basic to Welcome page
8+
* Removed templates from Welcome page (for now)
9+
* Updated readme with more information about the product
10+
* Updated all internal references to accessing the settings to a const to better maintain future changes
11+
12+
### Issues
13+
* #1 [UnderReview] - Added compiler notification to help with permission error when compiling dasm on macOS (thanks SmallRoomLabs)
14+
* #2 [Fixed] - Removed popup message (thanks SmallRoomLabs)
15+
* #3 [Fixed] - Updated breadcrumb to Settings to correcty path and catered for cross-platform (thanks SmallRoomLabs)
16+
* #4 [Fixed] - Updated syntax highlighter (thanks SmallRoomLabs)
17+
518
## 0.1.0
619

720
* Initial release

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Atari Dev Studio includes the following features:
1212
* Compile source code for your Atari 2600 or 7800 using batari Basic, 7800basic or dasm
1313
* Optionally launch and test your game using the Stella (2600) or A7800 (7800) emulators
1414
* Manage your project using the File Explorer or version-control your source code directly with GitHub (and others) using the built-in features of the Visual Studio Code platform.
15-
* Provide references to your own specific releases of each language or emulator rather than use the includes ones (via Preferences -> Settings -> Atari Dev Studio)
15+
* Provide references to your own specific releases of each language or emulator rather than use the includes ones via the **Settings**.
1616

1717
Additional features are planned for the future. At this time the focus is on the core functionality and ensuring full cross-platform support.
1818

@@ -36,12 +36,12 @@ Updates will be regularly made available and will be announced via the **AtariAg
3636
1. Open **VS Code** and click on the **Extensions** button on the **Activity Bar** to display the **Extensions** window.
3737
2. From the **Extensions** window, search the **Enabled** list and click the **Update** button on the **Atari Dev Studio** item.
3838

39-
It is recommended you restart VS Code after installing an update.
39+
> Note: It is recommended you restart VS Code after installing an update.
4040
4141
## Using Atari Dev Studio
4242

4343
### Compiling your program
44-
To display the available extension features press **CTRL+SHIFT+P** to display the **Command Palette**. From the command palette prompt type **adv** to short-list the available options:
44+
To display the available extension features press **CTRL+SHIFT+P** to display the **Command Palette**. From the **Command Palette** prompt type **adv** to short-list the available options:
4545
* ads: Open the Welcome page
4646
* ads: Compile source code
4747
* ads: Compile source code and run in emulator
@@ -54,7 +54,7 @@ When you load a file the initial language will be chosen based on the file exten
5454
* 7800basic (.bas, .78b)
5555
* dasm (.dasm, .asm, .a, .h) 
5656

57-
To change a language you can click on the status bar **Language selector** (bottom right) and a list will be shown allowing you to choose another language. Optionally in the settings (via Preferences -> Settings -> Atari Dev Studio) you will be able to either let the extension choose based on the active language or set a specific language to always compile against.
57+
To change a language you can click on the Status Bar **Language selector** and a list will be shown allowing you to choose another language. Optionally in the **Settings** you will be able to either let the extension choose based on the active language or set a specific language to always compile against.
5858

5959
![Language Selector](images/ataridevstudio-languageselector.png)
6060

@@ -67,9 +67,12 @@ Apart from using the **Command Palette** to select compilation, there are a numb
6767

6868
![Status Bar](images/ataridevstudio-statusbar.png)
6969

70+
### Settings
71+
There are a number of compiler, emulator and editor configuration options available in Atari Dev Studio which can be changed via the **Settings** (Preferences -> Settings -> Extensions -> Atari Dev Studio).
72+
7073
## This is a preview
7174
This software is currently in preview and contains the following missing or untested features:
72-
* [macOS] Stella emulator is missing. You will be required to provide your own path to Stella for the time-being (via Preferences -> Settings -> Atari Dev Studio).
75+
* [macOS] Stella emulator is missing. You will be required to provide your own path to Stella for the time-being (via the **Settings**).
7376
* [macOS] 7800basic and the A7800 emulator is untested
7477
* [Linux] Potential for missing packages (On Unbuntu 18.04.02 x64 I have been required to install a number)
7578

out/application.js

+15-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/application.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/compilers/compilerBase.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)