Samael

Results 284 comments of Samael

thanks for the quick response. I've looked at PR #2585 so can now see what needs to be changed re _msgctxt_. Could it perhaps default to some kind of global...

This has become a bit of a problem. When I have translations that are only used on a single page, using _msgctxt_ is fine. ``` msgctxt "index" msgid "home.welcome-message" msgstr...

on the [Plugin Compatibility with IntelliJ Platform Products](https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html) it states that _com.intellij.modules.cidr.debugger_ is available to AppCode, CLion, and RubyMotion. For the GDB support we added a load of code that's...

@benjo456 do you get any errors in the log file?

This is a problem with both the formatting code in *io.github.intellij.dlanguage.features.formatter.DFormattingModelBuilder* and the recursion taking place in `DUtil::getPrevSiblingOfType` For now I've made a slight tweak but further investigation is needed.

The formatting code is another area that needs improving and testing. It's probably worth making proper use of ```kotlin override fun getRangeAffectingIndent(file: PsiFile, offset: Int, elementAtOffset: ASTNode): TextRange? { return...

reported from AppCode 2021.2 (plugin 1.26.1): ``` java.lang.StackOverflowError: null at io.github.intellij.dlanguage.utils.DUtil.getPrevSiblingOfType(DUtil.java:89) at io.github.intellij.dlanguage.utils.DUtil.getPrevSiblingOfType(DUtil.java:95) at io.github.intellij.dlanguage.utils.DUtil.getPrevSiblingOfType(DUtil.java:95) at io.github.intellij.dlanguage.utils.DUtil.getPrevSiblingOfType(DUtil.java:95) at io.github.intellij.dlanguage.utils.DUtil.getPrevSiblingOfType(DUtil.java:95) at io.github.intellij.dlanguage.utils.DUtil.getPrevSiblingOfType(DUtil.java:95) at io.github.intellij.dlanguage.utils.DUtil.getPrevSiblingOfType(DUtil.java:95) at io.github.intellij.dlanguage.utils.DUtil.getPrevSiblingOfType(DUtil.java:95) at io.github.intellij.dlanguage.utils.DUtil.getPrevSiblingOfType(DUtil.java:95) at io.github.intellij.dlanguage.utils.DUtil.getPrevSiblingOfType(DUtil.java:95) at...

actually this should be `C:/D/DMD2`. That will make it easier to use _setupSdkPaths()_ to add sources and documentation, which I am also doing