Bradan
- 活动总数 35
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 13
-
创建于 Shift + Delete greys files permanently out
已回答Hello,I always use shift + delete to delete files in file browsers etc. because it doesn't use the recycle bin, no matter which system I am on. However in the tree views of IDEA derivatives it alwa... -
创建于 How to specify the indexing order?
已回答Hello,The language I'm writing a plugin for requires a specific indexing order, since the files are based on each other. Imagine something like CLion, however the files aren't separate headers and ... -
创建于 Asking for opinions: best method for a specific new language
Hello, I'm writing a new plugin for IntelliJ IDEs in my spare time. It covers the languages Thislanguage and Thatlanguage. Both have the same syntax and almost the same compilation behavior. Thisla... -
创建于 PsiTreeUtil findChildrenOfAnyType but don't go deeper
已回答Hello, Is there an alternative for findChildrenOfAnyType which doesn't descend found elements? I want to create a structure view with TreeElements, but I don't want all sub sub sub elements to be... -
已编辑于 IDEA independent building?
已回答Hello, I'm using the gradle-intellij-plugin to build a IntelliJ plugin for the language "PureBasic". The plugin should run in any IntelliJ based IDE, thats why I don't depend on stuff like the SD... -
创建于 Custom Language - Find Usages: File structure not showing
已回答Hello, I'm trying to develop a custom language plugin using the tutorial (https://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/find_usages_provider.html). I extended this b...