Basile Burg
|
b264748278
|
fix building gdb commander on windows
|
2020-10-13 14:13:48 +02:00 |
Basile Burg
|
7c783e3eb9
|
activate GDB commander for the windows version, close #66
|
2020-10-13 12:20:20 +02:00 |
Basile Burg
|
d188b98f0a
|
fix, not possible to clear searches results
|
2020-09-13 09:51:15 +02:00 |
Basile Burg
|
3209ec12cf
|
empty stmt
|
2020-09-13 01:02:33 +02:00 |
Basile Burg
|
7057c97c89
|
fix #60 - searches results should go in their own message category
|
2020-09-13 00:34:17 +02:00 |
Basile Burg
|
df4773f6ce
|
projinspect, move list of configs to a combo box
|
2020-09-13 00:32:50 +02:00 |
Basile Burg
|
21c143fc25
|
gdb commander, fix getting expression within square brackets
|
2020-09-13 00:18:38 +02:00 |
Basile Burg
|
3c1edd06e4
|
unpaired encoding 79190c984a
|
2020-08-24 16:01:58 +02:00 |
Basile Burg
|
79190c984a
|
fix #54 - SEGFAULT on exit when build with FPC 3.2.0
|
2020-08-23 16:04:34 +02:00 |
Basile Burg
|
c48a8f7e8a
|
fix, module name not detected when shebang line present
|
2020-08-23 15:26:49 +02:00 |
Basile Burg
|
09eca959cb
|
fix #59 - git menu, no label in the list of branch when in "detached HEAD" after a checkout
|
2020-08-22 05:11:04 +02:00 |
Basile Burg
|
e070d33e25
|
fix #58 - symbol list, errors should never be sorted
|
2020-08-22 04:55:48 +02:00 |
Basile Burg
|
425a7090af
|
fix, gdv commander, possibly two items checked after "Select custom exe" + cancel in the dialog
|
2020-08-22 04:46:42 +02:00 |
Basile Burg
|
08dbbc5196
|
fix, message from the stack trace printed on assert failure not clickable
|
2020-08-21 20:10:12 +02:00 |
Basile Burg
|
e0f3d68ced
|
fix, sym list, module without declarations got the tree of the previous editor tab
only a workaround actually, as this is caused by https://bugs.freepascal.org/view.php?id=37560
|
2020-08-13 00:10:28 +02:00 |
Basile Burg
|
6a3f490b0c
|
remove workarounds bad SSl versions before fpc 3.2.0
|
2020-08-05 11:03:31 +02:00 |
Basile Burg
|
4956f7c19b
|
fix building on windows
|
2020-08-05 10:05:48 +02:00 |
Basile Burg
|
8c6db7bef0
|
remove unused var and units
|
2020-07-12 14:55:26 +02:00 |
Basile Burg
|
34e71d29b5
|
commit by error in 9b0a2b5d79
|
2020-07-12 14:18:35 +02:00 |
Basile Burg
|
29d6d97697
|
fix, gdb com, no disassembly on signal caught
missing line info lead to bad formed MI request
|
2020-07-12 13:49:45 +02:00 |
Basile Burg
|
0b641095be
|
more `<> nil` and `= nil` replaced with isAss/isNotAss
and inline those helpers
|
2020-07-12 00:20:16 +02:00 |
Basile Burg
|
891690410f
|
rename isNil/NotNil Assigned/NotAssigned and add them for interfaces
FPC 3.2.0 required from now
|
2020-07-11 23:29:08 +02:00 |
Basile Burg
|
9b0a2b5d79
|
fix error in dub project due to a breaking change in FCL >= 3.2.0
TJSonParser now fully loads the TStream passed in the ctor
instead of reading from its position(),
|
2020-07-11 20:13:09 +02:00 |
Basile Burg
|
20ed08e194
|
update the list of branches more lazily
|
2020-07-10 10:09:08 +02:00 |
Basile Burg
|
833e3d98cf
|
more process parameters passed as array literal
|
2020-07-09 07:42:30 +02:00 |
Basile Burg
|
1e272befc0
|
dilaog typo
|
2020-07-09 07:38:03 +02:00 |
Basile Burg
|
446cccbe2a
|
TProcess.Parameters.Add -> TProcess.Parameters.AddStrings
|
2020-07-09 07:34:31 +02:00 |
Basile Burg
|
1001642f88
|
fix, checkout from menu item caption broken
caused by 87218256b6
|
2020-07-08 13:25:23 +02:00 |
Basile Burg
|
87218256b6
|
fix #53 - project, git branches, last commit message in a tooltip
|
2020-07-08 00:29:52 +02:00 |
Basile Burg
|
e5586e8f3b
|
rlz
|
2020-07-06 08:43:47 +02:00 |
Basile Burg
|
5d13e0ea72
|
proj, git, active branch was not updated when after an external checkout
|
2020-07-06 06:43:35 +02:00 |
Basile Burg
|
f3df449a9d
|
add highlighter attribute for function calls and definitions
|
2020-07-05 19:18:04 +02:00 |
Basile Burg
|
87c8ca3cd1
|
reafactor ... <> 0 with not ... equals(0)
|
2020-07-05 14:48:19 +02:00 |
Basile Burg
|
b3da921d63
|
refactor = -1 with equals(-1)
|
2020-07-05 14:39:08 +02:00 |
Basile Burg
|
0196068b06
|
add helper for integer, refactor ` = 0` with equals(0)
|
2020-07-05 14:26:12 +02:00 |
Basile Burg
|
40b2a0b67f
|
gdb com, add setting to limit the call stack depth
|
2020-07-02 06:35:40 +02:00 |
Basile Burg
|
6bce0a2c14
|
update changelog
|
2020-07-01 17:36:43 +02:00 |
Basile Burg
|
9c00649ede
|
fix #51 - calltips highlights, wrong position indicated when entering an array literal
|
2020-07-01 17:29:47 +02:00 |
Basile Burg
|
4da5d1989e
|
ddemangle, use FPC compat string too
|
2020-07-01 15:37:21 +02:00 |
Basile Burg
|
0e69320f20
|
allow to free manually D GC mem from the options/application
|
2020-06-14 19:32:57 +02:00 |
Basile Burg
|
48f1506165
|
fix #49 - the shortcut editor doesnt display anything anymore
|
2020-06-14 19:08:06 +02:00 |
Basile Burg
|
6d6a5ac0c5
|
can crash the IDE when closing fast many files
|
2020-06-12 23:42:07 +02:00 |
Basile Burg
|
3cbe5d2471
|
allow to minimize D GC heap immediatly
|
2020-06-12 20:47:01 +02:00 |
Basile Burg
|
25074446f2
|
libdexed-d, return Pascal compatible strings, freed by ref counting
|
2020-06-12 20:38:20 +02:00 |
Basile Burg
|
7932fb6382
|
fix #47 - compiling a dub project with LDC uses LDMD2
|
2020-06-12 20:37:59 +02:00 |
Basile Burg
|
51a2f3c09c
|
fix #46 - Scrollbar out of range exception in the terminal
|
2020-06-09 16:02:44 +02:00 |
Basile Burg
|
3271a778c4
|
lfm auto update
|
2020-06-07 21:00:37 +02:00 |
Basile Burg
|
b65e38f23f
|
minor optimization to the message widget
|
2020-06-07 21:00:04 +02:00 |
Basile Burg
|
017fef6fc1
|
allow to debug a custom executable
|
2020-06-06 17:32:26 +02:00 |
Basile Burg
|
5f206595d3
|
change field allowing to set what is debugged to an enumeration
|
2020-06-06 17:11:53 +02:00 |