Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Aleksey Pivovarov
Total activity
801
Last activity
September 23, 2024 14:52
Member since
August 06, 2013 15:41
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
444
Activity overview
Articles (0)
Posts (0)
Comments (357)
Sort by recent activity
Recent activity
Votes
Created
June 22, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development, how to prevent an action from occuring, like closing a tab
0 votes
Created
June 22, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development, how to prevent an action from occuring, like closing a tab
0 votes
Created
June 21, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development, how to prevent an action from occuring, like closing a tab
0 votes
Created
June 21, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
ColorKey/getter for template variable color
0 votes
Created
June 21, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development, how to prevent an action from occuring, like closing a tab
0 votes
Created
June 21, 2016 11:29
What do you need it for? Please note, that underlying Editor might change later.
Community
IntelliJ IDEA Open API and Plugin Development
EditorTextField getEditor return null
0 votes
Created
August 06, 2013 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...
Community
IntelliJ IDEA EAP Users
What is the GitHub Token auth in 13?
0 votes
Created
April 01, 2016 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...
Community
IntelliJ IDEA Users
IDE merge tool vs. plan 'git merge'
0 votes
Created
February 01, 2016 16:14
Hi, It should fetch upstream (see IDEA-85138). Could you try again and attach IDE log file (Help -> Show Log ...) ?
Community
IntelliJ IDEA Users
GitHub fetch upstream before doing "Rebase my GitHub fork"
0 votes
Created
September 24, 2014 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...
Community
IntelliJ IDEA Users
Delete Github integration
0 votes
«
First
‹
Previous
Next
›
Last
»