December 1, 2020 | ||
---|---|---|
View f55e28e
fix plugins not being called on undoDario Rodriguez authored on 01/12/2020 21:24:22 |
November 30, 2020 | ||
---|---|---|
View d30a321
Added 'Exit without saving?' confirmation dialogDario Rodriguez authored on 30/11/2020 21:40:46 |
October 22, 2020 | ||
---|---|---|
View 0f573a6
re_data: search/compare functions: search forward, search backwards, memcmpDario Rodriguez authored on 22/10/2020 21:34:45 |
October 17, 2020 | ||
---|---|---|
View ce79b8d
Add a simple C-language highlighter as a plugin (and lots of temp. debug code; to be cleaned later)Dario Rodriguez authored on 17/10/2020 22:30:36 |
October 9, 2020 | ||
---|---|---|
View f4b7427
Disable with a define the generation of a file hash in each undo element (it is too slow with large files)Dario Rodriguez authored on 09/10/2020 21:43:36 |
October 8, 2020 | ||
---|---|---|
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 |
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 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 |
September 2, 2020 | ||
---|---|---|
View a2a0ad8
Move utf8 helper functions to re_data. Add redata_op_addn().Dario Rodriguez authored on 02/09/2020 22:07:13 |
August 26, 2020 | ||
---|---|---|
View 6ead1ce
Implement up/down movementDario Rodriguez authored on 26/08/2020 21:50:45 |
August 19, 2020 | ||
---|---|---|
View a96cd27
Fix pos and offset variable name mixups, fix offset data type (use int instead of long)Dario Rodriguez authored on 19/08/2020 23:49:40 |