Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Martin Sommer
Total activity
67
Last activity
January 24, 2023 10:52
Member since
September 26, 2017 18:18
Following
0 users
Followed by
0 users
Votes
7
Subscriptions
22
Activity overview
Posts (10)
Comments (28)
Sort by recent activity
Recent activity
Votes
Edited
August 28, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
fileType extension point - not considered in tests?
0 votes
Created
August 27, 2019 07:20
That's a wholesome answer - Thanks Dmitry!
Community
IntelliJ IDEA Open API and Plugin Development
Custom editor font issues (Thai/Korean language)
0 votes
Created
July 25, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to hook into click/select event of the project view?
0 votes
Edited
July 25, 2019 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to hook into click/select event of the project view?
0 votes
Edited
June 27, 2019 09:22
Are you looking for the FileEditorManager.openTextEditor? e.g. FileEditorManager.getInstance(<project>).openTextEditor(new OpenFileDescriptor(<project>, <file>), true);
Community
IntelliJ IDEA Open API and Plugin Development
How to open editor tab with code?
0 votes
Created
June 27, 2019 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, ...
Community
IntelliJ IDEA Open API and Plugin Development
Failing plugin tests with latest EAP (2019.2.*) -> NoClassDefFoundError
0 votes
Created
June 26, 2019 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.
Community
IntelliJ IDEA Open API and Plugin Development
Failing plugin tests with latest EAP (2019.2.*) -> NoClassDefFoundError
0 votes
Edited
June 26, 2019 12:49
ERROR: Missing essential plugins: com.intellij.javacom.intellij.ide.plugins.PluginManagerCore$EssentialPluginMissingException: Missing essential plugins: com.intellij.javaat com.intellij.ide.plugin...
Community
IntelliJ IDEA Open API and Plugin Development
Failing plugin tests with latest EAP (2019.2.*) -> NoClassDefFoundError
0 votes
Edited
June 27, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Failing plugin tests with latest EAP (2019.2.*) -> NoClassDefFoundError
0 votes
Created
June 26, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Failing plugin tests with latest EAP (2019.2.*) -> NoClassDefFoundError
0 votes
«
First
‹
Previous
Next
›
Last
»