-
026cb77
(HEAD -> master)
Make Control+Shift+F1 use the manpage relevant to the current language by
Dario Rodriguez <antartica@whereismybit.com>
2025-09-24 12:48:32 +0200;
-
684b04a
Make Control+5 go to the matching parenthesis or curly bracket by
Dario Rodriguez <antartica@whereismybit.com>
2025-07-15 17:21:43 +0200;
-
be851e8
rehelper: add button to copy the PRIMARY selection to the CLIPBOARD selection by
Dario Rodriguez <antartica@whereismybit.com>
2024-02-01 20:52:55 +0100;
-
31db0a0
regdb: gdb filter that synchronizes the current line of the editor to the gdb session by
Dario Rodriguez <antartica@whereismybit.com>
2024-01-23 12:39:57 +0100;
-
09ccfaa
Show manpage of word under cursor with Control+F1 (opens a printout) by
Dario Rodriguez <antartica@whereismybit.com>
2024-01-22 22:46:48 +0100;
-
05038fe
bugfix: the hint system was not able to extract the first word of the file by
Dario Rodriguez <antartica@whereismybit.com>
2024-01-22 19:37:11 +0100;
-
50199c9
rehelper: selecting a line number goes to that line of the last file used by
Dario Rodriguez <antartica@whereismybit.com>
2024-01-22 19:31:07 +0100;
-
f8e7d64
Make F1 open a help screen. Put title in printouts by
Dario Rodriguez <antartica@whereismybit.com>
2024-01-20 16:17:33 +0100;
-
67a6638
rehelper: fix problem when there are no editors running and a selection is done by
Dario Rodriguez <antartica@whereismybit.com>
2024-01-20 12:16:45 +0100;
-
65b0d5e
Implement unix domain socket command 'quit'. by
Dario Rodriguez <antartica@whereismybit.com>
2024-01-02 22:06:23 +0100;
-
aa4e1bc
Implement unix domain socket command 'select'. by
Dario Rodriguez <antartica@whereismybit.com>
2024-01-02 20:50:58 +0100;
-
d7ea301
Implement unix domain socket command 'list'. by
Dario Rodriguez <antartica@whereismybit.com>
2024-01-02 20:41:47 +0100;
-
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. by
Dario Rodriguez <antartica@whereismybit.com>
2024-01-02 20:31:21 +0100;
-
ea023e6
Implement unix domain socket command 'goto' to change current line:col by
Dario Rodriguez <antartica@whereismybit.com>
2024-01-02 18:16:08 +0100;
-
6a60d9d
Go to line now accepts an optional column with the syntax line:column by
Dario Rodriguez <antartica@whereismybit.com>
2024-01-02 18:14:35 +0100;
-
128f515
rehelper: exit if it detects another instance is running by
Dario Rodriguez <antartica@whereismybit.com>
2024-01-02 18:08:33 +0100;
-
653e1df
rehelper initial version, monitors primary selection for filename:line ocurrences and sends the corresponding recenteditor the command to change current line by
Dario Rodriguez <antartica@whereismybit.com>
2024-01-02 17:38:04 +0100;
-
19ff20e
Add an unix domain socket to be able to integrate with other tools by
Dario Rodriguez <antartica@whereismybit.com>
2024-01-01 23:02:37 +0100;
-
9858884
Add alternative dark theme, but left it disabled under a pair of #ifdef's (search for 'forest') by
Dario Rodriguez <antartica@whereismybit.com>
2024-01-01 12:40:55 +0100;
-
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 by
Dario Rodriguez <antartica@whereismybit.com>
2023-09-25 16:37:58 +0200;
-
f72266f
Theme support by
Dario Rodriguez <antartica@whereismybit.com>
2023-09-25 16:29:12 +0200;
-
8fbfd06
Fix linking order in makefile by
Dario Rodriguez <antartica@whereismybit.com>
2023-09-25 16:19:45 +0200;
-
cd1bba3
Color themes and black mode, using control-shift-'+'/'-'/'0'. by
Dario Rodriguez <antartica@whereismybit.com>
2023-06-28 22:21:08 +0200;
-
b342526
Allow multiple dots in ttf file to convert by
Dario Rodriguez <antartica@whereismybit.com>
2023-04-23 13:08:24 +0200;
-
6374346
bugfix: directive string color literal was wrong in the highlighter plugin by
Dario Rodriguez <antartica@whereismybit.com>
2023-04-14 20:48:09 +0200;
-
b65331d
Don't ask for exit confirmation on new files (was triggered because of the inserted \n at end-of-file) by
Dario Rodriguez <antartica@whereismybit.com>
2023-04-14 20:45:47 +0200;
-
bad4e36
bugfix: inserting tabs didn't work when compiling for 32bits by
Dario Rodriguez <antartica@whereismybit.com>
2023-04-14 20:43:47 +0200;
-
c165aff
Code cleanup to avoid some warnings by
Dario Rodriguez <antartica@whereismybit.com>
2022-12-01 15:41:21 +0100;
-
8fd6c40
Make "Click on a printout" to go to that line in the main editor window by
Dario Rodriguez <antartica@whereismybit.com>
2022-12-01 15:34:38 +0100;
-
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) by
Dario Rodriguez <antartica@whereismybit.com>
2022-10-06 12:29:52 +0200;
-
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'. by
Dario Rodriguez <antartica@whereismybit.com>
2022-09-08 23:59:55 +0200;
-
dcd9b73
Add function to extract the previous utf8 character to a pos. Add function to extract a substring from a redata buffer. by
Dario Rodriguez <antartica@whereismybit.com>
2022-09-08 23:57:42 +0200;
-
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 file by
Dario Rodriguez <antartica@whereismybit.com>
2022-08-22 12:10:39 +0200;
-
948eaa9
bugfix: when showing line numbers scrolling to the right was not working correctly by
Dario Rodriguez <antartica@whereismybit.com>
2022-08-13 11:24:14 +0200;
-
7cb83de
bugfix: click to move cursor was moving to a wrong place when showing line numbers by
Dario Rodriguez <antartica@whereismybit.com>
2022-08-13 11:10:38 +0200;
-
7e2146f
Add quirk_duplicates, as it seems that the ignorenkeys hack is only necessary on Debian 10 Buster' sdl 2.0.9 by
Dario Rodriguez <antartica@whereismybit.com>
2022-05-22 20:09:47 +0200;
-
28e1e4d
Implement scrolling with mousewheel by
Dario Rodriguez <antartica@whereismybit.com>
2022-03-24 19:13:42 +0100;
-
b64148f
Fix C89/POSIX C prototypes extractor for the hinter (fread/fwrite were missing) by
Dario Rodriguez <antartica@whereismybit.com>
2022-03-18 22:57:19 +0100;
-
e7cbf6d
Small cosmetic adjustments for line numbers by
Dario Rodriguez <antartica@whereismybit.com>
2022-03-18 19:32:20 +0100;
-
12c726f
bugfix: change show-line-numbers toggle from Control+L to Control+N, as Control+L is search-next by
Dario Rodriguez <antartica@whereismybit.com>
2022-03-05 20:14:12 +0100;
-
67cf656
Make the function listing slightly transparent (as intended) by
Dario Rodriguez <antartica@whereismybit.com>
2022-03-05 20:08:23 +0100;
-
49e9809
Make Control+L show/hide line numbers by
Dario Rodriguez <antartica@whereismybit.com>
2022-03-05 19:37:40 +0100;
-
365dc22
More printout functionality: Add PageUp/PageDown movement, fill entire printout window regardless of selection size, show line numbers in printouts by
Dario Rodriguez <antartica@whereismybit.com>
2022-03-05 19:26:22 +0100;
-
132c048
add tcl language support for the hinter (uses tcl hinter instead of C hinter if first line starts with # and has tclsh, wish or expect) by
Dario Rodriguez <antartica@whereismybit.com>
2022-02-21 20:05:43 +0100;
-
d58ec00
make reui_balloon() able to display several lines when input string has newline characters or when the line is too large for the screen width by
Dario Rodriguez <antartica@whereismybit.com>
2022-02-21 20:02:33 +0100;
-
b53a9ee
Make commandbuffer input to accept Control+TAB (to be able to search/substitute real tabs. Put a cursor con commandbuffer input by
Dario Rodriguez <antartica@whereismybit.com>
2022-02-20 16:03:32 +0100;
-
098c498
Show real tabs as a red space, insert a real tab with Control+Tab (this functionality is to be able to edit Makefiles) by
Dario Rodriguez <antartica@whereismybit.com>
2022-02-20 15:38:48 +0100;
-
a6baf5e
bugfix: fix uninitialized variable when getting func listing by
Dario Rodriguez <antartica@whereismybit.com>
2022-02-19 18:46:26 +0100;
-
80b32ce
Implement a primitive function navigator when clicking on the status line by
Dario Rodriguez <antartica@whereismybit.com>
2022-02-17 23:52:05 +0100;
-
b72b730
Implement more coherent behaviour when selecting with shift by
Dario Rodriguez <antartica@whereismybit.com>
2022-01-11 16:20:32 +0100;
-
2fb98dd
bugfix: copying a block to the end of the line was inserting an additional space by
Dario Rodriguez <antartica@whereismybit.com>
2022-01-10 15:56:25 +0100;
-
b94dd9e
bugfix: inserting in the space after the last character of the line now doesn't move selections after the insertion point by
Dario Rodriguez <antartica@whereismybit.com>
2022-01-07 19:15:46 +0100;
-
fc02e5f
Update author email by
Dario Rodriguez <antartica@whereismybit.com>
2022-01-07 18:57:32 +0100;
-
6ac95ce
Implement relative go-to-line (i.e. ctrl+q-l '+5') by
Dario Rodriguez <antartica@whereismybit.com>
2021-12-04 19:04:41 +0100;
-
689e4ad
make printout data change as the original data changes (that is, printouts are now a view to another part of the file) by
Dario Rodriguez <antartica@whereismybit.com>
2021-09-02 22:36:13 +0200;
-
5eb01ca
add commandbuf suggestion for 'find and replace' replace string by
Dario Rodriguez <antartica@whereismybit.com>
2021-09-01 22:38:40 +0200;
-
5d9e7ad
rounded corners for commandbuf suggestion by
Dario Rodriguez <antartica@whereismybit.com>
2021-09-01 22:33:06 +0200;
-
6b4c615
Make old commandbuf (search string, etc) only a suggestion: reset commandbuf if key is not RIGHT/END/ENTER when showing the suggestion by
Dario Rodriguez <antartica@whereismybit.com>
2021-09-01 20:43:41 +0200;
-
326ac94
bugfix: saving a file to a relative symlink now also works. This also fix the filename sent to plugins in files that are symlinks. by
Dario Rodriguez <antartica@whereismybit.com>
2021-07-11 12:35:47 +0200;
-
e66e4f8
bugfix: Saving a file now follows symlinks by
Dario Rodriguez <antartica@whereismybit.com>
2021-07-11 11:29:02 +0200;
-
752deb8
Move cursor to mouse click by
Dario Rodriguez <antartica@whereismybit.com>
2021-06-03 07:01:07 +0200;
-
87602e1
bugfix: fix memory leak when getting the clipboard text by
Dario Rodriguez <antartica@whereismybit.com>
2021-06-02 07:33:05 +0200;
-
151de1e
fix: correctly set the boundaries of data to move on Ctrl+K+C/Ctrl+K+V by
Dario Rodriguez <antartica@whereismybit.com>
2021-06-02 07:31:03 +0200;
-
61f5d83
fix: correctly handling of spaces at start and end of doing a Ctrl+C/Ctrl+V. by
Dario Rodriguez <antartica@whereismybit.com>
2021-05-30 17:04:46 +0200;
-
60f0e32
bugfix: was not showing prototypes hints if the cursor was in the space after the last character of the line by
Dario Rodriguez <antartica@whereismybit.com>
2021-04-25 12:31:35 +0200;
-
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 selection by
Dario Rodriguez <antartica@whereismybit.com>
2021-04-25 12:10:41 +0200;
-
8004bdd
Make Shift+HOME/Shift+END change the selection accordingly by
Dario Rodriguez <antartica@whereismybit.com>
2021-04-25 12:02:40 +0200;
-
62dbccb
Workaround for some graphics drivers: disable partial updates for now (using partial updates showed flickering, supposedly from frames from double buffering) by
Dario Rodriguez <antartica@whereismybit.com>
2021-04-18 20:50:39 +0200;
-
9e02b8c
Preserve file permissions on save by
Dario Rodriguez <antartica@whereismybit.com>
2021-03-31 18:36:06 +0200;
-
3cf9222
bugfix: was showing strange characters when a multibyte UTF-8 char crossed a chunk boundary; now behaves as expected (multibyte UTF-8 characters crossing a boundary display correctly) by
Dario Rodriguez <antartica@whereismybit.com>
2021-03-20 02:53:12 +0100;
-
a493566
bugfix: selection was moving when inserting/deleting text before the selection by
Dario Rodriguez <antartica@whereismybit.com>
2021-03-12 23:54:34 +0100;
-
0f51980
Disable unnedded plugins in viewonly mode by
Dario Rodriguez <antartica@whereismybit.com>
2021-01-21 22:21:23 +0100;
-
e2f8b12
Add viewonly support (enabled if the executable name ends with 'review') by
Dario Rodriguez <antartica@whereismybit.com>
2021-01-21 22:14:04 +0100;
-
4b75fdb
Simple Up/down/left/right scrolling for the printouts by
Dario Rodriguez <antartica@whereismybit.com>
2021-01-21 21:46:25 +0100;
-
b1ecd81
Add font iosevka-fixed-regular for Control+P printouts by
Dario Rodriguez <antartica@whereismybit.com>
2021-01-19 19:53:05 +0100;
-
4f474cd
Remove saxmono font as it doesn't look good for small font sizes by
Dario Rodriguez <antartica@whereismybit.com>
2021-01-18 16:51:41 +0100;
-
f0c9405
fix: printouts should not have cursor, so don't draw cursor on printout windows by
Dario Rodriguez <antartica@whereismybit.com>
2021-01-15 23:26:54 +0100;
-
9b21979
make reui_init() use saxmono font for child windows (right now that equates windows for printed data) by
Dario Rodriguez <antartica@whereismybit.com>
2021-01-15 23:20:48 +0100;
-
9d7c6b5
Add saxmono font by
Dario Rodriguez <antartica@whereismybit.com>
2021-01-15 23:13:40 +0100;
-
96e3d79
Add print selection to new window with Control+P, close that window with ESC by
Dario Rodriguez <antartica@whereismybit.com>
2021-01-15 23:11:33 +0100;
-
7ade974
Implement Control+UP/DOWN: scroll the screen instead of moving the cursor position by
Dario Rodriguez <antartica@whereismybit.com>
2021-01-07 19:23:45 +0100;
-
da99cd1
fix: ensure cursor is in visible area after deleting a character by
Dario Rodriguez <antartica@whereismybit.com>
2021-01-02 12:52:05 +0100;
-
67e3f10
Make scrolling when at the right end more pleasant (now only needs to scroll after several keystrokes) by
Dario Rodriguez <antartica@whereismybit.com>
2020-12-28 21:55:54 +0100;
-
51c188b
fix: last line was not being highlighted in some circumstances by
Dario Rodriguez <antartica@whereismybit.com>
2020-12-28 13:07:38 +0100;
-
37a5eb2
fix: remove from the possible zoom list those with bad appearance by
Dario Rodriguez <antartica@whereismybit.com>
2020-12-28 11:47:14 +0100;
-
7348e37
Fix highlighting when using go-to-line (clamp origin var.). Make the info mesage dissappear when pressing Esc by
Dario Rodriguez <antartica@whereismybit.com>
2020-12-23 18:39:36 +0100;
-
f55e28e
fix plugins not being called on undo by
Dario Rodriguez <antartica@whereismybit.com>
2020-12-01 22:24:22 +0100;
-
c357e49
tweak info header's colors and contents by
Dario Rodriguez <antartica@whereismybit.com>
2020-12-01 18:59:37 +0100;
-
ce24a4c
unsaved plugin: encolse in "#ifdef 0" some debug messages by
Dario Rodriguez <antartica@whereismybit.com>
2020-12-01 18:57:42 +0100;
-
d30a321
Added 'Exit without saving?' confirmation dialog by
Dario Rodriguez <antartica@whereismybit.com>
2020-11-30 22:40:46 +0100;
-
f6c7091
Add info header-type. Tweak header colors. FIRST USABLE VERSION. by
Dario Rodriguez <antartica@whereismybit.com>
2020-11-30 21:51:14 +0100;
-
94b538b
bugfix: fix inconsistencies between cursorpos and line/col (now, line/col is the authoritative position) by
Dario Rodriguez <antartica@whereismybit.com>
2020-11-30 20:20:20 +0100;
-
5ddc7c8
Connect save to F2 and to Control+S by
Dario Rodriguez <antartica@whereismybit.com>
2020-11-30 19:09:55 +0100;
-
78c80ac
Implement search-and-replace by
Dario Rodriguez <antartica@whereismybit.com>
2020-11-29 23:22:12 +0100;
-
d88d51f
ui: fix bug of incorrect initial window height in certain conditions by
Dario Rodriguez <antartica@whereismybit.com>
2020-11-29 23:27:20 +0100;
-
e9dfb04
indent/unindent selection with ALT+RIGHT/ALT+LEFT by
Dario Rodriguez <antartica@whereismybit.com>
2020-11-28 23:16:21 +0100;
-
77ea44a
highlighter: fix bug when highlighting files with many lines (didn't enlarge the buffer for linecolor_t because of missing operation on usedbuf) by
Dario Rodriguez <antartica@whereismybit.com>
2020-11-27 18:13:41 +0100;
-
c34cafb
Make Control+C/X/V to use the clipboard by
Dario Rodriguez <antartica@whereismybit.com>
2020-11-25 23:13:13 +0100;
-
1099040
implement CUA92-style copy/cut/paste by
Dario Rodriguez <antartica@whereismybit.com>
2020-11-23 23:59:53 +0100;
-
ceca04b
implement selections and wordstar-style cut/copy/move of selection by
Dario Rodriguez <antartica@whereismybit.com>
2020-11-23 00:17:44 +0100;