主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
AskMeAgain
活动总数
57
最后的活动
2023年03月04日 05:49
成员加入日期
2021年10月17日 08:58
关注
0 名用户
关注者数
0 名用户
投票数
4
订阅数
19
活动概览
帖子(17)
评论(17)
按最近的活动排序
最近的活动
投票数
创建于
2022年08月20日 17:21
Thanks for the answer this helped! :) I found now one extension point, which i would like to override. Is something like this possible? <tasks.contextProvider implementation="com.intellij.tasks.c...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to extend/change current gui windows?
0 票
已编辑于
2022年06月07日 13:23
Thanks for the tip, this is super close to what i want. I wonder if it is possible to specify the FontWeight (eg make something bold or italic) while keeping the color of the textrange. EDIT: to...
社区
IntelliJ IDEA Open API and Plugin Development
Change font weight of the first specific letters?
0 票
创建于
2022年04月10日 17:08
hi, sorry for my late answer. I played around the AnActionListener and its really close to what i want to do. I still have the problem that keypresses not done in the editor are not recorded. for e...
社区
IntelliJ IDEA Open API and Plugin Development
How to register a typedHandler dynamically?
0 票
已编辑于
2022年04月17日 10:56
Thanks for your answer, i have still some questions. Here is the current code: Arrays.stream(ProjectView.getInstance(project) .getCurrentProjectViewPane() .getSelectedUser...
社区
IntelliJ IDEA Open API and Plugin Development
Changing AnActionEvent origin?
0 票
创建于
2022年03月29日 18:49
Another question Karol Lewandowski: If i use the solution from the link, then it will NOT grab every pressed key because the moment a context menue opens, this keypress is not registered anymore, e...
社区
IntelliJ IDEA Open API and Plugin Development
How to register a typedHandler dynamically?
0 票
创建于
2022年03月15日 21:58
Okay i finally figured this out. The problem is the api, which works in a non intuitive way: setValue("a", false); //this is not setting the value to "false", but UNSETS itgetValue("a", true); //s...
社区
IntelliJ IDEA Open API and Plugin Development
PropertiesComponent not persisting?
0 票
创建于
2021年10月17日 09:00
I can really recommend the switch to gradle. It takes some time to correctly setup everything, but once its done, everything worked perfectly and as expected.
社区
IntelliJ IDEA Open API and Plugin Development
Debugging a plugin doesn't work - no plugin code is loaded.
0 票
«
第一页
‹
上一页