Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
editors [2020/01/28 10:01] – created neilseditors [2020/10/25 06:28] neils
Line 1: Line 1:
-====== Code editors ======+====== Code editors and third party tools ======
  
-These editors offer syntax highlighting and integrated compile/run commands for **XC=BASIC**:+===== Editors ===== 
 + 
 +These editors offer syntax highlighting and integrated compile/run commands for the latest version of **XC=BASIC**:
  
-  * [[https://hamrath.itch.io/xcedit|XC=Edit]] by Oliver Hermanni, an IDE for XC=BASIC 
   * [[https://foicica.com/textadept/manual.html#Modules|Textadept]] extended with [[https://github.com/neilsf/textadept-xc-basic|XC=BASIC language module]] by Csaba Fekete   * [[https://foicica.com/textadept/manual.html#Modules|Textadept]] extended with [[https://github.com/neilsf/textadept-xc-basic|XC=BASIC language module]] by Csaba Fekete
-  * [[https://code.visualstudio.com/|Visual Studio Code]] extended with [[https://marketplace.visualstudio.com/items?itemName=viza.xcbasiclanguagevscodeext|XC=BASIC language support]] by Viza (not actively maintained, pre-1.0 syntax only)+  * [[https://micro-editor.github.io/|Micro]] used with [[https://gitlab.com/czayas/xcbasic-config|xcbasic-config]] by Carlos Augusto Zayas Guggiari 
 + 
 +The following may also work but they're not actively maintained: 
 + 
 +  * [[https://hamrath.itch.io/xcedit|XC=Edit]] by Oliver Hermanni, an IDE for XC=BASIC 
 +  * [[https://code.visualstudio.com/|Visual Studio Code]] extended with [[https://marketplace.visualstudio.com/items?itemName=viza.xcbasiclanguagevscodeext|XC=BASIC language support]] by Viza (abandoned, pre-1.0 syntax only) 
 + 
 + 
 +===== Tools ===== 
 + 
 +  * [[https://github.com/mlongval/xcb|XCB]] by Michael Longval, a front end for XC=BASIC. In the style of TurboPascal 3.0.
  
-All the above run (or at least should compile) on Windows, Linux and Mac.