Samael

Results 284 comments of Samael

I suspect this can be sorted by changing: ```java @Override public void runActivity(@NotNull final Project project) { for (final Module module : ModuleManager.getInstance(project).getModules()) { final VirtualFile dubFile = DubConfigFileListener.getDubFileFromModule(module); if...

The gdb code could do with some love. It would be good to see improvements in that area. The codebase can be pretty hard to get into so keeping to...

This will rely on the _com.intellij.diagram_ module in the *uml* plugin (bundled with Intellij IU). I've pushed a branch with some initial changes to make a start. this will need...

For completeness, this screenshot shows how to associate diet templates as Jade. ![treatdietasjade](https://cloud.githubusercontent.com/assets/870567/13503416/35eec9e6-e167-11e5-9c31-0b9c570c45c1.png) Is pretty handy as it ensures that indentation is done correctly.

I've been trying to find more information about the _depends_ tag in plugin xml. I suspect we can specify the [Pug (ex-Jade)](https://plugins.jetbrains.com/plugin/7094-pug-ex-jade-) plugin as an optional dependency and at least...

This will be worked on in https://github.com/intellij-dlanguage/intellij-diet It's just work in progress at moment.

it seems that diet support can be solved by implementing `com.intellij.fileType.fileViewProviderFactory` (see [docs](https://plugins.jetbrains.com/docs/intellij/file-view-providers.html#what-can-i-do-with-a-fileviewprovider)) and specifying .dt files as being a mix of D and Pug languages. Something like: ```xml ```...

this is in numerous bug reports now: ``` java.lang.ClassCastException: class com.intellij.psi.stubs.PsiFileStubImpl cannot be cast to class io.github.intellij.dlanguage.stubs.DlangFileStub (com.intellij.psi.stubs.PsiFileStubImpl is in unnamed module of loader com.intellij.util.lang.UrlClassLoader @59494225; io.github.intellij.dlanguage.stubs.DlangFileStub is in unnamed...

plugin version 1.26.1 on Intellij IDEA 2021.2: ``` java.lang.ClassCastException: class com.intellij.psi.stubs.PsiFileStubImpl cannot be cast to class io.github.intellij.dlanguage.stubs.DlangFileStub (com.intellij.psi.stubs.PsiFileStubImpl is in unnamed module of loader com.intellij.util.lang.PathClassLoader @6536e911; io.github.intellij.dlanguage.stubs.DlangFileStub is in unnamed...