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 save

Dario 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 undo

Dario Rodriguez authored on 01/12/2020 21:24:22
November 30, 2020
View d30a321

Added 'Exit without saving?' confirmation dialog

Dario Rodriguez authored on 30/11/2020 21:40:46
October 22, 2020
View 0f573a6

re_data: search/compare functions: search forward, search backwards, memcmp

Dario 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 pressed

Dario 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 thing

Dario Rodriguez authored on 25/09/2020 20:49:13
September 24, 2020
View 2f5af8f

Improve implementation so it can edit lines longer than a chunk

Dario 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