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
August 13, 2019 11:34
Hey guys, now there is a plugin that provides this functionality to all IntelliJ IDEs: https://plugins.jetbrains.com/plugin/12778-quick-file-preview
Community
IntelliJ IDEA Users
Avoid too many editor tabs open by single click: Use Sublime policy: Only open new tab if current tab is modified or open by double click
4 votes
Created
July 15, 2021 17:37
I already did it locally (maybe thats why I got different errors)... ...but now I tried updating everything, and the problem seems to be related to my outdated "gradle-grammar-kit-plugin" classpath...
Community
IntelliJ IDEA Open API and Plugin Development
Gradle plugin build fails: Received status code 403 from server: Forbidden
2 votes
Created
September 11, 2019 09:05
"Java functionality extracted as a plugin" https://blog.jetbrains.com/platform/2019/06/java-functionality-extracted-as-a-plugin/?_ga=2.268727217.1352627469.1568007554-964921380.1510580322
Community
IntelliJ IDEA Open API and Plugin Development
Missing classes after upgrade to 2019.2.2
2 votes
Created
August 13, 2019 11:34
Hey guys, now there is a plugin that provides this functionality to all IntelliJ IDEs: https://plugins.jetbrains.com/plugin/12778-quick-file-preview
Community
RubyMine
Show file's content on click without adding it to tabs
3 votes
Created
September 27, 2019 05:59
AFAIK you should use the plugins configuration and add 'java' as described here: https://blog.jetbrains.com/platform/2019/06/java-functionality-extracted-as-a-plugin/
Community
IntelliJ IDEA Open API and Plugin Development
Accessing com.intellij.openapi from Gradle based plugin project
1 vote
Created
March 24, 2021 09:27
This is an older thread, but I just came across the very same notification, and the actual challenge I see is: How to further support IDE versions before 2020.3, as the required FormattingContext w...
Community
IntelliJ IDEA Open API and Plugin Development
FormattingModelBuilder.createModel scheduled for removal
0 votes
Created
September 27, 2019 06:06
/** * Represents a Java literal expression. */public interface PsiLiteralExpression extends PsiExpression, PsiLiteral { Try adding 'java' as plugin: https://blog.jetbrains.com/platform/2019/06/java...
Community
IntelliJ IDEA Open API and Plugin Development
Gradle vs Devkit
0 votes
Created
September 26, 2019 05:37
The following issues might be related: https://youtrack.jetbrains.com/issue/IDEA-220093 https://youtrack.jetbrains.com/issue/IDEA-221563 Try fileTypeFactory approach with latest EAP (19.3.*) or pre...
Community
IntelliJ IDEA Open API and Plugin Development
custom language support tutorial
0 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
Next
›
Last
»