January 2, 2024 | ||
---|---|---|
View 128f515
rehelper: exit if it detects another instance is runningDario Rodriguez authored on 02/01/2024 17:08:33 |
||
View 653e1df
rehelper initial version, monitors primary selection for filename:line ocurrences and sends the corresponding recenteditor the command to change current lineDario Rodriguez authored on 02/01/2024 16:38:04 |
January 1, 2024 | ||
---|---|---|
View 19ff20e
Add an unix domain socket to be able to integrate with other toolsDario Rodriguez authored on 01/01/2024 22:02:37 |
||
View 9858884
Add alternative dark theme, but left it disabled under a pair of #ifdef's (search for 'forest')Dario Rodriguez authored on 01/01/2024 11:40:55 |
September 25, 2023 | ||
---|---|---|
View 3b5eae6
Fix: matching parenthesis was wrong when passing over a '(' or ')'; now they are treated as in strings. Also: small clean-ups in re_plugin_highlighter.cDario Rodriguez authored on 25/09/2023 14:37:58 |
||
View f72266f
Theme supportDario Rodriguez authored on 25/09/2023 14:29:12 |
||
View 8fbfd06
Fix linking order in makefileDario Rodriguez authored on 25/09/2023 14:19:45 |
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 |