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
Created
September 13, 2019 07:32
*To help others understand and for later reference* The solution is to define the whole popup menu in the plugin.xml (not only the re-used actions) as a <group> <group id="CsvTableEditorRowContextM...
Community
IntelliJ IDEA Open API and Plugin Development
How to add an action group (com.intellij.openapi.actionSystem.ActionGroup) to a custom JBPopupMenu?
0 votes
Created
September 10, 2019 18:14
No, I wasn't aware that this is an option. Do you have any documentation or example regarding this? I am aware of the docu I linked in my initial thread, but I couldn't find any reference or hint r...
Community
IntelliJ IDEA Open API and Plugin Development
How to add an action group (com.intellij.openapi.actionSystem.ActionGroup) to a custom JBPopupMenu?
0 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
«
First
‹
Previous
Next
›
Last
»