Commit Graph

41 Commits

Author SHA1 Message Date
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
Basile Burg cc43af01e1 derefer docking init to fix slow startup 2019-03-14 13:13:28 +01:00
Basile Burg e6e0dc6215 style, remove all occurences of `then\ [a-z,A-Z]` 2019-02-05 19:08:09 +01:00
Basile Burg 959a74a444 prevent an indirection 2019-02-05 18:22:08 +01:00
Basile Burg 9001ff9857 fix #442 - coverage file not found after unit testing a module 2019-02-05 17:52:34 +01:00
Basile Burg 6db535128c fix runnable currdir not set properly when executing or when running 2019-02-04 00:26:11 +01:00
Basile Burg e7708131db fix #423 - Add compiler switches for project 2019-02-04 00:25:24 +01:00
Basile Burg 506b64591b prevent useless call tp string list item getter 2019-02-03 15:47:34 +01:00
Basile Burg b4440e03c0 fix url 2019-02-03 15:47:01 +01:00
Basile Burg 0abd58637b prevent to retrieve the IProcInputHandler service each time required 2019-02-03 15:46:49 +01:00
Basile Burg e6204b49e1 remove backup system setup for the invalid layouts
this hans't helped at all since this sytem has been added
2019-02-03 15:46:08 +01:00
Basile Burg 13d7309439 prevent double getter 2019-02-03 15:03:29 +01:00
Basile Burg d14afe5e1d under win64 delete the default `-m64` if `-m32` is on the shebang line 2019-02-02 14:18:27 +01:00
Basile Burg 9c6d30f2ea win64, on a fresh setup runnables module always compiled with -m64 2019-02-02 14:05:53 +01:00
Basile Burg c65592d659 add a protection against large process output, close #424 2019-01-25 13:08:17 +01:00
Basile Burg 31d636dd85 fixups after fix for #336, case of dup messages, case of onTerminated never called 2019-01-20 22:37:58 +01:00
Basile Burg ca60e3dde0 update links 2019-01-19 17:40:54 +01:00
Basile Burg 44c2d9d5cf fix #409 - floating widget content is gone 2019-01-18 16:41:51 +01:00
Basile Burg dc51d39d06 fix build duration of runnable not displayed in the right msg context ptr 2019-01-17 08:51:18 +01:00
Basile Burg c59f21bbc3 fix build duration of runnable not displayed in the right msg category 2019-01-17 06:40:25 +01:00
Basile Burg cafd08ca05 show runnable module compilation duration and imrpove duration accuracy
close #377
2019-01-16 12:51:10 +01:00
Basile Burg 4a65a77468 fix possible "InvalidatePreferredSize loop detected" err msg after startup 2019-01-15 16:52:04 +01:00
Basile Burg abace80fe4 fix #390 - crash when trying to reload a native dexed project not yet renamed to *.dprj 2019-01-08 19:31:56 +01:00
Basile Burg 9ae72f8feb patch old widgets names, finish and close #374 2019-01-02 21:27:15 +01:00
Basile Burg 2102a15437 fix bad name 2019-01-02 21:15:56 +01:00
Basile Burg f603fe1879 Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00