October 19, 2020
View 881e9f5

highlighter: fix check for detecting end of chunks of current line (problem was: multiline comment end not recognized)

Dario Rodriguez authored on 19/10/2020 21:11:41
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 12, 2020
View b59e7bd

Add highlighter plugin structs and registration

Dario Rodriguez authored on 12/10/2020 21:55:42
October 10, 2020
View 8fd2233

fix bug with rtrim and moveupdown (sometimes didn't move correctly when at end of file)

Dario Rodriguez authored on 10/10/2020 22:34:34
October 9, 2020
View 311ced6

Normalize the scroll behaviour by using the same function everywhere instead of multiple instances of ad-hoc code to scroll.

Dario Rodriguez authored on 09/10/2020 22:44:05
View 04209f5

Remove superfluous initialization

Dario Rodriguez authored on 09/10/2020 21:55:37
View 684bd45

fix bug: when loading a file, was not recognizing correctly if file ended in a newline or not

Dario Rodriguez authored on 09/10/2020 21:50:11
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 81b3062

plugin_unsaved: fix bug that caused unnecessary unsaved buffer reallocs

Dario Rodriguez authored on 08/10/2020 21:40:39
View f6a0c41

plugin_unsaved: on error commiting the unsaved data to disk, disable plugin

Dario Rodriguez authored on 08/10/2020 21:34:27
View 79307ef

Implement Control+PageUp (go to first character in file) and Control+PageDown (go to last character in file). Fix corner cases with the last newline in file when loading and when using DEL.

Dario Rodriguez authored on 08/10/2020 21:18:18
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
View 1571852

Implement window resizizing

Dario Rodriguez authored on 08/10/2020 19:52:50
View 6b99178

fix memory leak in redata_unsaved_unregister

Dario Rodriguez authored on 08/10/2020 17:18:25
October 7, 2020
View e29be74

Implement TAB: insert spaces until next tabstop. Implement DEL: erase to the right.

Dario Rodriguez authored on 07/10/2020 21:08:18