Commit Graph

2568 Commits

Author SHA1 Message Date
Basile Burg ccbc12a16c blame, add early exit for when the initial data are not yet collected 2024-03-30 11:25:28 +01:00
Basile Burg 877072dc48 Add initial support for git blame 2024-03-30 06:21:27 +01:00
Basile Burg ad9f8ca2d4 sxsyn, add support the `defer` keyword 2024-02-21 05:25:44 +01:00
Basile Burg 503196e999 editor cleanup commented code
that stuff, i.e indent lines, was designed for Lazarus and has
never really worked with the D HL.
2024-01-29 06:49:15 +01:00
Basile Burg 488301ac2c ESC while typing in the input field of the search & replace widg. to give the editor the focus back 2024-01-29 06:47:29 +01:00
Basile Burg 129c3c4d2c more related to #130 2024-01-22 06:49:21 +01:00
Basile Burg 0160c52b61 dftm commander, output a warning if the tool is missing
xref #125
2024-01-22 06:38:15 +01:00
Basile Burg f349dee6a4 search & replace widg, add visual feedback will typing in the input field 2024-01-21 20:52:10 +01:00
Basile Burg 61c2d132df fix #130 - mini-explorer, on startup selected folder becomes the root, instead of the previous root 2024-01-21 20:17:40 +01:00
Basile Burg bd3625a63f fix #129 - mini-explorer, clearing the filter has for effect to scan the explorer root folder instead of the selected one 2024-01-21 20:16:50 +01:00
Basile Burg 5f0cb4a3f4 sxsyn, adjust lexing to make dot equal ligature working 2023-12-18 12:06:17 +01:00
Basile Burg 6e2209e3b0 sxsyn, add support for char literals 2023-11-26 03:24:33 +01:00
Basile Burg 1d6442917e styx syntax, add the `char` keyword 2023-11-13 01:20:30 +01:00
Basile Burg 4c85af2cc4 sxsyn, allow $1 as identifier 2023-09-23 17:29:28 +02:00
Basile Burg af68051ba8 fixup HEAD~1, missing lfm changes 2023-09-18 08:40:46 +02:00
Basile Burg f1c6b38c38 add a MRU for the customized executable used in gdb commander 2023-09-17 13:03:13 +02:00
Basile Burg e576ad1702 fix, font size of reloaded document not always correct 2023-09-17 11:52:18 +02:00
Basile Burg 68f2d53b5c styx syntax, add support for the `from` keyword 2023-09-10 22:04:38 +02:00
Basile Burg 47e00a6a9b editor, add the "undo all" action 2023-08-28 10:39:21 +02:00
Basile Burg 011907d934 fix, diff viewer, unmodified text not visible with dark themes 2023-08-28 10:17:12 +02:00
Basile Burg 1eeeaccdf0 add Arc Dark HL preset 2023-07-06 22:03:39 +02:00
Basile Burg 985b8b073d fix #120 - "select all" in the messages can hang dexed for a while 2023-07-06 20:48:00 +02:00
Basile Burg c2c987cdda fix #121 - Words completions dont not fully take idents containing digits 2023-07-06 20:26:09 +02:00
Basile Burg 75ed028f58 fix, completion broken if dependency specified using a path DUB property 2023-07-06 20:16:48 +02:00
Basile Burg bd2a5d16df fix #118 - add support for the new DUB package naming scheme 2023-06-26 01:09:33 +02:00
Basile Burg 468a3a6656 rename field w/ typo 2023-02-27 23:40:30 +01:00
Basile Burg 8622a7039a tools widget, prevent the input box on keypress
on gtk2 a small input box is displayed by default, which is annoying and of not usefulness
2023-02-27 23:37:38 +01:00
Basile Burg 81c336c3bb tools widget, disable extended selection
of no usefulness here
2023-02-27 23:15:07 +01:00
Basile Burg b4ae83569f docking, initialize a `var` parameter used as result
it's not `out` so there is no guarantee that the caller
has initialized it.
2023-02-25 13:32:55 +01:00
Basile Burg 7398bf9609 dont load docking in the OnFirstShow handler
This caused random cycles while auto-sizing, making dexed impossible
to start without deleting docking.xml
2023-02-15 09:34:46 +01:00
Basile Burg 390ec7777e fix, possible AV when trying to quit and if the FSP just got closed while a group also present 2023-01-05 16:12:48 +01:00
Basile Burg 3dfad53fe3 update year 2023-01-02 10:59:31 +01:00
Basile Burg 9f56a74e54 remove widget back panel 2022-12-26 15:41:01 +01:00
Basile Burg 0c5932e0cf fix, color selector problem when using dark themes 2022-09-10 19:29:37 +02:00
Basile Burg 9b58fe161e fix, scrollCentered inverted 2022-08-14 20:27:47 +02:00
Basile Burg 0c5b0b101e editor, add the ecScrollCenteredDown and ecScrollCenteredUp actions 2022-08-14 14:33:57 +02:00
Basile Burg 5966e03425 add the redoAll action 2022-08-08 15:07:19 +02:00
Basile Burg 1c03f6175a fix, wrong diagnostic output when a makefile rule is already geing processed 2022-08-05 18:43:48 +02:00
Basile Burg 2fb9dfda94 sxsyn, add the `apply` keyword 2022-07-24 10:13:19 +02:00
Basile Burg accb025ac7 fixup HEAD^1, importPaths must be used for DCD
module names can mismatch with sourcePaths
2022-07-15 05:15:00 +02:00
Basile Burg e73d226dba better dcd completion if receipt us subpackage-oriented 2022-07-15 05:04:45 +02:00
Basile Burg 60f9e4e984 fix, dub projects, "sourcePath" not tried in subPackages objects 2022-07-15 04:54:46 +02:00
Basile Burg cf93e0d9e6 gdb commander, center view after click on call stack view 2022-07-12 17:22:32 +02:00
Basile Burg d60a2cceee fix #50, "Reset default layout" did not work properly
very old regression
2022-07-03 14:23:49 +02:00
Basile Burg e0b599aea9 make project, add an option to filter out by ext files located in the sourceDirectories 2022-07-03 12:57:00 +02:00
Basile Burg 093ffa54b3 fix #113 - regression, setting a breakpoint vertically centers the matching line 2022-06-29 15:37:37 +02:00
Basile Burg 8dc896c68a rlz 2022-06-19 23:49:43 +02:00
Basile Burg a1b3955cc2 editor, center the Y view when active line is changed programatically 2022-06-19 01:32:41 +02:00
Basile Burg 53fe7317b8 small changes to gdb completions
- optin to request using dot
- dont request directly after validation of a completion
2022-06-18 05:28:34 +02:00
Basile Burg 064ca95343 fix #106 - GDB commander, add support for the GDB completions 2022-06-17 18:25:42 +02:00