This is a desktop app made for programming with Potigol, the modern programming language for beginners. It's built with Electron API with ACE. This app works on Windows, macOS and Linux operating systems.
You'll need Node.js and npm installed on your computer in order to build this app.
$ git clone https://github.com/jonaselan/camarao-editor
$ cd camarao-editor
$ npm install
$ npm start
For easier developing you can launch the app with DevTools open:
$ npm test
- Highlight for Potigol
- Make the menu for open/save files
- Create tab option*
- Add icon
'*' The tabs implementation was done in the branch tab with CodeMirror, but in this case it occurred a issue with save/open option. Btw, feel free to fix that :)