Tobias Bouschen
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
已编辑于 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... -
创建于 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... -
创建于 Recommended 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...