主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Karol Lewandowski
活动总数
2850
最后的活动
2025年02月06日 11:01
成员加入日期
2022年01月03日 14:12
关注
0 名用户
关注者数
3 名用户
投票数
43
订阅数
1086
活动概览
文章(0)
帖子(0)
评论(1721)
按最近的活动排序
最近的活动
投票数
已编辑于
2023年06月16日 12:51
Hi, You can't pass parameters in plugin.xml, and you have to register two separate action classes, as you suggested.
社区
IntelliJ IDEA Open API and Plugin Development
passing parameters to action in plugin.xml
1 票
创建于
2023年05月29日 06:19
Regarding the icon, I don't see a possibility of customizing it. See: https://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl/src/com/intellij/analysis/problemsView/toolWindo...
社区
IntelliJ IDEA Open API and Plugin Development
`ExternalAnnotator` addding a `HighlightSeverity.INFORMATION` doesn't appear in editor
1 票
创建于
2023年05月29日 06:10
Hi, see https://plugins.jetbrains.com/docs/intellij/syntax-highlighting-and-error-highlighting.html
社区
IntelliJ IDEA Open API and Plugin Development
`ExternalAnnotator` addding a `HighlightSeverity.INFORMATION` doesn't appear in editor
1 票
创建于
2023年05月26日 08:00
Hi, What do you expect to see in the editor? INFORMATION severity has no text attributes, so it won't be visible as a different color, underline, etc. When you move the cursor over the second chara...
社区
IntelliJ IDEA Open API and Plugin Development
`ExternalAnnotator` addding a `HighlightSeverity.INFORMATION` doesn't appear in editor
1 票
创建于
2023年05月24日 10:37
Hi, You can check the language level configured for a module: It can be done with: LanguageLevelModuleExtension extension = ModuleRootManager.getInstance(module).getModuleExtension(LanguageLevelMo...
社区
IntelliJ IDEA Open API and Plugin Development
How to find Java version of project
1 票
创建于
2023年05月16日 08:37
Hi, I suggest checking if the created FileEditor is an instance of TextEditor and using TextEditor.getEditor().getDocument().setText().
社区
IntelliJ IDEA Open API and Plugin Development
Embedding a Editor in a Tool Window
1 票
创建于
2023年05月16日 08:25
Hi, Try implementing com.intellij.compiler.server.BuildManagerListener.
社区
IntelliJ IDEA Open API and Plugin Development
I want to invoke my code before compilation.
1 票
创建于
2023年05月11日 13:31
Hi, The question is totally unclear. Please provide the full context.
社区
IntelliJ IDEA Open API and Plugin Development
How to add Java startup parameters, such as - Dtest=1
1 票
创建于
2023年04月27日 08:44
Hi, You probably miss the <depends>org.jetbrains.idea.maven</depends> part in the plugin.xml file. See https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html#3-dependency-declaration...
社区
IntelliJ IDEA Open API and Plugin Development
Caused by: java.lang.ClassNotFoundException: org.jetbrains.idea.maven.project.MavenProjectsManager PluginClassLoader
1 票
创建于
2023年04月20日 14:14
Hi Kevin, Unfortunately, this one doesn't seem to be extendable. These actions are created programmatically, and I don't see a registered group for them. See: https://github.com/JetBrains/intellij-...
社区
IntelliJ IDEA Open API and Plugin Development
Add entry to Git log branches context menu
1 票
«
第一页
‹
上一页
下一页
›
最后
»