pirocks
pirocks
Is this issue still an open issue e.g. Are we still unsure about some of these paths?
> I think we should use install locations that homebrew uses. We should probably check all plausible locations at a later date, though for now just hombrew would probably work....
The paths for a default/non-homebrew install of dmd on os x are: ``` DEFAULT_DMD_PATH = new File("/usr/local/bin/dmd"); //may be a symlink to another location, but same difference DEFAULT_DOCUMENTATION_PATH = new...
If it does I don't know where to find it. Not saying it doesn't, just that I can't find it.
Didn't make much progress, unassigning for now
Documentation on how to implement this here: http://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support/surround_with.html
I'm working on merging #400 but it may take some time.
For Java, when creating a new project from existing sources, intellij will find directories that look like source roots/test roots and automatically set them up correctly. I was hoping to...
I'm going to be busy for the next two weeks, but after that I should be able to look into this. Can you post your dub.json/sdl.
> So we need a way to distribute the tools easily, an installer with prebuilt/tested binaries sounds like the best solution, what do you think ? There was talk a...