主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Onuryi
活动总数
48
最后的活动
2020年10月04日 08:21
成员加入日期
2020年04月02日 10:18
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
5
活动概览
帖子(5)
评论(36)
按投票数排序
最近的活动
投票数
创建于
2020年10月04日 08:20
Thank you! I actually did forget to declare the service in the plugin.xml
社区
IntelliJ IDEA Open API and Plugin Development
PersistentStateComponent no XML found
0 票
创建于
2020年09月17日 08:03
Thanks, thought so! Is it possible to achieve something like the "Review" functionality as seen in the second image a few posts above?
社区
IntelliJ IDEA Open API and Plugin Development
Adding actions to before commit toolbar/window
0 票
创建于
2020年09月17日 07:18
Thank you very much! VcsBundle.message("checkin.commit")VcsBundle.message("checkin.cancel") Using the two methods above I get the following errors: String literal 'checkin.commit' doesn't appear to...
社区
IntelliJ IDEA Open API and Plugin Development
Adding actions to before commit toolbar/window
0 票
创建于
2020年09月16日 15:57
I would like to ask the user wheter he would like to commit, cancel and review the dependencies. Something like this: Is this possible?
社区
IntelliJ IDEA Open API and Plugin Development
Adding actions to before commit toolbar/window
0 票
创建于
2020年09月14日 11:55
Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
Adding actions to before commit toolbar/window
0 票
创建于
2020年09月14日 09:31
I use the AnActionEvent to get the Project and Editor objects. Is it possible to cancel the commit operation after clicking the commit button in the CheckinProjectPanel? My idea is to display a mes...
社区
IntelliJ IDEA Open API and Plugin Development
Adding actions to before commit toolbar/window
0 票
创建于
2020年09月04日 16:17
Thanks! How can I execute/call AnAction in the example above? Currently I would like to keep it that way.
社区
IntelliJ IDEA Open API and Plugin Development
Adding actions to before commit toolbar/window
0 票
创建于
2020年09月04日 13:16
I have managed to add an entry to the before commit panel but I can't make my Action run in the beforeCheckin() method. What am I missing? public class MyPluginCheckinHandlerFactory extends Checkin...
社区
IntelliJ IDEA Open API and Plugin Development
Adding actions to before commit toolbar/window
0 票
创建于
2020年08月31日 10:31
Thanks I will have a look at it!
社区
IntelliJ IDEA Open API and Plugin Development
Adding actions to before commit toolbar/window
0 票
已编辑于
2020年08月31日 10:33
I have managed to make it run. I would like the popup to be instantly canceled/removed if I move the mouse away from my RangeHighlighter. @Overridepublic void mouseEntered(@NotNull EditorMouseEvent...
社区
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 票
下一页
›
最后
»