Tobias Bouschen
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited 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... -
Created 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... -
Created Recommended way to resolve classpath incompatibilities between plugin code and IntelliJ SDK
AnsweredI 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...