Yanick Salzmann
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 12
-
Yanick Salzmann created a post, CompletedFont rendering issues since 2020.3
I 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... -
Yanick Salzmann created a post, AnsweredProgrammatically inject language in custom language highlighter
Hello 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... -
Yanick Salzmann created a post, AnsweredPrevent parallel reload of CMake projects
Hello 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... -
Yanick Salzmann created a post, AnsweredInvalid type resolution/evaluation in editor for valid code
Hello 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 ... -
-
Yanick Salzmann commented, -
Yanick Salzmann created a post, AnsweredShutdown Hook in Debug Mode (graceful shutdown)
Hello 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... -
-
-
Yanick Salzmann created a post, 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...