From ffa7e7df82e8e2bfa99e30b0b52751afb812fbc8 Mon Sep 17 00:00:00 2001 From: Eetu Rantanen Date: Tue, 28 Nov 2023 17:29:10 +0200 Subject: [PATCH] Remove references to Atom editor (#167) Atom was officially discontinued by Microsoft/GitHub in December 2022 and so it shouldn't be recommended as a viable editor in the docs. --- markdown/guide/programming/01/index.markdown | 1 - markdown/guide/start/installMac/index.markdown | 3 +-- markdown/guide/start/installWin/index.markdown | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/markdown/guide/programming/01/index.markdown b/markdown/guide/programming/01/index.markdown index 01bb9d298..640d7bdc4 100644 --- a/markdown/guide/programming/01/index.markdown +++ b/markdown/guide/programming/01/index.markdown @@ -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) ✓ ✓ diff --git a/markdown/guide/start/installMac/index.markdown b/markdown/guide/start/installMac/index.markdown index 0f8913032..d8bce16e9 100644 --- a/markdown/guide/start/installMac/index.markdown +++ b/markdown/guide/start/installMac/index.markdown @@ -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) @@ -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. diff --git a/markdown/guide/start/installWin/index.markdown b/markdown/guide/start/installWin/index.markdown index 1077922ac..5e737dc9b 100644 --- a/markdown/guide/start/installWin/index.markdown +++ b/markdown/guide/start/installWin/index.markdown @@ -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)