Commit Graph

556 Commits

Author SHA1 Message Date
Vadim Lopatin 9674e404fa add syntax highlight for safe system trusted @property @nogc @disable - implement #319 2017-09-22 11:33:30 +03:00
Vadim Lopatin 33fa1056dd fix workspace explorer Open popup menu item handling - fix #316 2017-09-22 11:14:27 +03:00
Vadim Lopatin 74e76d266a fix workspace explorer popup menu shortcuts - fix #320 2017-09-22 11:12:21 +03:00
Vadim Lopatin bf95fe49e0 file path tooltips in tabs - implement #299 2017-09-20 10:39:53 +03:00
Vadim Lopatin 63c2ec36e5 window title should show workspace name instead of editor file name - fix 298 2017-09-20 09:46:18 +03:00
Vadim Lopatin e0c267080f fix #448 - expand all / collapse all for workspace tree 2017-09-19 14:24:05 +03:00
Vadim Lopatin 8705aff7df Merge pull request #308 from shiche/254-expand_collapse
#254-autoCollapse-nodes
2017-09-18 16:15:12 +03:00
Vitaly Livshic 07b7110219 #254-autoCollapse-nodes 2017-09-18 11:13:09 +03:00
Vadim Lopatin 963676b083 fixes for #306 2017-09-18 11:11:12 +03:00
Vadim Lopatin db88a02863 View menu itmes; check items for whitespace and tab marks settings - #302 2017-09-18 10:50:56 +03:00
Vadim Lopatin 0cdee6d5e4 remove duplicate go to definition, get completions - #305 2017-09-18 10:19:43 +03:00
Vadim Lopatin 97c3955625 fix #282, #281, #255 2017-09-15 16:22:12 +03:00
Vadim Lopatin 9bcec11903 ability to hide workspace explorer and log window - fix #280, ability to hide log window - fix #283, fix #247; partial change for #282 2017-09-14 17:29:25 +03:00
Vadim Lopatin 46b5a3efb3 autohide scrollbars in workspace explorer - for #280 2017-09-14 15:33:37 +03:00
Vadim Lopatin 8303d36d7b ability to close workspace explorer window - for #280 2017-09-14 15:30:13 +03:00
Vadim Lopatin 595f0b5847 additional fix #292 2017-09-14 14:02:00 +03:00
Vadim Lopatin f977636742 fix slow closing of window under win32; additional fix to focus editor for #292 2017-09-13 18:19:13 +03:00
Vitaly Livshic 98d83c357a Merge 2017-09-13 17:14:52 +03:00
Vitaly Livshic 398e5b2847 Add Go to line function 2017-09-13 17:05:38 +03:00
Vadim Lopatin 1f0c4f0b6d Merge branch 'master' of github.com:buggins/dlangide 2017-09-13 17:02:18 +03:00
Vadim Lopatin c7fd915e1e support restoring window state - #278, #234 2017-09-13 17:02:02 +03:00
Vadim Lopatin 53f955f6ba Merge pull request #293 from shiche/286-wrongCaption
Translated newly added items
2017-09-13 17:00:25 +03:00
Vitaly Livshic bc87c2d0c8 translated dialog header 2017-09-13 15:50:06 +03:00
Vadim Lopatin b0aa592f73 fix #264 - show dlangui version in about 2017-09-13 14:57:57 +03:00
Vitaly Livshic 515a9af98a Translated newly added items 2017-09-13 14:53:23 +03:00
Vadim Lopatin 6b81c71513 fix #287, #288 - main menu items enabled state fixed 2017-09-13 10:13:49 +03:00
Vadim Lopatin b34670873d workspace explorer - preserve tree items expand/collapse state and selected item - implement #252 2017-09-12 17:20:07 +03:00
Vadim Lopatin b40dc8ba81 fix duplicate projects in workspace after build - #268 2017-09-12 15:16:04 +03:00
Vadim Lopatin aab488ecae fix corruption of workspace name - #267 2017-09-12 13:58:43 +03:00
Vadim Lopatin f609859598 additional fixes for restoring recent files - #275 #73 after PR 273 2017-09-12 12:03:02 +03:00
Vadim Lopatin 251fd6b8f7 fixes for #251, #258, #274 2017-09-12 11:03:19 +03:00
Vadim Lopatin e7d58c9750 Merge pull request #273 from shiche/73-openListOfPrevFiles
73 open list of prev files
2017-09-12 09:45:54 +03:00
Vitaly Livshic 12753affdc Merge remote-tracking branch 'upstream/master' 2017-09-11 15:23:20 +03:00
Vitaly Livshic e1d5bf2216 Row and column for last opened files 2017-09-11 15:21:48 +03:00
Vadim Lopatin 5af9060332 fix #272 2017-09-11 14:27:04 +03:00
Vadim Lopatin b20e12a326 fix tokenizer keyword detection - #269 2017-09-11 13:35:19 +03:00
Vadim Lopatin 1b4718cf14 FinInFiles panel crash fix #265 2017-09-11 12:27:20 +03:00
Vadim Lopatin 52c0818b49 fix #256 - crash on FindInFiles when there is no opened editor 2017-09-08 15:56:09 +03:00
Vadim Lopatin 5c72e879c1 additional fix for #257 2017-09-08 15:29:07 +03:00
Vadim Lopatin c66ae7521e fix #257 - new file from menu 2017-09-08 15:22:07 +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 8ba1d31b98 setting for editor font size - close #249 2017-09-07 11:37:30 +03:00
Vadim Lopatin 9f63bb0603 sort workspace items - folders first - close #250 2017-09-07 10:56:01 +03:00
Vadim Lopatin 1f34e7dc6c fix #251 - new package creation 2017-09-06 18:09:13 +03:00
Vadim Lopatin bdebc90cc1 editors - search support Ctrl+F, initial version; #109 2017-09-04 18:12:21 +03:00
Vadim Lopatin 77adfc73c1 fix #246 - autoindent issues 2017-09-04 14:13:57 +03:00
Vadim Lopatin 4e321789b1 documentation popup size fix #233 2017-08-30 09:31:32 +03:00
Vadim Lopatin 9a6619cd33 completion filtering and sorting - #235 2017-08-29 17:54:59 +03:00
Vadim Lopatin 23213147d2 fix #245, partial change for #235 2017-08-29 16:44:57 +03:00
Vadim Lopatin bed6b6a709 hide workspace tree when no workspace is opened 2017-08-29 16:03:54 +03:00
Vadim Lopatin 2f2a1e5351 add donate link to Help menu - #186 2017-08-29 15:56:01 +03:00
Vadim Lopatin fec824d00a donation link in home screen 2017-08-29 15:46:03 +03:00
Vadim Lopatin 98f53d6560 add vibe-d and D forum links to home screen 2017-08-29 10:58:47 +03:00
Vadim Lopatin ad5aafea8e dlang tour link in home screen 2017-08-29 10:54:28 +03:00
Vadim Lopatin e52d812401 add Menu / Show Home Screen command 2017-08-29 10:47:11 +03:00
Vadim Lopatin 4dc88393de fix #238 2017-08-29 10:39:43 +03:00
Vadim Lopatin a7bf256d15 fix theme update 2017-08-28 13:23:51 +03:00
Vitaly Livshic 2a81c2e6d4 Merge 2017-08-26 19:54:54 +03:00
Vitaly Livshic 911dcffb0d #73 Last opened files automatically opens 2017-08-26 19:49:15 +03:00
and3md 9d516c99d0 More recent dlangui version when create new dlangui based project. 2017-08-25 19:55:52 +02:00
Vadim Lopatin e530b93426 attempt to resolve #242, #229 2017-08-25 18:00:18 +03:00
Vadim Lopatin a318577f97 apply ui font changes 2017-08-25 17:01:25 +03:00
Vadim Lopatin 8fffaa9e09 UI settings - fontFace and fontSize 2017-08-25 15:07:08 +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 7560d8347c DCD fixes; waiting for DSymbol PR 2017-08-15 15:26:38 +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 9647069fc3 trying to fix #203 2017-08-10 17:41:04 +03:00
Vadim Lopatin 55fee46ab6 update version 2017-08-10 17:29:07 +03:00
Vadim Lopatin fd7523761c fixes for #203, #231, #220 2017-08-10 17:15:27 +03:00
Vadim Lopatin c1b5a014b4 possible fix for issue #221 2017-08-09 15:13:05 +03:00
Vadim Lopatin cf63a63ae9 fix opening of workspace file from commandline 2017-08-08 11:10:43 +03:00
Vitaly Livshic 34507bc622 #209 Workspace can be opened from command line 2017-08-08 07:27:32 +03:00
Vadim Lopatin 0cd202d43f autoOpen setter 2017-08-07 15:52:20 +03:00
Vadim Lopatin d130848eb2 fix crash on startup 2017-08-07 15:47:51 +03:00
Vitaly Livshic 10d52a7410 UIString deprecated constructor replaced by fromId method 2017-08-06 16:13:50 +03:00
Vitaly Livshic 1e71bdd63e Auto open last project, repair recent projects opening, some translations improvments 2017-08-06 15:19:23 +03:00
Vadim Lopatin fbac6bd3cb fix toUTF8 deprecation warning 2017-07-24 14:41:19 +03:00
Vadim Lopatin f07c7401b2 fix UIString deprecations 2017-07-24 14:38:52 +03:00
Vadim Lopatin d0bcf70269 Merge pull request #225 from shiche/translations
Russian translations improvement
2017-07-21 08:43:41 +03:00
Vitaly Livshic 6d3abfb614 Russian translations improvement 2017-07-21 07:56:14 +03:00
xHatchx 0bc9d90199 fixed build error at issue #222 2017-07-20 12:56:34 +02:00
gazer 37ac15cd7c update ide version string 2017-05-30 12:53:12 +03:00
gazer 5af0923585 remove deprecations 2017-05-30 12:51:44 +03:00
gazer 0e79cf5e49 fix crash of incorrect dub.json file 2017-05-29 21:29:08 +03:00
and3md 8e1dab322b Space after comma (correct coding style). 2017-04-10 18:16:03 +02:00
and3md c7fa27d89b Fix local variables parsing issue #192 2017-04-09 15:57:21 +02:00
Vadim Lopatin 412c1da93e Merge pull request #197 from drug007/issue-187
Fix #187.
2017-03-13 14:30:24 +04:00
drug007 00e17a8d3b Prevent crashing if we create the project while current workspace is null. 2017-03-02 17:53:25 +03:00
drug007 6ea4ce9f5a Fix #187. 2017-03-02 17:33:46 +03:00
ackeardoct 5876c474fa Settings DCD path from workspace settings file 2016-11-17 21:06:01 +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 ced85f66f1 improvements in autocompletion; initiate autocompletion by . press with delay 2016-10-14 13:57:17 +03:00