Commit Graph

75 Commits

Author SHA1 Message Date
Basile Burg bf24e5692b use native AnchorDocking feature to set if floating widgets stayontop 2021-09-19 15:47:37 +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 1e6d30e0b5 fix wrong dialog kind used when saving doc as html 2020-11-22 03:42:03 +01:00
Basile Burg 7c783e3eb9 activate GDB commander for the windows version, close #66 2020-10-13 12:20:20 +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 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 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 5d13e0ea72 proj, git, active branch was not updated when after an external checkout 2020-07-06 06:43:35 +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 0e69320f20 allow to free manually D GC mem from the options/application 2020-06-14 19:32:57 +02:00
Basile Burg b65e38f23f minor optimization to the message widget 2020-06-07 21:00:04 +02:00
Basile Burg 730c2a4e6e fix windows build
close #37, #43, #44
2020-05-28 16:25:10 +02:00
Basile Burg 5c37dc198c replace NativeUInt and NativeInt with FreePascal style alias 2020-05-27 15:30:43 +02:00
Basile Burg d78ab4639d dlg typo + changelog 2020-04-24 22:24:20 +02:00
Basile Burg b508a99162 fix #27 - Messages associated to a DUB runnable are not cleared between two calls to "Run DUB single file package" 2020-04-20 19:05:55 +02:00
Basile Burg 5e17d5617e Add a D library to replace various D programs from the toolchain 2020-04-16 11:03:01 +02:00
Basile Burg ef80f677c9 fix #3 - options, floating widget on top does not work 2020-04-09 09:10:42 +02:00
Basile Burg f98d1ae41a remove old GH refs 2020-04-07 23:23:57 +02:00
Basile Burg 088ca3cb99 fix #21 - update checker needs to be updated to use gitlab api 2020-04-07 23:22:34 +02:00
Basile Burg 7e5ffba6e7 fix #18 - Better error message when compiler is invoked but missing 2020-04-07 22:53:08 +02:00
Basile Burg c98c996e7b unify the field name used by the project observers to store the proj ref 2020-03-09 00:59:12 +01:00
Basile Burg 205c7bcfc1 rewrite confusing interface IEditableShortcut. 2020-03-08 21:38:05 +01:00
Basile Burg 54836a0667 fix typo 2020-03-04 17:22:39 +01:00
Basile Burg e3b456e8c4 update readme and several links trelated to new manual location 2020-03-04 17:18:24 +01:00
Basile Burg ce6e8bca97 fix #4 - Automatic cleaning of MRU doesn't mix well with git checkout 2020-03-04 14:56:31 +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 3dcc1a87f0 tweak messages 2019-12-16 10:09:29 +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
Basile Burg 6d080bbd7a prevent multiple reallocs when building the widget list 2019-10-30 19:13:08 +01: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 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
Basile Burg 788e008de4 rather put this in the bug tracker if really worth... 2019-04-04 10:14:04 +02:00
Basile Burg afc69e275d early return 2019-04-04 10:12:34 +02:00
Basile Burg cb6c0a5091 nothing 2019-04-04 10:10:35 +02:00
Basile Burg d3b689f2b6 style, early return 2019-04-04 10:10:18 +02:00
Basile Burg 46527beb88 slightly optimize the proc that snap the top site to the menu
and prevent a double consecutive call in some cases
2019-04-04 10:04:30 +02:00
Basile Burg 8e4219f8b6 remove redundant word in a dlg msg 2019-04-04 10:03:37 +02:00
Basile Burg 0be7e09a42 remove if condition related to the old versioning scheme 2019-04-03 21:26:34 +02:00
Basile Burg a4d3dbed7f enhance simpleGet failure messages 2019-04-03 21:25:53 +02:00
Basile Burg 5156b98d69 fix #209 - Update checker fails with openssl >= 1.1 2019-04-03 18:40:40 +02:00
Basile Burg 512b51fc9f remove code patching old widget names from the layout xml file 2019-04-02 13:06:43 +02:00