主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Martin Sommer
活动总数
67
最后的活动
2023年01月24日 10:52
成员加入日期
2017年09月26日 18:18
关注
0 名用户
关注者数
0 名用户
投票数
7
订阅数
22
活动概览
帖子(10)
评论(28)
按最近的活动排序
最近的活动
投票数
已编辑于
2019年08月28日 15:16
No, its quite the opposite: While I tried in https://youtrack.jetbrains.com/issue/IDEA-220093 to keep the plugin backward compatible by keep on using fileTypeFactory extension point (but did encoun...
社区
IntelliJ IDEA Open API and Plugin Development
fileType extension point - not considered in tests?
0 票
创建于
2019年08月27日 07:20
That's a wholesome answer - Thanks Dmitry!
社区
IntelliJ IDEA Open API and Plugin Development
Custom editor font issues (Thai/Korean language)
0 票
创建于
2019年07月25日 13:32
Thanks again - didn't know about this yet. The only startup and activity related EP was postStartupActivity, which seems to be always called after the ProjectView-ToolWindow is registered. That's a...
社区
IntelliJ IDEA Open API and Plugin Development
How to hook into click/select event of the project view?
0 票
已编辑于
2019年07月25日 09:31
Thanks Yann for the hint, the TreeSelectionListener is doing fine so far. I am not sure what is the best point in time (and place) to attach to it though?! I placed it into a project component but ...
社区
IntelliJ IDEA Open API and Plugin Development
How to hook into click/select event of the project view?
0 票
已编辑于
2019年06月27日 09:22
Are you looking for the FileEditorManager.openTextEditor? e.g. FileEditorManager.getInstance(<project>).openTextEditor(new OpenFileDescriptor(<project>, <file>), true);
社区
IntelliJ IDEA Open API and Plugin Development
How to open editor tab with code?
0 票
创建于
2019年06月27日 05:44
Thanks Yann! Due to your quick and profound help I have stable CI tests running (again) against all IDE types/versions that I intended to support. For the latest EAP version I switched to PyCharm, ...
社区
IntelliJ IDEA Open API and Plugin Development
Failing plugin tests with latest EAP (2019.2.*) -> NoClassDefFoundError
0 票
创建于
2019年06月26日 13:03
My since-build is "163.10154", but I have one CI test build also run against the latest EAP to early discover and solve problems like this one.
社区
IntelliJ IDEA Open API and Plugin Development
Failing plugin tests with latest EAP (2019.2.*) -> NoClassDefFoundError
0 票
已编辑于
2019年06月26日 12:49
ERROR: Missing essential plugins: com.intellij.javacom.intellij.ide.plugins.PluginManagerCore$EssentialPluginMissingException: Missing essential plugins: com.intellij.javaat com.intellij.ide.plugin...
社区
IntelliJ IDEA Open API and Plugin Development
Failing plugin tests with latest EAP (2019.2.*) -> NoClassDefFoundError
0 票
已编辑于
2019年06月27日 05:52
Oh yes, I know about the com.intellij.psi.PsiElementFactory - I learned about it already some time ago (https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000678690-com-intellij-psi...
社区
IntelliJ IDEA Open API and Plugin Development
Failing plugin tests with latest EAP (2019.2.*) -> NoClassDefFoundError
0 票
创建于
2019年06月26日 11:50
Thanks - thats it! Now I get a lot of real exceptions that I have to validate, but that's another cup of tea... However, the "bonus question" becomes quite important now: How do I keep the backward...
社区
IntelliJ IDEA Open API and Plugin Development
Failing plugin tests with latest EAP (2019.2.*) -> NoClassDefFoundError
0 票
«
第一页
‹
上一页
下一页
›
最后
»