June 28, 2023 | ||
---|---|---|
View cd1bba3
Color themes and black mode, using control-shift-'+'/'-'/'0'.Dario Rodriguez authored on 28/06/2023 20:21:08 |
April 23, 2023 | ||
---|---|---|
View b342526
Allow multiple dots in ttf file to convertDario Rodriguez authored on 23/04/2023 11:08:24 |
April 14, 2023 | ||
---|---|---|
View 6374346
bugfix: directive string color literal was wrong in the highlighter pluginDario Rodriguez authored on 14/04/2023 18:48:09 |
||
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 |
||
View bad4e36
bugfix: inserting tabs didn't work when compiling for 32bitsDario Rodriguez authored on 14/04/2023 18:43:47 |
December 1, 2022 | ||
---|---|---|
View c165aff
Code cleanup to avoid some warningsDario Rodriguez authored on 01/12/2022 14:41:21 |
||
View 8fd6c40
Make "Click on a printout" to go to that line in the main editor windowDario Rodriguez authored on 01/12/2022 14:34:38 |
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 c5317af
Make Control+Click search the string under the cursor in the function list and got to the line of the first ocurrence, as simplification of 'go to function definition'.Dario Rodriguez authored on 08/09/2022 21:59:55 |
||
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 |
August 22, 2022 | ||
---|---|---|
View 325d2be
fix: tweak the quirk with inserted characters when doing CTRL+/CTRL- to change the font size, as it was inserting the + and - into the edited fileDario Rodriguez authored on 22/08/2022 10:10:39 |
August 13, 2022 | ||
---|---|---|
View 948eaa9
bugfix: when showing line numbers scrolling to the right was not working correctlyDario Rodriguez authored on 13/08/2022 09:24:14 |
||
View 7cb83de
bugfix: click to move cursor was moving to a wrong place when showing line numbersDario Rodriguez authored on 13/08/2022 09:10:38 |
May 22, 2022 | ||
---|---|---|
View 7e2146f
Add quirk_duplicates, as it seems that the ignorenkeys hack is only necessary on Debian 10 Buster' sdl 2.0.9Dario Rodriguez authored on 22/05/2022 18:09:47 |
March 24, 2022 | ||
---|---|---|
View 28e1e4d
Implement scrolling with mousewheelDario Rodriguez authored on 24/03/2022 18:13:42 |