January 11, 2022 | ||
---|---|---|
View b72b730
Implement more coherent behaviour when selecting with shiftDario Rodriguez authored on 11/01/2022 15:20:32 |
January 7, 2022 | ||
---|---|---|
View b94dd9e
bugfix: inserting in the space after the last character of the line now doesn't move selections after the insertion pointDario Rodriguez authored on 07/01/2022 18:15:46 |
||
View fc02e5f
Update author emailDario Rodriguez authored on 07/01/2022 17:57:32 |
December 4, 2021 | ||
---|---|---|
View 6ac95ce
Implement relative go-to-line (i.e. ctrl+q-l '+5')Dario Rodriguez authored on 04/12/2021 18:04:41 |
September 2, 2021 | ||
---|---|---|
View 689e4ad
make printout data change as the original data changes (that is, printouts are now a view to another part of the file)Dario Rodriguez authored on 02/09/2021 20:36:13 |
September 1, 2021 | ||
---|---|---|
View 5eb01ca
add commandbuf suggestion for 'find and replace' replace stringDario Rodriguez authored on 01/09/2021 20:38:40 |
||
View 5d9e7ad
rounded corners for commandbuf suggestionDario Rodriguez authored on 01/09/2021 20:33:06 |
||
View 6b4c615
Make old commandbuf (search string, etc) only a suggestion: reset commandbuf if key is not RIGHT/END/ENTER when showing the suggestionDario Rodriguez authored on 01/09/2021 18:43:41 |
June 3, 2021 | ||
---|---|---|
View 752deb8
Move cursor to mouse clickDario Rodriguez authored on 03/06/2021 05:01:07 |
June 2, 2021 | ||
---|---|---|
View 87602e1
bugfix: fix memory leak when getting the clipboard textDario Rodriguez authored on 02/06/2021 05:33:05 |
||
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 |
April 25, 2021 | ||
---|---|---|
View dee2427
bugfix: rearch&replace was not replacing the last occurrences if the new string was larger than the old string and the occurrence was close to the end of the selectionDario Rodriguez authored on 25/04/2021 10:10:41 |
||
View 8004bdd
Make Shift+HOME/Shift+END change the selection accordinglyDario Rodriguez authored on 25/04/2021 10:02:40 |
April 18, 2021 | ||
---|---|---|
View 62dbccb
Workaround for some graphics drivers: disable partial updates for now (using partial updates showed flickering, supposedly from frames from double buffering)Dario Rodriguez authored on 18/04/2021 18:50:39 |