Commit Graph

124 Commits

Author SHA1 Message Date
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
Basile Burg f4e95cc4c5 fix #98 - sources not detected in subPackages described in JSON objects 2021-10-18 12:11:26 +02:00
Basile Burg 56a9024583 fix, dub projects, the "subpackages" node can be an object 2021-10-12 18:59:25 +02:00
Basile Burg 134c244284 rlz 2021-10-11 12:23:45 +02:00
Basile Burg 21de229cb7 rlz 2021-10-11 08:01:41 +02:00
Basile Burg 3052ea97fe completion, partial support for subpackages used as dependencies 2021-10-10 23:23:24 +02:00
Basile Burg 8c77c2caa3 fix, dub proj inspector tree empty if proj organized by subpackages 2021-10-10 23:22:45 +02:00
Basile Burg 3dfad939ad fix, semver patch component mandatory
some dub package omit it
2021-10-10 23:21:14 +02:00
Basile Burg 3434ce561c fix #52 - support for selecting parent frames from the call stack view
or the ctx menu

Code was there for long time but deactivated because not working.
Nowadays that works, maybe older GDB versions had a bug ?
2021-10-10 18:51:44 +02:00
Basile Burg f925277fc9 fix, bad gutter icon displayed on breakpoint removed 2021-10-08 16:23:47 +02:00
Basile Burg 514ffb967a fix #97 - content reloaded after diff dialog could be outdated 2021-10-08 16:03:24 +02:00
Basile Burg 95f9babd0c dont include backtick if search result is also highlighted 2021-10-08 16:02:36 +02:00
Basile Burg 957ca1321a rlz 2021-09-25 16:52:28 +02:00
Basile Burg 0ba7c05e9e fix #92 - make symlist errors & warnings more visible 2021-09-19 01:19:01 +02:00
Basile Burg e6eee57ef5 prevent fast enough DotDot to trigger the completion menu 2021-09-19 00:11:58 +02:00
Basile Burg 22faea8cdc fix reg, closeCompletionCharsWithSpace_ broken since b65bb860 2021-09-19 00:11:30 +02:00
Basile Burg 3df1a3b720 fix #85 - Add local, non semantic, completions 2021-09-17 13:03:51 +02:00
Basile Burg 077b4c35e7 fix #69 - d2 highligther, dont apply the phobos-style if ident is followed by left paren
that looks better when using C APIs.

before : "LLVMAppendBasicBlock(" -> tkTypes, tkSymbol
after  : "LLVMAppendBasicBlock(" -> tkCall, tkSymbol

downside : "Constructor()",  Constructor is not a TkTypes anymore
2021-09-15 16:08:51 +02:00
Basile Burg 0679140ef9 fix #71 - add "Run until instruction" to gdb commander asm view 2021-09-15 03:36:41 +02:00
Basile Burg 9e806584b3 add a project action to check semantics 2021-09-15 03:36:32 +02:00
Basile Burg 02fb0749c2 make compatible with LCL version 2.2 2021-09-13 13:26:25 +02:00
Basile Burg fcad680170 fix #86 - gdb commnader, cmain argc value is wrong when "queryArguments" is not checked 2021-09-11 22:12:35 +02:00
Basile Burg 6a7c74e3a1 fix #73 - Need gdb custom path setting for Linux and Windows 2021-08-01 13:05:39 +02:00
Basile Burg d41e83a9e2 searchces results, format using gnu style, close #84 2021-08-01 12:48:25 +02:00
Basile Burg 5f3574cde1 gdb commander, allow to comment arguments 2021-08-01 12:48:02 +02:00
Basile Burg 5c4152c99b halstead, show full func sig 2021-07-14 23:20:11 +02:00
Basile Burg b95eb67b8f fix #83 - add support for the syntax dub build type 2021-07-09 14:38:35 +02:00
Basile Burg bd9715c07d rlz 2021-04-19 11:08:47 +02:00