Commit Graph

3177 Commits

Author SHA1 Message Date
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 18353e235a rlz 2020-09-13 01:07:44 +02:00
Basile Burg 3209ec12cf empty stmt 2020-09-13 01:02:33 +02:00
Basile Burg 0c160fae77 close #64, bad link generated since latest gitlab.com deployment 2020-09-13 00:43:36 +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 cafd23ec4a rlz 2020-08-31 03:03:40 +02:00
Basile Burg 2829b19bdc update doc to mention that there's an Appveyor build for Windows 2020-08-31 02:49:32 +02:00
Basile.B 30d72bf61e Merge branch 'automate-windows-release' into 'master'
Automate windows release using appveyor

See merge request basile.b/dexed!12
2020-08-31 00:34:27 +00:00
Basile.B 625a7389e0 build windows releases using appveyor and move source for lazarus binaries to a gitlab repo 2020-08-31 02:27:03 +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 f478d5cd0c update dparse 2020-08-13 00:07:02 +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 b478336f88 update doc 2020-07-12 00:20:23 +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 a2a53632d8 build releases using laz 2.0.10 and FPC 3.2.0 2020-07-11 23:56:35 +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 7f203dd439 update changelog 2020-07-09 12:55:56 +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 843e5faa79 changelog typos 2020-07-06 08:58:20 +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 eea8f7158b fix broken icon in doc 2020-07-02 10:56:18 +02:00
Basile Burg 1176014d45 fix obsolete GH link 2020-07-02 10:54:28 +02:00
Basile Burg ebad719dc0 typo in the change log and update doc for gdb com 2020-07-02 10:50:20 +02:00
Basile Burg 40b2a0b67f gdb com, add setting to limit the call stack depth 2020-07-02 06:35:40 +02:00