Dan
- 活动总数 49
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 18
-
已编辑于 TypedHandlerDelegate not called each character
已回答I have a problem where `TypedHandlerDelegate` is called only for the first character in a word.Reading through the other topics in this forum, one person recommended extending `TypedActionHandlerBa... -
创建于 Forcing windows CRLF endings for custom language plugin
已回答I have been working on a custom language plugin for a Windows game that requires all files use CRLF line endings. Yesterday I had to edit a file I have not implemented support for. I had to edit th... -
创建于 Error annotation clears text attributes
已回答I have been using an annotator to do semantic coloring for a while, but recently decided to update my plugins base IDE version to IDEA 2020. I was getting deprecation warnings on my annotator, so I... -
创建于 Module Service Deprecated
已回答I am upgrading my plugin's minimum IDEA version from 2019.1 to 2020.1, and I see that Module Service was deprecated. When reading the docs, it says to try not to use module services as it may incre... -
创建于 loader constraint violation when using Coroutines
已回答I am trying to use coroutines in my plugin to hopefully prevent UI freezing. I tried to use executeOnPooledThread, but it did not seem to free up the UI, and often even locked the whole IDE up on s... -
创建于 Sorting of custom AbstractTreeNodes
已回答Hello, I have had this problem for a while, but my custom AbstractTreeNodes are not sorted properly in Project view. If I do not override getWeight(), it uses a weight of 30, and my custom nodes ar... -
创建于 Exception: Null name for PSI element class ... on CTRL+Click
已回答I am working on a custom language plugin, and I find I am getting an exception when CMD+clicking on a string element that I resolve references in. Sometimes the string does not resolve, and when it... -
创建于 Hiding Inlay Hints when code is folded
已回答I am working on a plugin for a language that uses numeric values to reference constant values. To aid in understanding code at a glance, I have enabled inlay hints which give a text name to the num... -
创建于 Documentation Provider "Multiple Implementations" problem
I am writing a plugin for a language that has a limited number of variables which are numbered (ie. VAR0-9, OBV0-9, MV00-MV99). In the documentation though, each set is described as a single entry ... -
创建于 File info in Lexer/Parser
已回答I am working on a plugin that has 5 versions of the language and each language shares the same extension. In order for the plugin to work, I use a check in ParserUtil to see which version has been ...