Yanick Salzmann
- 活动总数 31
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 12
-
创建于 Programmatically 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... -
创建于 Prevent 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... -
已编辑于 Invalid 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 ... -
创建于 Shutdown 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... -
创建于 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... -
已编辑于 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... -
创建于 CLion add custom scope
已回答Hello 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... -
创建于 Value of getRangeInElement for PsiReference that is a file
已回答Hi 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 ... -
创建于 Renaming PsiElement that resolves to a file
已回答Hey 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... -
创建于 Registering an Action that is invoked on CMD+click
已回答Hi all I am trying to create a plugin that adds CMD+click (go to declaration/implementation/show usage, etc) action handler in XML documents that are having a certain root tag, when one CMD+clicks ...