主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Aleksey Pivovarov
活动总数
801
最后的活动
2024年09月23日 14:52
成员加入日期
2013年08月06日 15:41
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
444
活动概览
文章(0)
帖子(0)
评论(357)
按最近的活动排序
最近的活动
投票数
创建于
2016年06月22日 10:33
You can't use "overrides" for this keyboard action, because it is created directly (not via ActionManager) and registered on component with AnAction.registerCustomShortcutSet. I used "Tools -> Inte...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development, how to prevent an action from occuring, like closing a tab
0 票
创建于
2016年06月22日 09:53
Hi, I've used 2016.2 EAP for SDK, glad that you've found a way to do it on stable version. "Close" from a menu is handled by com.intellij.ide.actions.CloseAction with an EditorTabbedContainer passe...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development, how to prevent an action from occuring, like closing a tab
0 票
创建于
2016年06月21日 17:42
You should be able to register new action, similar to EditorTabbedContainer.CloseTab (with an additional `window.isFilePinned(file)` check). You'll also need to register ActionPromoter that would p...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development, how to prevent an action from occuring, like closing a tab
0 票
创建于
2016年06月21日 13:54
EditorColors.LIVE_TEMPLATE_ATTRIBUTES TemplateColors.TEMPLATE_VARIABLE_ATTRIBUTES Also CodeInsightColors, HighlighterColors, DefaultLanguageHighlighterColors. I'm not sure if there are a way to g...
社区
IntelliJ IDEA Open API and Plugin Development
ColorKey/getter for template variable color
0 票
创建于
2016年06月21日 13:03
AnAction can be triggered by different means (selected from menu, triggered by keyboard or mouse shortcut, selected from quicklist, selected in Find Action, executed by other action, executed by so...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development, how to prevent an action from occuring, like closing a tab
0 票
创建于
2016年06月21日 11:29
What do you need it for? Please note, that underlying Editor might change later.
社区
IntelliJ IDEA Open API and Plugin Development
EditorTextField getEditor return null
0 票
创建于
2013年08月06日 15:41
This is menu for authentication with OAuth2 access token (http://en.wikipedia.org/wiki/OAuth)It can be generated and deleted via web-interface (GitHub -> Account settings -> Applications -> Persona...
社区
IntelliJ IDEA EAP Users
What is the GitHub Token auth in 13?
0 票
创建于
2016年04月01日 10:02
These are two different algorithms (one implemented in git, and the other - in Intellij). It is possible, that you're missing "Apply non-conflicting changes" action on the toolbar (git does it sile...
社区
IntelliJ IDEA Users
IDE merge tool vs. plan 'git merge'
0 票
创建于
2016年02月01日 16:14
Hi, It should fetch upstream (see IDEA-85138). Could you try again and attach IDE log file (Help -> Show Log ...) ?
社区
IntelliJ IDEA Users
GitHub fetch upstream before doing "Rebase my GitHub fork"
0 票
创建于
2014年09月24日 13:09
I can't understand the problem. ?:|Which IDE version do you use ?Is there are configured VCS for project in "Settings -> Version Control" ?Is there are any errors/dialogs, when you are trying to co...
社区
IntelliJ IDEA Users
Delete Github integration
0 票
«
第一页
‹
上一页
下一页
›
最后
»