Skip to content

Commit

Permalink
Remove references to Atom editor (#167)
Browse files Browse the repository at this point in the history
Atom was officially discontinued by Microsoft/GitHub in December 2022 and so it shouldn't be recommended as a viable editor in the docs.
  • Loading branch information
XeduR authored Nov 28, 2023
1 parent 5e62e35 commit ffa7e7d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion markdown/guide/programming/01/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ If you don't already have a favorite text editor, the following options are reco
Editor Add-On Package macOS Windows
------------------------------------------------------------------ ---------------------------------------------------------------------------------------------- ---------- ----------
[Sublime Text](https://www.sublimetext.com) [Solar2D Editor](https://github.com/coronalabs/CoronaSDK-SublimeText) ✓ ✓
[Atom](https://atom.io) [autocomplete-corona](https://atom.io/packages/autocomplete-corona) ✓ ✓
[Visual Studio Code](https://code.visualstudio.com/) [Solar2d Autocomplete](https://bit.ly/3IfNx6e) ✓ ✓
[Xcode](https://developer.apple.com/xcode/) [Xcode Editor](https://github.com/jcbnlsn/Xcode-Corona-Editor) ✓
[Vim](https://www.vim.org) ✓ ✓
Expand Down
3 changes: 1 addition & 2 deletions markdown/guide/start/installMac/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ You'll need a text editor or IDE to write code for your CORONA_CORE_PRODUCT proj
Editor Add-On Package
------------------------------------------------------------------ ---------------------------------------------
[Sublime Text](https://www.sublimetext.com) [Solar2D Editor](https://github.com/coronalabs/CoronaSDK-SublimeText)
[Atom](https://atom.io) [autocomplete-corona](https://atom.io/packages/autocomplete-corona)
[Visual Studio Code](https://code.visualstudio.com/) [Solar2d-companion](https://marketplace.visualstudio.com/items?itemName=M4adan.solar2d-companion)
[Xcode](https://developer.apple.com/xcode/) [Xcode Editor](https://github.com/jcbnlsn/Xcode-Corona-Editor)
[ZeroBrane Studio](https://studio.zerobrane.com)
Expand Down Expand Up @@ -158,7 +157,7 @@ The CORONA_CORE_PRODUCT Simulator for macOS features the following basic menu it

* The standard macOS application menu provides access to the Simulator __Preferences__. It also lets you manually open/run __Corona Live Server__ for doing [Live Builds][guide.distribution.liveBuild] on actual devices.

* The __File__ menu is where projects (applications) are created or opened. This is also where you __build__ your apps for distribution or testing on devices.
* The __File__ menu is where projects (applications) are created or opened. This is also where you __build__ your apps for distribution or testing on devices.

* The __Hardware__ menu is used to simulate physical device actions such as rotating the screen.

Expand Down
1 change: 0 additions & 1 deletion markdown/guide/start/installWin/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ You'll need a text editor or IDE to write code for your CORONA_CORE_PRODUCT proj
Editor Add-On Package
------------------------------------------------------------------ ---------------------------------------------
[Sublime Text](https://www.sublimetext.com) [CORONA_CORE_PRODUCT Editor](https://github.com/coronalabs/CoronaSDK-SublimeText)
[Atom](https://atom.io) [autocomplete-corona](https://atom.io/packages/autocomplete-corona)
[Visual Studio Code](https://code.visualstudio.com/) [CORONA_CORE_PRODUCT-companion](https://marketplace.visualstudio.com/items?itemName=M4adan.solar2d-companion)
[Notepad++](https://notepad-plus-plus.org)
[ZeroBrane Studio](https://studio.zerobrane.com)
Expand Down

0 comments on commit ffa7e7d

Please sign in to comment.