Yanick Salzmann

- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 12
-
Created Font rendering issues since 2020.3
CompletedI have realized there are some font rendering issues in CLion, but so far I was happy. I have been using 2020.2 since earlier this year, since after upgrading to 2020.3 I've encountered massive inp... -
Created Programmatically inject language in custom language highlighter
AnsweredHello all I am writing a plugin that highlights a custom language. The highlighting is pretty much done already. The language is structured like this: Key1: Value1Key2: Value2 #-- Start of messag... -
Created Prevent parallel reload of CMake projects
AnsweredHello all My CMakeLists.txt runs a git command when build files are generated. I have a debug and a release configuration defined in CLion. Now when I change something that triggers a cmake project... -
Edited Invalid type resolution/evaluation in editor for valid code
AnsweredHello all When using Akka Testkit and chaining methods of the akka.stream.testkit.TestSubscriber.ManualProbe class IntelliJ (or Scala Plugin) is not properly resolving the return type. For example ... -
Created Shutdown Hook in Debug Mode (graceful shutdown)
AnsweredHello all Maybe this question has been asked a few times before, however I have seen that there is an issue about the topic that has been closed and marked as "Fixed":https://youtrack.jetbrains.com... -
Created Syntax Highlighter Lexer with yycolumn
Hello all After reading through the documentation on how to write syntax highlighting lexers I have realized that they need to be able to enter in any 0 state. The language I am writing a highlight... -
Edited Use Spring in Plugin
Hey there I was wondering if there is a possibility to use springs dependency injection in the development of a plugin for IntelliJ. Is there a way to do it out of the box or are there some known w... -
Created CLion add custom scope
AnsweredHello all According to the documentation it should be possible to define custom scopes in CLion by going to settings -> appearance & behavior -> scopes. I can find that settings entry, however when... -
Created Value of getRangeInElement for PsiReference that is a file
AnsweredHi all I have an implementation of PsiReference that resolves to a PsiFile, because there is a binding between the value of an attribute and the name of the file this attribute is in, they have to ... -
Created Renaming PsiElement that resolves to a file
AnsweredHey all I managed to get a PsiReferenceProvider implemented that resolves to a file when a specific XML-Tag is clicked. Let me give you an example:<Name>Policy_Step1</Name> When one clicks Policy_S...