Samael

Results 284 comments of Samael

Was there an error reported at the same time? Please include the stack trace. Also, if possible could you replicate the problem using a locally built version using `./gradlew runIde`...

this issue and this is probably related to #419 are probably related. When using D tools we need to make sure we're using `ApplicationManager.getApplication().executeOnPooledThread()` and `ApplicationManager.getApplication().invokeLater()` were applicable. It's worth...

this is still a problem. There are sentry reports for: ``` java.util.concurrent.TimeoutException at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:204) at io.github.intellij.dlanguage.project.DubConfigurationParser.getDubProject(DubConfigurationParser.java:79) at io.github.intellij.dlanguage.project.DubConfigurationParser.getDubPackageDependencies(DubConfigurationParser.java:126) at io.github.intellij.dlanguage.actions.ProcessDLi... ```

still getting reports of timeout exceptions: ``` java.util.concurrent.TimeoutException at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:204) at io.github.intellij.dlanguage.project.DubConfigurationParser.getDubProject(DubConfigurationParser.java:79) at io.github.intellij.dlanguage.project.DubProjectImportBuilder.buildModules(DubProjectImportBuilder.java:135) at io.github.intellij.dlanguage.project.DubProjectImportBuild... ``` ``` java.util.concurrent.TimeoutException at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:204) at io.github.intellij.dlanguage.project.DubConfigurationParser.getDubProject(DubConfigurationParser.java:79) at io.github.intellij.dlanguage.project.DubProjectImportBuilder.buildModules(DubProjectImportBuilder.java:135) at io.github.intellij.dlanguage.project.DubProjectImportBuild... ``` the last...

I'm not keen on bundling pre-built binaries but a convenient option for downloading is fine. [DScanner](https://github.com/dlang-community/D-Scanner/releases) now has pre-built binaries for Windows, Mac, and Linux but DCD and dfmt aren't...

Which version, latest release or develop branch? This has been a problem in the past. Thought it had been fixed already

will need to take more care over this to ensure tests are not broken.

I'm seeing this with version 1.27.2 on Intellij IDEA 2022.1.1 with Windows. I was able to manually set the file type to D soure but then found that Intellij did...

it should be consistent with other languages. We do use different icons for files so there should be a visual cue to distinguish between a `.d` and a `.di` file....