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
October 6, 2022
View 57fbc23

bugfix: sometimes the highlighting of the maching parens was wrong, because redata_searchbackwards() was not searchching correctly if position was the second byte of the chunk and the searched element was in the first byte (it skipped that occurrence)

Dario Rodriguez authored on 06/10/2022 10:29:52
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 line

Dario Rodriguez authored on 17/02/2022 22:52:05
January 10, 2022
View 2fb98dd

bugfix: copying a block to the end of the line was inserting an additional space

Dario Rodriguez authored on 10/01/2022 14:56:25
January 7, 2022
View fc02e5f

Update author email

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

Dario 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+V

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