主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Tobias Bouschen
活动总数
12
最后的活动
2020年03月12日 19:10
成员加入日期
2018年12月20日 21:31
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(3)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2020年03月12日 19:10
Any chance of having someone take a look at this?
社区
IntelliJ IDEA Open API and Plugin Development
CaretListener.caretPositionChanged() gets called before selection data is updated
0 票
创建于
2020年02月03日 10:54
I am still very much interested in an answer to this question.
社区
IntelliJ IDEA Open API and Plugin Development
CaretListener.caretPositionChanged() gets called before selection data is updated
0 票
创建于
2019年07月31日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Immutable hashcode for project and module objects
0 票
已编辑于
2019年07月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Immutable hashcode for project and module objects
0 票
创建于
2019年07月24日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Immutable hashcode for project and module objects
0 票
已编辑于
2019年05月23日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Recommended way to resolve classpath incompatibilities between plugin code and IntelliJ SDK
0 票