H Raven
- 活动总数 99
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 22
-
已编辑于 Formatter losing indent with code selection
已回答Hello,question about formatter - when formatting whole code all looks ok and reformatting a file changes nothing.“aa” is a statement consisting of “aa” expression and “\n” as END_STMT token - this ... -
创建于 Check if app is loaded
已回答Hi,I'm creating a ToolWindow which requires parsing PsiFile and looking into idicies.This I solved by moving that logic into ReadAction:ReadAction.nonBlocking<JComponent> { ...parsePsi } ... -
已编辑于 How create Symbol for Psi
已回答Hello, I'm toying with newer Symbol API, but cannot get to how to correctly create Symbols for it.At https://plugins.jetbrains.com/docs/intellij/declarations-and-references.html#own-referencesThere... -
创建于 GrammarKit - statement struggle with inline function
已回答Hello, I'm start hard with adding support for lambda (inline functions) into bnf grammar. I'll simplify as much as possible. Language is indent based with optional semicolons so I generate endStmt ... -
已编辑于 Swing UI elements not initialized
已回答Hello,in my plugin I'm using some forms (f.e. for Language settings) created by Intellij RMB -> New -> Swing UI Designer -> Create Dialog Class But that generated component in some cases fails that... -
已编辑于 Saving custom Library globally
已回答Hello, I'm strugling with Custom Library - global at least. I've managed to create and use project level Library by: val table = LibraryTablesRegistrar.getInstance().getLibraryTable(project)val new... -
创建于 Annotator message formatting
已回答Good day, today I'm trying to format messages for ErrorAnnotator and cannot find how to do it. An example I've seen in Kotlin is Type mismatch from method call like: Yet I cannot find how is this ... -
已编辑于 getChildAttributes caret position
已回答Hello, is it possible to somehow get caret position when Block is deciding Indentation within getChildAttributes method? I know I can get caret via Editor, but problem is, what if there are multipl... -
已编辑于 Formatter - comment settings based on position
已回答Hello again, I'm looking for help with blank lines formatter settings of comments. I'll try to simplify as possible. I've set up a formatter that has 1 blank line between variables and 2 blank line... -
创建于 SDK in other IDE is not indexed
已回答Hello I've got question about SDK. I have plugin where SDK contains built-in classes / methods and need to add it and index it. In IntelliJ I've used regular IDE project settings to add it, but tha...