Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Tobias Bouschen
Total activity
12
Last activity
March 12, 2020 19:10
Member since
December 20, 2018 21:31
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
March 12, 2020 19:10
Any chance of having someone take a look at this?
Community
IntelliJ IDEA Open API and Plugin Development
CaretListener.caretPositionChanged() gets called before selection data is updated
0 votes
Created
February 03, 2020 10:54
I am still very much interested in an answer to this question.
Community
IntelliJ IDEA Open API and Plugin Development
CaretListener.caretPositionChanged() gets called before selection data is updated
0 votes
Created
July 31, 2019 20:53
Thanks to both of you for your continued patience and quick responses to my questions. Your help is really appreciated. :) > Module and Project implementations don't override the default (identity ...
Community
IntelliJ IDEA Open API and Plugin Development
Immutable hashcode for project and module objects
0 votes
Edited
July 29, 2019 15:29
> You can use ModulePointer (via ModulePointerManager) to store a reference to a module. A module _always_ belongs to a certain Project, see com.intellij.openapi.module.Module#getProject. As a side...
Community
IntelliJ IDEA Open API and Plugin Development
Immutable hashcode for project and module objects
0 votes
Created
July 24, 2019 15:18
I am working on an IntelliJ implementation of Saros, an IDE plugin allowing for remote collaborative programming. This is currently done by listening for actions that are of interest to us (like do...
Community
IntelliJ IDEA Open API and Plugin Development
Immutable hashcode for project and module objects
0 votes
Edited
May 23, 2019 13:56
For future reference if anyone else has this problem, we added a more functional workaround than manipulating the gradle-intellij-plugin build classpath: We use the gradle plugin shadow to re-packa...
Community
IntelliJ IDEA Open API and Plugin Development
Recommended way to resolve classpath incompatibilities between plugin code and IntelliJ SDK
0 votes