January 22, 2024 | ||
---|---|---|
View 05038fe
bugfix: the hint system was not able to extract the first word of the fileDario Rodriguez authored on 22/01/2024 18:37:11 |
||
View 50199c9
rehelper: selecting a line number goes to that line of the last file usedDario Rodriguez authored on 22/01/2024 18:31:07 |
January 20, 2024 | ||
---|---|---|
View f8e7d64
Make F1 open a help screen. Put title in printoutsDario Rodriguez authored on 20/01/2024 15:17:33 |
||
View 67a6638
rehelper: fix problem when there are no editors running and a selection is doneDario Rodriguez authored on 20/01/2024 11:16:45 |
January 2, 2024 | ||
---|---|---|
View 65b0d5e
Implement unix domain socket command 'quit'.Dario Rodriguez authored on 02/01/2024 21:06:23 |
||
View aa4e1bc
Implement unix domain socket command 'select'.Dario Rodriguez authored on 02/01/2024 19:50:58 |
||
View d7ea301
Implement unix domain socket command 'list'.Dario Rodriguez authored on 02/01/2024 19:41:47 |
||
View 3fbdb83
Implement unix domain socket command 'id'. Implement unix domain socket data forwarding when there are several recenteditors editing the same filename and make clients try to start a server when the server closes the connection.Dario Rodriguez authored on 02/01/2024 19:31:21 |
||
View ea023e6
Implement unix domain socket command 'goto' to change current line:colDario Rodriguez authored on 02/01/2024 17:16:08 |
||
View 6a60d9d
Go to line now accepts an optional column with the syntax line:columnDario Rodriguez authored on 02/01/2024 17:14:35 |
||
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 |