Basile Burg
ac9d54c91a
gdb commander, make the default window width bigger
2020-01-31 22:29:28 +01:00
Basile Burg
c7911f778a
add support for GNU style messages, close #1
2020-01-31 18:43:51 +01:00
Basile Burg
70e85ed84e
gdb commander, place results of custm eval in the variable list
...
it's not anymore required to inspect the raw gdbmi output to see them
2020-01-29 23:55:14 +01:00
Basile Burg
ab343f3e38
gdb commander, save and reload custom eval kind between sessions
2020-01-29 23:27:04 +01:00
Basile Burg
f26a7b9305
compiler paths hints, fix typos
2020-01-25 04:37:47 +01:00
Basile Burg
e0352e041d
fix silent esception when storing the editor metadata file
2020-01-25 04:31:29 +01:00
Basile Burg
3c67dba92a
compiler paths editor, less confusing for GDC and LDC, since their library path does not require to have two fields
2020-01-25 04:25:41 +01:00
Basile Burg
027aa4349b
compiler paths, activate auto detection of GDC
2020-01-25 04:08:23 +01:00
Basile Burg
c719622a75
update dparse
2020-01-24 18:14:44 +01:00
Basile Burg
aee22588f9
dastworx, also detected DC set to ldc2 for less surprise
2020-01-24 15:29:36 +01:00
Basile Burg
bfbe94aa47
fix typo in the combo box of the option page for the compiler paths and update the doc related to the new global compiler alias
2020-01-19 14:20:38 +01:00
Basile Burg
1fbe967d76
allow to select the 'global' compiler for completion and move 'global' definition to the option page dedicated t the compiler paths
2020-01-19 06:39:23 +01:00
Basile Burg
6875764241
update year
2020-01-01 12:13:18 +01:00
Basile Burg
c86206d218
protection against loop with DCompiler.global, fix before rising
2019-12-26 14:23:21 +01:00
Basile Burg
a517e313ae
retrieve compiler exename each time required to fix bugs with the "global" option
...
xref b6759a1525
2019-12-26 13:12:38 +01:00
Basile Burg
e8020d6414
remove GH stuff and update iz git url
2019-12-17 01:14:29 +01:00
Basile Burg
3dcc1a87f0
tweak messages
2019-12-16 10:09:29 +01:00
Basile Burg
7be4884ee8
auto updates
2019-12-16 10:09:11 +01:00
Basile Burg
b6759a1525
add a system allowing to change the D compiler used in all the compilation contexts
2019-12-16 09:59:02 +01:00
Stian Gulpen
3ad97b3dc2
prevent calling dastworx on closing a page
2019-12-01 13:53:33 +01:00
Basile Burg
d3ec00991e
fix possible range error when renaming an identifier
2019-11-16 07:10:08 +01:00
Basile Burg
6d080bbd7a
prevent multiple reallocs when building the widget list
2019-10-30 19:13:08 +01:00
Basile Burg
09fe119ff2
update dparse
2019-07-29 22:22:30 +02:00
Basile Burg
75d5fe512f
diff view, fix tab order L2R
2019-06-18 07:11:04 +02:00
Basile Burg
a2c73a0d5e
fix #477 - Horizontal scrolling is missing in the Variables view
...
and add value in hint popup
2019-06-13 21:19:50 +02:00
Basile Burg
329c3adda4
fix #479 - prevent the creation of a DUB property if laready present
2019-06-13 21:03:02 +02:00
Basile Burg
54f27d0f3f
rlz
2019-06-10 22:24:39 +02:00
Basile Burg
a9af7323eb
update version
2019-06-10 21:21:16 +02:00
Basile Burg
d55932fbb3
search & replace, find next, propose to restart from the doc beg/end if no match anymore
2019-06-10 21:18:10 +02:00
Basile Burg
76365ede58
search & replace, set fovcus on doc after findNext
...
prevent to go back to the editor when doing the following
- CTRL+F (find using selection, focus is now on the search widget)
- F3 (find match)
=> click was necessary to give focus again on the editor, e.g to DEL
2019-06-10 21:07:30 +02:00
Basile Burg
903b9a7726
symlist, don't visit expr, set visitor final
2019-06-10 21:05:39 +02:00
Basile Burg
c0af27b523
update dparse, close #475
2019-06-10 21:05:15 +02:00
Basile Burg
0271d15878
fix #476 - SemVer error when adding a DUB dependency from the project editor
2019-06-09 13:31:26 +02:00
Basile Burg
da9cf5105b
symlist, reset filter on other doc focused
2019-06-07 09:52:32 +02:00
Basile Burg
ad49c10ead
proj inspect, reset filter on other proj focused
2019-06-07 09:52:19 +02:00
Basile-z
bd49e4586b
Create FUNDING.yml
2019-06-05 17:21:11 +02:00
Basile Burg
07a06058cd
update dparse
2019-05-19 11:50:02 +02:00
Basile Burg
fea5f7e4ce
fix #473 - sudo setup and ownership of the folder containing the settings
2019-05-16 00:56:09 +02:00
Basile Burg
9b7c2bc01e
update dparse
2019-05-15 23:12:53 +02:00
Basile Burg
78d8148730
fix #474 - SymString of tools parameters not expanded when queryParameters is activated and an empty string is passed
2019-05-15 08:27:05 +02:00
Basile Burg
13cfe8cc7d
fix #467 - Todo list broken when an item ends with a single quote
2019-05-09 01:42:09 +02:00
Basile Burg
e07c701c62
fix #471 - ENTER key doesn't work on non D source if the "alwaysAdvancedFeatures" editor option is not activated
2019-05-09 00:59:52 +02:00
Basile Burg
67cd6e9eb4
fix #470 - "Find all" results are not clickable if the file is a C/C++ source
2019-05-09 00:49:36 +02:00
Basile Burg
9f71934663
runnable exec blocked in some case
...
at some point a new TProcess started from scratch will be required...
2019-05-06 06:21:35 +02:00
Basile Burg
3109ef95e9
nothing
2019-05-06 06:20:43 +02:00
Basile Burg
e708b7a1cd
remove define that's not required anymore
2019-05-06 06:20:25 +02:00
Basile Burg
e8cd2338c5
fix #465 - Attempt to fetch DUB dependencies even if they are directly in the description
2019-05-01 18:23:03 +02:00
Basile Burg
779edd9fe5
fix #464 - searching multiline regexes does not work
2019-04-26 00:32:56 +02:00
Hugo
03a33c2137
fixed 'Boolean expected' error
...
u_compilers.pas(768,6) Error: Incompatible types: got "Constant String" expected "Boolean"
2019-04-24 07:02:58 +02:00
Basile Burg
09d017733d
Remove ensureNoPipeIfWait, possible source of wrong report like #459
...
https://github.com/Basile-z/dexed/issues/459
2019-04-10 07:21:10 +02:00