XXIIVV
Left Uxn Release
Left Uxn Release

Left is a text editor.

Left is graphical text editor for Varvara. It features Uxntal syntax highlight, routine navigation, proportional text and directory listing. The alt key is used as a LEAP key to navigate the body of the text.

This text editor is brutally unforgiving, there is no undo and never will. You will accidentaly overwrite and loose your work when learning how to use this editor. Use at your own risk.

Operation Manual

This guide covers how to do most things in left, but first let's start with the basics:

Saving a new file

To save a new file, you must first enter the rename mode with ctrl+r the filename will start to blink, allowing you to modify the name. When satisfied with the new filename, press escape to leave the rename mode, and press ctrl+s to save your file with that new name, overwriting any previously existing file with that same name.

Opening a new file

To open a new file, you must first enter the rename mode with ctrl+r the filename will start to blink, allowing you to modify the name. When satisfied with the new filename, press enter to open the file. All unsaved changes to your previous file will be permanently lost.

Injecting a file

You can quickly inject a file, by holding alt while writing the filename, and pressing esc to inject the file at the cursor position. The typical usage of the file injection is to expand abbreviations.

Editing

Copy & Paste

The copy-paste functionality, is done via the snarf file. When copying a length of text, that selection is written to a .snarf file, which is visible to the host operating system and other programs. Make use of this file to create a comfortable editing experience.

cat > .snarfWrite to snarf file

Navigation

You can open the active directory with ctrl+/, select a file path with mouse2, and open the selected file path with ctrl+enter. When opening the directory file, all your unsaved changes will be lost.

Searching

Finding a word is done by holding down the alt key, and typing characters, and releasing alt to jump. Alternatively, you can select a word with mouse2, and jump to the next instance with mouse3.

Navbar

The left-side column, or navbar, list the file's routines, and supports pragma marks to categorize routines. To create a new mark, the syntax is:

(
@|SectionName )

Source

uxnasm left.tal left.rom view raw
Left, ANSI C version
Left, ANSI C version
Left, Electron version
Left, Electron version

incoming roms grail gly format ufx format devlog