Indenting in the code editor (Tab key) #77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the
Tabkey does what theTabkey usually does (jumps between fields.) It should instead insert a 2-space indent, and the indent should be preserved when you create new lines.I've done a bit of work to extend
<textarea>with this functionality (available asCodeEditor,<rkgk-code-editor>.) This might have broken undo/redo a bit; it's a shame web browsers don't expose a simple API to work with text areas and such.