Commit Graph

88 Commits

Author SHA1 Message Date
Vadim Lopatin ec29ced5b6
improve HDPI support 2024-03-08 11:46:42 +00:00
Grim Maple 0dee6cb1f1 Add autocompletion on each key press 2022-04-22 23:35:54 +03:00
Alex Savchenko 93545717ed Add caret navigation 2018-06-07 22:12:32 +03:00
Vadim Lopatin dbb731fa7b
Merge pull request #372 from Marko10-000/master
Add German language
2018-05-08 10:31:38 +03:00
Vadim Lopatin 6c32105caf
Merge pull request #374 from Zevenberge/feature/add_folder
Create a directory and package.d
2018-05-08 10:31:15 +03:00
Marko Semet a542844b97 Improved German translation for QUESTION_NEW_WORKSPACE
Transformed sentence from feminine to masculine. "verwendet" seams to
sound better than "benutzt".
2018-04-20 12:48:23 +02:00
Marko Semet b4a9fbb431 German language 2018-04-10 14:46:36 +02:00
Ryan Frame ed64d56a79 Add inno setup installer script.
This will install DlangIDE, and optionally download and install DMD.
2018-04-10 07:20:07 -04:00
Zevenberge 4f69a40530 Changed the UI options and added english terms 2017-12-23 18:42:19 +01:00
Zevenberge 3900fd4a34 Added new directory to the right-click menu 2017-11-30 18:57:09 +01:00
Vadim Lopatin f620e3e286 DMD profiler trace.log viewer, part 1 - #344 2017-10-06 16:40:22 +03:00
Vadim Lopatin 325915097a setting to override screen DPI detected by platform - close #336 2017-09-29 10:58:18 +03:00
Vadim Lopatin b6628b7f4c update dark theme; fix fonts; fix console mode build 2017-09-28 13:11:59 +03:00
Vadim Lopatin e736ff7116 show build operation description in status line - close #284 2017-09-26 18:03:58 +03:00
Vadim Lopatin 368351c869 ability to hide toolbar and statusbar - fix #303 2017-09-26 10:49:06 +03:00
Vadim Lopatin ada63d3cc7 rework build configuration and project configuration implementation; fix #277, fix #295 2017-09-25 18:14: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 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 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 8303d36d7b ability to close workspace explorer window - for #280 2017-09-14 15:30: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
Vitaly Livshic bc87c2d0c8 translated dialog header 2017-09-13 15:50:06 +03:00
Vitaly Livshic 515a9af98a Translated newly added items 2017-09-13 14:53:23 +03:00
Vadim Lopatin e5e4bd502c update toolbar style 2017-09-12 13:45:27 +03:00
Vadim Lopatin 01fbc67b05 update translations 2017-08-29 16:03:28 +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
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
Vadim Lopatin 8fffaa9e09 UI settings - fontFace and fontSize 2017-08-25 15:07:08 +03:00
Vadim Lopatin d0b9ff8a0e implementation of #237 - save file as -- first part 2017-08-15 17:47:02 +03:00
Vitaly Livshic 1e71bdd63e Auto open last project, repair recent projects opening, some translations improvments 2017-08-06 15:19:23 +03:00
Vitaly Livshic 6d3abfb614 Russian translations improvement 2017-07-21 07:56:14 +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 1fb3bd9ec1 console mnode support 2016-09-12 08:57:07 +03:00
Vadim Lopatin f65108dbea terminal - initial implementation 2016-05-30 10:51:56 +03:00
theokeist ec21b3e55c add czech language support ; needs to complete 2016-02-22 21:32:42 +01:00
Vadim Lopatin 7ef43a31a7 update dlangui depenedncy; find in files action; close #132 2016-02-01 15:03:07 +03:00
default0 b3779b689b Add Reveal in Explorer for Projects
Shows the dub.json file in the file manager.
2016-01-28 18:56:04 +01:00
Vadim Lopatin 36977dc97a merge 2016-01-28 16:13:58 +03:00
Vadim Lopatin 3b88814754 completion list with symbol type icons - close #120 2016-01-28 15:51:45 +03:00
gazer e1d924dd7b basic rdmd support 2016-01-28 15:29:29 +03:00
gazer 72b02b8298 close tab with ctrl+W 2016-01-27 22:01:49 +03:00