Commit Graph

501 Commits

Author SHA1 Message Date
Basile Burg 810996bcc8 rename as Dexed, "D extended editor" 2018-10-20 13:28:15 +02:00
Basile Burg 2657767c3e fix wrong icon for UpdateGitBranches action 2018-08-08 23:52:54 +02:00
Basile Burg c8c69e3f40 fix error displayed after refreshing list of git branches
and when opening a project that's not a repo
2018-08-01 02:14:13 +02:00
Basile Burg 668b5a4599 fix a few zombie procs
(dub since auto fetch added, git since branch switching added)
2018-07-19 15:29:29 +02:00
Basile Burg 6e8d8889a1 fix #348 - piping git - stderr is also for log, stdout is just for the payload 2018-07-13 17:13:37 +02:00
Basile Burg 1b9944f733 add project menu items for git branche checlout and git pull 2018-07-11 16:26:35 +02:00
Basile Burg e2118ceabc add diloag to create new dub project, deactivated for now
see added comment in main.pas
2018-07-03 09:44:39 +02:00
Basile Burg 1b2371a55e Revert latest commits related to processes output, reopen #336 2018-07-02 22:47:00 +02:00
Basile Burg aec8d9bdb0 fix #340 - Linker messages cause coedit lock 2018-07-02 07:26:52 +02:00
Basile Burg 5e06eb899e Add actProjStopComp to compilation main menu entry 2018-06-27 13:57:02 +02:00
Basile Burg 1baa52f006 add action to stop project compilation 2018-06-27 13:45:44 +02:00
Basile Burg e261b0e20c #336 - onterminate still never called in some cases, call manually 2018-06-23 22:09:55 +02:00
Basile Burg 3944a2e0f2 fix #333 - Case where symstring `<CPP>` is empty but should not 2018-06-16 07:21:23 +02:00
Basile Burg 1badb23169 fix #328 - keep help mnu itm to the right 2018-06-15 10:05:57 +02:00
Basile Burg d59aa68366 fix #330 - Most recents project menu - displaying `dub.json` is not very helpful 2018-06-15 10:00:00 +02:00
Basile Burg b6d138fbd0 fix #324 - Build duration + Compile project and run indicates the current hour of the day 2018-05-10 11:50:06 +02:00
Basile Burg 37744bd97f dcd port was only reloaded once 2018-05-06 14:33:00 +02:00
Basile Burg 80c81cce1e add the ICELifetimeManager service and use it to close #310 2018-04-26 15:39:25 +02:00
Basile Burg d9dd7ad6fa fix #309 - Coedit hangs when window is maximized and then dragged 2018-04-26 14:26:03 +02:00
Basile Burg 468d51b66a fix #243, fix #244, add help main menu entry 2018-04-16 23:59:25 +02:00
Basile Burg feec564a35 use openURL from LCLIntf, close #295 2018-04-15 11:49:03 +02:00
Basile Burg e0368618f0 add the terminal in the default docking layout 2018-04-15 13:31:27 +02:00
Basile Burg 3f9b93f83b docking, fix "jumping" widgets 2018-04-15 13:19:57 +02:00
Basile Burg da889090db add support for dub test, close #289 2018-04-14 02:19:04 +02:00
Basile Burg 7ea623feb0 deactivate the wrapped windows terminal 2018-04-13 22:52:11 +02:00
Basile Burg 489de09761 try to host a cmd as terminal under win 2018-04-13 16:20:49 +02:00
Basile Burg 12f61e02e7 start the terminal widget 2018-04-13 10:41:47 +02:00
Basile Burg ba16d4cc42 add new version idents for the runnables, close #276 2018-03-28 09:42:04 +02:00
Basile Burg f9fc78b229 more stuff broken after #264 2018-03-17 05:44:06 +01:00
Basile Burg d1daae3a29 fix possible range violation when using older version with newer settings
if new shortcuts added since old one
2018-03-16 17:34:47 +01:00
Basile Burg 93958edd28 fix #270 - code formatting as an action, assignable to a shortcut 2018-03-16 08:57:21 +01:00
Basile Burg 1ebd58d2a0 remove BS + fix compilation broken 2018-03-08 05:56:38 +01:00
Basile Burg d8b7e640ab fix #266 - Search widget not shown when tabbed and CTRL+F 2018-03-07 03:57:59 +01:00
Basile Burg f6845fa33b fix #258, allows to test phobos modules that contained StdUnittest versions 2018-02-28 05:27:36 +01:00
Basile Burg 476d473f27 #253 - Interpret the process return code in a better way (posix) 2018-02-26 00:54:27 +01:00
Basile Burg 10d6a2e915 fix confusing use of "signal" after process failure 2018-02-25 08:30:29 +01:00
Basile Burg 9d91bc28de fix #246 - Add compiler name to log 2018-02-25 08:25:58 +01:00
Basile Burg d2df199d82 fix 252 - top splitter not automatically snap to main menu 2018-02-25 08:00:47 +01:00
Basile Burg 77c19ba1e5 remove empty method 2018-02-25 06:25:05 +01:00
Basile Burg 7b01053b89 leak 2018-02-11 02:59:26 +01:00
Basile Burg 9f982830d8 fix #239 - Runnables fail to look when autoDetectLibraries option is not checked 2018-02-11 02:18:54 +01:00
Basile Burg e279b754a0 hide setting put for custom dpi devel 2018-02-01 15:16:16 +01:00
Basile Burg 4353e43bb0 add an arg to prevent dcd to launch, close #225 2018-01-25 06:37:55 +01:00
Basile Burg 3c77a1187e more scaling adjustments 2018-01-22 06:24:49 +01:00
Basile Burg 4cd7b1342e scale gutter icons and more scaling tweaks 2018-01-20 04:10:31 +01:00
Basile Burg 9bea125d29 scale main menu icons 2018-01-20 00:09:04 +01:00
Basile Burg 886418413f allow toolbar to autoselect the 24 or 32 px version of the icon 2018-01-18 21:53:41 +01:00
Basile Burg 1dd4194293 remove LCL version limitation 2018-01-17 15:37:53 +01:00
Basile Burg 14a65f65be save after warn, dont save temp modules 2018-01-17 04:11:39 +01:00
Basile Burg caa3618be7 fix, session saved too early 2018-01-16 12:01:41 +01:00