Tobias Bouschen
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Tobias Bouschen commented, -
Tobias Bouschen commented, -
Tobias Bouschen created a post, CaretListener.caretPositionChanged() gets called before selection data is updated
I am writing a plugin processing current user actions in open editors. For this purpose, I am trying to access the current selection and caret position in all open editors and react to changes. Pre... -
-
-
-
Tobias Bouschen created a post, Immutable hashcode for project and module objects
In our IntelliJ plugin, we have a long-term data structure in the form of a hashset. The hashset stores objects whose hashcode should be determined by contained project and/or module objects. The p... -
-
Tobias Bouschen created a post, AnsweredRecommended way to resolve classpath incompatibilities between plugin code and IntelliJ SDK
I am having some problems with our plugin using a newer version of the PicoContainer which is incompatible with the one used in Intellij. Our plugin uses PicoContainer 2.X while Intellij IDEA still...