January 2, 2024
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:col

Dario Rodriguez authored on 02/01/2024 17:16:08
View 6a60d9d

Go to line now accepts an optional column with the syntax line:column

Dario Rodriguez authored on 02/01/2024 17:14:35
View 128f515

rehelper: exit if it detects another instance is running

Dario 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 line

Dario 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 tools

Dario 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.c

Dario Rodriguez authored on 25/09/2023 14:37:58
View f72266f

Theme support

Dario Rodriguez authored on 25/09/2023 14:29:12
View 8fbfd06

Fix linking order in makefile

Dario 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 convert

Dario Rodriguez authored on 23/04/2023 11:08:24
April 14, 2023
View 6374346

bugfix: directive string color literal was wrong in the highlighter plugin

Dario 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 32bits

Dario Rodriguez authored on 14/04/2023 18:43:47