Samael
Samael
`C:\D\dmd2\src\druntime` is now added when on Windows. Needs some more work - I'll check linux as well
no problem, I realised after commit and have changed locally. These are the paths I know of: System | path | notes ---- | :---- | ---- Win32 dmd |...
think we have: ``` Windows: DEFAULT_DMD_PATH = new File("C:/D/dmd2/windows/bin/dmd.exe"); DEFAULT_DOCUMENTATION_PATH = new File("C:/D/dmd2/html/d"); DEFAULT_PHOBOS_PATH = new File("C:/D/dmd2/src/phobos"); DEFAULT_DRUNTIME_PATH = new File("C:/D/dmd2/src/druntime/import"); OSX DEFAULT_DMD_PATH = new File("/usr/local/opt/dmd"); // correct for Homebrew,...
Does it have documentation?
It's mostly here for reference now. As noted in 2018 the SDK paths for phobos/druntime are now used. So shouldn't need setting in D Tools. There are still numerous DCD...
Sounds like a good way to go. If this is something you're planning to pick up can you assign it.
it looks like `io.github.intellij.dlanguage.actions.DFormatAction::actionPerformed()` could do with an overhaul. Probably worth doing as part of this
@pirocks did you make any progress on this? If not then probably worth unassigning it in case someone else wants to pick it up
I suspect this was chosen as it may have been easier to implement. If it can be changed to use the standard shortcut without any problems then that would be...
Seen this again in sentry on CLion 2020.1.2 with plugin version 1.24.1: ``` com.intellij.diagnostic.PluginException: While loading class io.github.intellij.dlanguage.module.DlangModuleBuilder$1: com/intellij/ide/util/projectWizard/ProjectJdkForModuleStep [Plugin: net.masterthought.dlanguage] at com.intellij.ide.plugins.cl.PluginClassLoader.loadClassInsideSelf(PluginClassLoader.java:262) at com.intellij.ide.plugins.cl.PluginClassLoader.tryLoadingClass(PluginClassLoade... ``` last action: _WelcomeScreen.OpenProject_