Advanced Editor

Full text editor based on Ace, to work on multiple projects. Requires Electron.

Advanced Editor

Advanced Editor is a programming editor especially designed to users like me who have to switch frequently between several projects.
It work locally with Electron.

Features

Why a database?

The database you have created is easy to use in an application. It can be loaded on a web site with SQL.js and you can use functions and objects stored in the database if they are written in JavaScript or WebAssembly.
The database then works like a module, with the advantage you can change the content or add new functions dynamically. Your program can become evolutive, learn from its results and then modify its methods and replace them to the base

Install Advanced Editor

  1. Install Node.js.
  2. Go to the root of the drive and install Electron with this command:
    npm install electron -g
  3. Download Advanced Editor and extract the contents.
  4. Create an icon on the desktop holding this command:
    electron c:\AEditor\
    The system will update the electron path. The working directory is that of AEditor.
  5. Click on the icon to start the program.

   Download and versions

   User manual