DKit icon indicating copy to clipboard operation
DKit copied to clipboard

DKit is a package to aid developing D programs using Sublime Text 3.

Results 17 DKit issues
Sort by recently updated
recently updated
newest added

I've set up DKit and while it mostly functions properly, I frequently get the following error: ![image](https://user-images.githubusercontent.com/7419746/59966455-630e9100-951d-11e9-88d5-df70e1a9889e.png) I'm not sure under what circumstances it gets triggered. It only pops up...

Add a `"dub_path"` setting to use DUB without adding it in `$PATH`.

It would be nice to have a mechanism for specifying platform-specific settings. I'm currently using DKit on Windows, Mac and Linux, and I keep my ST3 settings synced between systems...

http://forum.dlang.org/post/[email protected] Could you please addopt it to Sublime?

Hello I just installed the package, edited the config like this: ```json { "dcd_path": "/usr/bin/", "dcd_port": 9166, "include_paths": [ "/usr/include/dlang/dmd/" ], "suppress_dependency_folders": false } ``` DCD: 0.9.0-2 DMD: 2.075.0-4 Sublime...

Build commands which are supposed to run with the whole project will now start at the root of the current open directory in Sublime, which allows you to put your...

This is a merge of #47, #46 and #45. If you're going to merge these, please merge this PR instead, as #46 and #47 contain merge conflicts which this PR...

* Update Import Paths now also runs Update Project first * Restart DCD Autocompletion Server now actually restarts the server - tries to kill it first. * Added the port...

I made a new project with a dub.sdl file and attempted to run "Update Project" and was told "The active project does not specify the path to the DUB package...

Its kind of wired to clone repo into the ST settings, will this change in foreseeable future? > Currently I would like to postpone supporting Sublime Package Control installation until...