January 7, 2022 | ||
---|---|---|
View fc02e5f
Update author emailDario Rodriguez authored on 07/01/2022 17:57:32 |
July 11, 2021 | ||
---|---|---|
View 326ac94
bugfix: saving a file to a relative symlink now also works. This also fix the filename sent to plugins in files that are symlinks.Dario Rodriguez authored on 11/07/2021 10:35:47 |
||
View e66e4f8
bugfix: Saving a file now follows symlinksDario Rodriguez authored on 11/07/2021 09:29:02 |
June 2, 2021 | ||
---|---|---|
View 151de1e
fix: correctly set the boundaries of data to move on Ctrl+K+C/Ctrl+K+VDario Rodriguez authored on 02/06/2021 05:31:03 |
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 31, 2021 | ||
---|---|---|
View 9e02b8c
Preserve file permissions on saveDario Rodriguez authored on 31/03/2021 16:36:06 |
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 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 |