Bradan

- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 13
-
Created Shift + Delete greys files permanently out
AnsweredHello,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... -
Created How to specify the indexing order?
AnsweredHello,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 ... -
Created 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... -
Created PsiTreeUtil findChildrenOfAnyType but don't go deeper
AnsweredHello, 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... -
Edited IDEA independent building?
AnsweredHello, 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... -
Created Custom Language - Find Usages: File structure not showing
AnsweredHello, 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...