Samael
Samael
and another for `DynamicAny.idl.d` which is related to Java. I suspect that resolving this issue could close most of the [parser](https://github.com/intellij-dlanguage/intellij-dlanguage/issues?q=is%3Aissue+is%3Aopen+label%3Aparser) related issues
I've made a change for this on a local branch where I amend _DlangVirtualFileVisitor_'s _isExcluded_ method to do the following: ```java @Nullable final Project project = ProjectUtil.guessProjectForFile(srcFile); if(project != null)...
I'm going to merge some of the changes from the branch that was created for this but will actually leave out the part that detects if the current sdk is...
I've since removed this project for Intellij's recent projects list, then removed the `.idea` directory and imported it again. This resulted in the error popup as shown in #873 Again...
seems that DubProjectOpenProcessor is also somehow trying to do something with awt within a write action: ``` 2023-07-01 15:36:15,767 [1225016] SEVERE - #c.i.o.a.i.NoSwingUnderWriteAction - AWT events are not allowed inside...
did you get a stack trace in the idea log when this occurred or did the error reporting kick in?
thanks, there's been issues related to this before but it's been tricky to pin down
The plugin doesn't currently support ldc (or gdc) officially. Although I intend to add this one day. However, what you've done "should" work. The configuration of dmd and dub is...
the #787 issue I mentioned before is now fixed in 1.28.5 which should be available in a few minutes. It's worth updating and trying again. If the problem persists please...
perhaps it's worth having the option to create either _a .d_ file or _a .di_ file. It's worth reopening if there's room for improvement.