October 8, 2020 | ||
---|---|---|
View 81b3062
plugin_unsaved: fix bug that caused unnecessary unsaved buffer reallocsDario Rodriguez authored on 08/10/2020 21:40:39 |
||
View f6a0c41
plugin_unsaved: on error commiting the unsaved data to disk, disable pluginDario Rodriguez authored on 08/10/2020 21:34:27 |
||
View 79307ef
Implement Control+PageUp (go to first character in file) and Control+PageDown (go to last character in file). Fix corner cases with the last newline in file when loading and when using DEL.Dario Rodriguez authored on 08/10/2020 21:18:18 |
||
View d6c5b3b
fix redata_op_add() so that it can insert data when redata struct has no chunks yet (bug was: couldn't insert data on an empty file).Dario Rodriguez authored on 08/10/2020 20:38:53 |
||
View 1571852
Implement window resizizingDario Rodriguez authored on 08/10/2020 19:52:50 |
||
View 6b99178
fix memory leak in redata_unsaved_unregisterDario Rodriguez authored on 08/10/2020 17:18:25 |
October 7, 2020 | ||
---|---|---|
View e29be74
Implement TAB: insert spaces until next tabstop. Implement DEL: erase to the right.Dario Rodriguez authored on 07/10/2020 21:08:18 |
October 5, 2020 | ||
---|---|---|
View f8572c6
Support the unsaved data recovery plugin from redata. Rework the question interface.Dario Rodriguez authored on 05/10/2020 21:42:19 |
September 26, 2020 | ||
---|---|---|
View 8d7cedc
Have the UI use the undo facilities of re_data.c when Ctrl-Z is pressedDario Rodriguez authored on 26/09/2020 21:23:03 |
September 25, 2020 | ||
---|---|---|
View 195edc6
Implement redata_linecol2pos() so that 'Go To Line' can do its thingDario Rodriguez authored on 25/09/2020 20:49:13 |
September 24, 2020 | ||
---|---|---|
View 2f5af8f
Improve implementation so it can edit lines longer than a chunkDario Rodriguez authored on 24/09/2020 21:40:49 |
September 7, 2020 | ||
---|---|---|
View 83f2794
Process navigation keys: PageUp/PageDown/Home/End.Dario Rodriguez authored on 07/09/2020 22:13:24 |
September 6, 2020 | ||
---|---|---|
View 39c057a
Implement side scroll. Fix vertical scroll. Set window size to something more workable than fullscreen.Dario Rodriguez authored on 06/09/2020 22:21:40 |
September 4, 2020 | ||
---|---|---|
View c6e4a99
Add pos2linecol and viceversa. Fix Cursor up/down.Dario Rodriguez authored on 04/09/2020 17:56:20 |
September 3, 2020 | ||
---|---|---|
View 4be042b
Free addnbuf in redata_free()Dario Rodriguez authored on 03/09/2020 05:58:35 |