Commit Graph

199 Commits

Author SHA1 Message Date
Vadim Lopatin bed5c024e6 update dsymbol dep to fix crash on x86 2017-09-11 11:02:10 +03:00
Vadim Lopatin 09d5470dda new file dialog enhancements #258 2017-09-08 15:08:50 +03:00
Vadim Lopatin 4a7a6d0b07 search and highlight improvements - catch recent dlangui version 2017-09-08 13:24:22 +03:00
Vadim Lopatin ad6d0b495e catch latest dlangui - for enabling of file dialog items sorting 2017-09-07 17:24:08 +03:00
Vadim Lopatin 9f63bb0603 sort workspace items - folders first - close #250 2017-09-07 10:56:01 +03:00
Vadim Lopatin 8e118cd5ae find/replace in current file #107 2017-09-05 12:06:54 +03:00
Vadim Lopatin bdebc90cc1 editors - search support Ctrl+F, initial version; #109 2017-09-04 18:12:21 +03:00
Vadim Lopatin 55007a6abe fix #202 2017-09-04 14:53:47 +03:00
Vadim Lopatin 77adfc73c1 fix #246 - autoindent issues 2017-09-04 14:13:57 +03:00
Vadim Lopatin 5183d59682 update dlangui version for #193 2017-09-04 13:23:11 +03:00
Vadim Lopatin 4e321789b1 documentation popup size fix #233 2017-08-30 09:31:32 +03:00
Vadim Lopatin ac2f87dc12 update dlangui version to get screen DPI detection under SDL/Linux fixed - #217 2017-08-29 15:31:55 +03:00
Vadim Lopatin a7bf256d15 fix theme update 2017-08-28 13:23:51 +03:00
Vadim Lopatin f7f97f80f2 #242 additional change 2017-08-25 19:53:53 +03:00
Vadim Lopatin e530b93426 attempt to resolve #242, #229 2017-08-25 18:00:18 +03:00
Vadim Lopatin fa8841ce24 fix zlib linking 2017-08-25 11:55:14 +03:00
Vadim Lopatin 68307368e5 link with zlib; put version to separate file views/VERSION 2017-08-25 10:17:10 +03:00
Vadim Lopatin 99315708d3 update dlangui version to fix scrollbar issue #236 2017-08-24 10:49:08 +03:00
Vadim Lopatin 8f2686677a update dlangui dep version - fix scrollbars 2017-08-21 14:38:15 +03:00
Vadim Lopatin d0b9ff8a0e implementation of #237 - save file as -- first part 2017-08-15 17:47:02 +03:00
Vadim Lopatin d15e6e769a fix #203 - DCD problem with multithreaded app 2017-08-15 15:52:32 +03:00
Vadim Lopatin 0b3530142f fix commandline workspace param processing after dlangui arg list change - item 0 is now executable filename 2017-08-14 10:11:53 +03:00
Vadim Lopatin 814dcd3ede .dt diet template support; trying to fix DCD issue 2017-08-11 19:19:30 +03:00
Vadim Lopatin becf357d0e add x11 configuration 2017-08-09 15:23:06 +03:00
Vadim Lopatin 180dbbe0e7 update dlangui dep 2017-08-09 15:14:31 +03:00
Vadim Lopatin cf63a63ae9 fix opening of workspace file from commandline 2017-08-08 11:10:43 +03:00
Vadim Lopatin d130848eb2 fix crash on startup 2017-08-07 15:47:51 +03:00
Vadim Lopatin 5771101f59 update dlangui deps 2017-08-07 09:09:39 +03:00
Vadim Lopatin 133cd7ce3e update Dlangui dep version 2017-07-29 20:33:44 +03:00
Vadim Lopatin bae22e7d01 update deps 2017-07-24 14:17:50 +03:00
Vadim Lopatin 63e88aeada update DlangUI dependency 2017-04-11 16:32:24 +03:00
Vadim Lopatin ade515ec62 update dlangui dependency version - fix several issues 2016-10-24 09:09:50 +03:00
Vadim Lopatin 0938a020e2 catch recent dlangui changes 2016-10-20 15:17:53 +03:00
Vadim Lopatin f8fcf03f23 add dub.sdl project format support - implement #170 2016-10-20 14:01:42 +03:00
Vadim Lopatin d15446273c subpackages support (embedded in main dub.json) - implement #171 2016-10-18 14:26:14 +03:00
Vadim Lopatin 0a8f4decc8 subpackages support - when specified as paths to subpackage dirs - for #171; todo: subpackages as part of main package file 2016-10-18 12:27:51 +03:00
Vadim Lopatin e8d21b5673 update dlangui version to fix crash on menu item selection 2016-10-17 16:24:20 +03:00
Vadim Lopatin 1ec3ac2f80 update dlangui version to fix grid problems and allow column resizing in grids 2016-10-17 13:25:42 +03:00
Vadim Lopatin c476b6bccf update dlangui version to get latest fixes 2016-10-17 10:16:03 +03:00
Vadim Lopatin ced85f66f1 improvements in autocompletion; initiate autocompletion by . press with delay 2016-10-14 13:57:17 +03:00
Vadim Lopatin 2f05223bea code completion improvements 2016-10-14 13:15:50 +03:00
Vadim Lopatin 6885ffc49e update dlangui version to fix #166 2016-10-14 11:03:17 +03:00
Vadim Lopatin c1832ded29 upgrade dlangui to fix #146 2016-10-13 22:00:29 +03:00
Vadim Lopatin 651566acc7 update dlangui version - close #181 2016-10-13 15:14:50 +03:00
Vadim Lopatin 9bf16c050a update dlangui version to fix crash on exit 2016-10-13 14:30:25 +03:00
Vadim Lopatin c79e5e0242 upgrade dlangui version to close #172 2016-10-13 10:56:51 +03:00
Vadim Lopatin 7a8b03109c support targetPath parameter in dub.json; use project dir if not specified; close #173 2016-10-13 09:46:58 +03:00
Vadim Lopatin b1ece5d64f upgrade DCD and dlangui versions 2016-10-11 16:21:35 +03:00
Vadim Lopatin 2815b6a02e allow selecting non-monospace fonts - for #12 2016-10-11 13:14:22 +03:00
Vadim Lopatin 3bc212e7e7 update dlangui version 2016-10-03 15:54:52 +03:00
Vadim Lopatin 12b8651587 DUB project - support minimal configuration to avoid OpenGL 2016-09-15 17:12:00 +03:00
Vadim Lopatin 1cdc51ca93 update DlangUI version - to fix crash on Windows 2016-09-15 13:33:57 +03:00
Vadim Lopatin 3b67751e27 update dlangui dep; fix debug console usage under windows 2016-09-14 14:16:31 +03:00
Vadim Lopatin 8a4e8a2b76 console mode support fixes 2016-09-13 16:53:21 +03:00
Vadim Lopatin 5b7de27d92 fixes for console mode 2016-09-13 10:34:46 +03:00
Vadim Lopatin a0594d5922 console mode fixes 2016-09-12 12:18:08 +03:00
Vadim Lopatin 80c2ab2811 console mnode support 2016-09-12 08:51:22 +03:00
Vadim Lopatin 79b6934029 fixes 2016-07-08 11:14:26 +03:00
Vadim Lopatin cd84fe3453 update dlangui deps 2016-07-01 16:45:11 +03:00
Vadim Lopatin ddc5a569e8 update dlangui 2016-06-28 16:32:18 +03:00
Vadim Lopatin 0c8a4260d0 update dlangui version 2016-06-28 14:42:11 +03:00
Vadim Lopatin 6321fdb69d tab position marks in editors 2016-06-28 14:21:06 +03:00
Vadim Lopatin 0545964ecf dlangui dependency update 2016-06-06 12:02:34 +03:00
Vadim Lopatin 97a9cd90c8 debugger enhancements; compatibility fixes for lldbmi2 2016-05-27 10:33:32 +03:00
Vadim Lopatin cc4ef57bc0 update theme 2016-05-26 13:25:42 +03:00
Vadim Lopatin 00a6a9bcfe update mago-mi version 2016-05-24 08:20:40 +03:00
Vadim Lopatin e59f9d1755 update dlangui and mago-mi versions 2016-05-20 13:21:17 +03:00
Vadim Lopatin df2ce7f28a update dlangui dep 2016-05-18 14:22:30 +03:00
Vadim Lopatin 762fc83953 add prebuilt mago-mi.exe 2016-05-17 10:34:21 +03:00
Vadim Lopatin c7b59deaaa update dlangui dependency version to include fix for #151 2016-04-27 11:59:37 +03:00
Vadim Lopatin 6d91b80c78 update dlangui dependency 2016-04-20 08:34:39 +03:00
Vadim Lopatin 8e9f20ad20 update DlangUI dependency version 2016-03-29 10:29:17 +03:00
Vadim Lopatin 22fe2de1fa update DlangUI dependency version - possible fix for #140, #145 DUB issue 2016-03-16 16:55:12 +03:00
Keywan Ghadami 77cf494d0d updated dlangui minor number
Should temporary fix #140, but only until the next realese of dlanggui
2016-03-10 21:16:59 +01:00
Vadim Lopatin 21cc22847d update dependencies 2016-03-09 09:17:06 +03:00
Vadim Lopatin f47c21a06c update dulangui dependency 2016-02-26 13:18:58 +03:00
Vadim Lopatin 89b7dd40b2 update dlangui version, to close issue #138 2016-02-05 10:24:55 +03:00
Vadim Lopatin efce30b76e update dlangui dependency 2016-02-03 11:29:02 +03:00
Vadim Lopatin 62c9a52061 update dlangui dependency 2016-02-02 10:44:04 +03:00
Vadim Lopatin 7ef43a31a7 update dlangui depenedncy; find in files action; close #132 2016-02-01 15:03:07 +03:00
Vadim Lopatin f58f869c04 update dlangui dependency 2016-02-01 08:21:51 +03:00
Vadim Lopatin 0d3efe18d3 update dlangui deps 2016-01-30 09:17:39 +03:00
Vadim Lopatin cf467f7382 update dlangui dependency version 2016-01-29 08:50:44 +03:00
Vadim Lopatin 3b88814754 completion list with symbol type icons - close #120 2016-01-28 15:51:45 +03:00
Vadim Lopatin 7ba06e6bfe DCD async call for getDocComments - #93 2016-01-28 11:31:03 +03:00
Vadim Lopatin 4394f834cb DCD async access - for #93 2016-01-28 10:26:12 +03:00
Vadim Lopatin d828af306e refactoring DCD access - implementing async calls - for #93 2016-01-27 17:07:41 +03:00
Vadim Lopatin 932afca154 update DlangUI dependency version 2016-01-27 10:53:04 +03:00
Vadim Lopatin b5b639a7e4 update dlangUI dependency version 2016-01-26 21:02:50 +03:00
Vadim Lopatin 7810ce2f8a Show symbol doc comments on mouse hover in source - close #115 2016-01-26 15:19:07 +03:00
Vadim Lopatin 66c7e28639 goToDefinition by Ctrl+Click - close #111 2016-01-26 10:04:59 +03:00
Vadim Lopatin c05067002c fix goToDefinition cursor setting if file is newly opened - close #108 2016-01-26 09:41:46 +03:00
Vadim Lopatin 4bac204a25 upgrade dependency version 2016-01-26 08:52:56 +03:00
Vadim Lopatin a173de9c36 update dependency version 2016-01-25 16:20:03 +03:00
Vadim Lopatin 7e1f803fa5 update DlangUI dependency version 2016-01-25 15:23:30 +03:00
Vadim Lopatin 6fdb8812c4 Setting for showing white space marks in editors - close #102 2016-01-22 14:58:29 +03:00
Vadim Lopatin 37b50254c5 fix dependency version 2016-01-21 12:00:49 +03:00
Vadim Lopatin c2dd15f59a update dlangui dependency version 2016-01-21 11:51:04 +03:00
Vadim Lopatin 2e67bc7c08 arm support; update dlangui version to fix #101 2016-01-21 11:48:56 +03:00
Vadim Lopatin 29fbfb5a07 Highlight startup project in project tree - close #81 2016-01-18 13:13:51 +03:00