Commit Graph

18 Commits

Author SHA1 Message Date
LDDestroier 3c075902e5
Improved cursor navigation with keyboard
Moving/deleting with CTRL+Arrows and CTRL+Backspace/Delete should be more accurate now.
Also, you can't make new cursors from within selected areas now.
2019-10-28 03:37:13 -04:00
LDDestroier 4d8c07d6b9
Fixed crash when starting selection on empty area 2019-10-13 01:35:45 -04:00
LDDestroier 67e90b6237
Fixed copying empty lines... 2019-03-29 20:54:51 -04:00
LDDestroier fb7becd17b
Fixed selecting on empty lines 2019-03-29 20:45:39 -04:00
LDDestroier 61e41ad13b
Optimized deleteSelections(), adde CTRL+[ and ] 2019-03-29 17:16:34 -04:00
LDDestroier 7869eee78f
Can input filename after starting, fixed bugs
Trying to tab-indent could crash if the selection went past the final line.
Also, pressing ENTER will actually delete your selections now. Oops.
Some micro-optimizations were also added.
2019-03-29 14:35:42 -04:00
LDDestroier efa19cb219
Added select + tab/shift+tab indenting 2019-03-21 14:05:11 -04:00
LDDestroier 64d86485eb
Update eldit.lua 2019-03-21 13:48:47 -04:00
LDDestroier e6a8d1ff67
Optimized rendering
now it runs much faster
2019-03-21 13:48:12 -04:00
LDDestroier f16a28e6d8
Added undo/redo 2019-03-20 14:31:48 -04:00
LDDestroier 78f7159e63
Added cut, improved multicursor paste 2019-03-20 11:49:59 -04:00
LDDestroier 4dafde4dd3
Added multi-clipboard, line # argument
Take that, EveryOS *twiddles mustache*
2019-03-20 11:36:18 -04:00
LDDestroier b0a0cf958d
Fixed horizontal scrolling, added tab character 2019-03-20 01:34:57 -04:00
LDDestroier 962a1d3c0c
Update eldit.lua 2019-03-20 00:50:51 -04:00
LDDestroier e9520031d2
Added line numbers, whitespace indicator
You can also select text by holding down the mouse button and scrolling.

Gotta add some more stuff later, like the ability to declare a filename after starting up the program, or stuff like Save As and Open, as well as multiple clipboards and undo/redo.
2019-03-20 00:01:59 -04:00
LDDestroier d75ab877df
Update eldit.lua 2019-03-19 21:50:50 -04:00
LDDestroier b3eca8588c
Added CTRL+S and Q, alt+scrolling
gotta add those selections later
2019-03-19 16:24:36 -04:00
LDDestroier 2e289f23bc
Create eldit.lua
To do:
+ file saving
+ syntax formatting
+ other text functions
+ yadda
2019-03-19 15:55:19 -04:00