Commit Graph

151 Commits

Author SHA1 Message Date
Basile Burg be699bd9bc completions, better behavior with `..` and when "auto-dot" is enabled (_autoDotDelay_ > 0). 2024-04-29 07:49:06 +02:00
Basile Burg 877072dc48 Add initial support for git blame 2024-03-30 06:21:27 +01:00
Basile Burg 200e197b95 update changelog
impliclty fixed from Laz 3.0
2024-01-29 06:46:25 +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 22f0a5cf39 rlz 2023-09-18 08:41:22 +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 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 052e49aa35 fix #116 - libdexed-d can only be build with ldc 1.30.0
1.31.0 or newer required now
2023-07-27 15:36:38 +02:00
Basile Burg 73513b3512 rlz 2023-07-07 09:42:54 +02:00
Basile Burg 700d2c6fd8 update changelog 2023-07-06 22:03:45 +02:00
Basile Burg 5044e0d1fc rlz 2023-02-25 14:30:43 +01: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 10ce57f723 rlz 2022-07-15 05:29:07 +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 cdde8fe37f rlz 2022-07-03 14:27:55 +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 8dc896c68a rlz 2022-06-19 23:49:43 +02:00
Basile Burg 9ca6deb4f8 rlz 2022-06-19 01:40:01 +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
Basile Burg 4eabd7e65b fix, project groups, dexed projects wrongly seen as makefile projects. 2022-06-14 12:41:14 +02:00
Basile Burg 8e2adaeb88 rlz 2022-06-07 09:16:51 +02:00
Basile Burg 2bf823e685 add a context menu to the editor status bar 2022-06-06 21:32:04 +02:00
Basile Burg 170743116e highlighter, use c/c++ syntax for cxx files 2022-06-06 21:01:21 +02:00
Basile Burg f90d246933 fix autoCallCompletion problem and annoyance
- dont trigger the feature when using accelerators
- allow in non-D sources if textCompletions are active
2022-06-06 20:53:50 +02:00
Basile Burg 04138ddd63 completion improvments,
- "." does not validate anymore but close leaving current text as-is
- tm, BACKSPACE workaround, seemsuseless nowadays
2022-06-06 20:44:51 +02:00
Basile Burg a62b805ece rlz 2022-05-16 02:38:36 +02:00
Basile Burg f8ad7162b1 try a release
maybe something has brok since 6 months ?
2022-05-15 23:54:25 +02:00
Basile Burg 6c4a47a48c symstrings, dont cache CLN and CCN
close #110
2022-05-15 02:04:55 +02:00
Basile Burg 85a67e4473 project group, fix reg, segv on attempt to add new items 2022-05-14 14:51:09 +02:00
Basile Burg 425248e81d add symstring CLN and CCN 2022-05-14 14:50:30 +02:00
Basile Burg 04100589e5 fix, reload last proj and docs, projet config index not handled 2022-05-14 12:24:07 +02:00
Basile Burg 58b04d978c Add support for make as a new type of project format
close #108
2022-05-14 02:49:11 +02:00
Basile Burg 5b59cf30a4 update libdexed-d
- remove dependency on defunt iz library, close #105
- add a derived parser to handle bounds violation, close #107
- removed used of deprecated dparse types
2022-05-11 20:03:27 +02:00
Basile Burg 9266f32db4 searc & replace, fix small inconsitency caused by focus stealing 2022-01-03 10:32:05 +01:00
Basile Burg 7ee77e71ef rlz 2021-12-09 11:14:07 +01:00
Basile Burg bd43293e2f sort the completions otained from word splitting 2021-12-08 08:39:01 +01:00
Basile Burg 3f8131b57a rlz 2021-11-23 18:57:10 +01:00
Basile Burg 6281f395cd gdb com, allow to pass stdin upon debugging starts
close #101
2021-11-10 04:08:41 +01:00
Basile Burg 99557fed58 remove dub option dependencyCheck and replace with skipRegistry 2021-11-08 09:42:04 +01:00
Basile Burg 8a9ee73349 fix, option _textCompletionMinLength_ min length off-by-one. 2021-10-31 02:01:51 +02:00
Basile Burg d943bcfed2 rlz 2021-10-18 12:14:38 +02:00