Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.8 KB

File metadata and controls

34 lines (24 loc) · 1.8 KB
Logo

Non Linear Code Editor ( NLCE )

A prototype code editor that aims to give the user the possibility to visually adjust/edit/organize its code

This is still an early prototype built in Godot to find possible workflow issues and other ways to improve it


Description

NLCE lets you load code files from any language with the proper syntax highlighting (you can even create your own) and display it as blocks automatically separated in the window (an option to manually separate the file will be available in the future).

This allows you to have a more visual approach to a file and organize with comments and frames your code to make it easier to work with, this is especially useful for large files containing a lot of lines.

State of Art

The only mention of a Non-linear code editor I have seen online was from the blog Anonymous Function which contained the article published in 2013 by Benedict Singer: http://www.anonymous-function.net/articles/non-linear-code-editing/

Note : I have not seen it before starting the project, but the reasoning and ideas under the A new proposal header are also the ones that drove me to work on this project.

Screenshots

Development screenshot ( not the final product )

Installation

To download the project, you just have to go in the Releases section and find the latest one.

To run it, just run nlce.exe.

Usage

Features