April 14, 2023 | ||
---|---|---|
View b65331d
Don't ask for exit confirmation on new files (was triggered because of the inserted \n at end-of-file)Dario Rodriguez authored on 14/04/2023 18:45:47 |
September 8, 2022 | ||
---|---|---|
View dcd9b73
Add function to extract the previous utf8 character to a pos. Add function to extract a substring from a redata buffer.Dario Rodriguez authored on 08/09/2022 21:57:42 |
February 17, 2022 | ||
---|---|---|
View 80b32ce
Implement a primitive function navigator when clicking on the status lineDario Rodriguez authored on 17/02/2022 22:52:05 |
January 7, 2022 | ||
---|---|---|
View fc02e5f
Update author emailDario Rodriguez authored on 07/01/2022 17:57:32 |
May 30, 2021 | ||
---|---|---|
View 61f5d83
fix: correctly handling of spaces at start and end of doing a Ctrl+C/Ctrl+V.Dario Rodriguez authored on 30/05/2021 15:04:46 |
March 20, 2021 | ||
---|---|---|
View 3cf9222
bugfix: was showing strange characters when a multibyte UTF-8 char crossed a chunk boundary; now behaves as expected (multibyte UTF-8 characters crossing a boundary display correctly)Dario Rodriguez authored on 20/03/2021 01:53:12 |
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 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 |