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
March 16, 2017 15:46
Hi, this action might be absent in some builds (you need 171.3556+).It can be invoked with "Ctrl+Alt+Enter" in some toolwindows (ex: "Project View" and "Local Changes").
Community
IntelliJ IDEA Open API and Plugin Development
QuickActionPopup
0 votes
Created
March 14, 2017 19:12
You can enable action in modal dialogs using "AnAction.setEnabledInModalContext(true)".
Community
IntelliJ IDEA Open API and Plugin Development
Global shortcut for actions (modal dialogs, popups, etc)
0 votes
Created
March 02, 2017 17:22
Yes. But this is a recent addition, so you need 171.2319+ build.Action id will be shown at the bottom of the popup.
Community
IntelliJ IDEA Open API and Plugin Development
A more customized GotoActionAction
0 votes
Created
March 02, 2017 11:13
Also, you can enable "show.configurables.ids.in.settings" Registry option. This will show action ID in Find Action / Keymap Settings on Shift press.
Community
IntelliJ IDEA Open API and Plugin Development
A more customized GotoActionAction
0 votes
Created
November 10, 2016 11:31
GitToolBox plugin might be related https://plugins.jetbrains.com/plugin/7499There are also an issue in bug tracker https://youtrack.jetbrains.com/issue/IDEA-151612You can take a look at Application...
Community
IntelliJ IDEA Open API and Plugin Development
Git push reminder
0 votes
Created
October 31, 2016 14:31
Yes, IDEA does not support exit codes when used as a merge tool. https://youtrack.jetbrains.com/issue/IDEA-137605You can add option, so that hg waited for confirmation. idea.check=prompt
Community
IntelliJ IDEA Users
Using IDEA as external merge tool in a mercurial graft OSX
0 votes
Created
October 19, 2016 08:52
I'm not sure, that it's possible.What do you need it for?
Community
IntelliJ IDEA Open API and Plugin Development
Get Instance of Toolwindow
0 votes
Created
October 18, 2016 10:25
>Local history have them all from the beginning.The Local History might clear history older than 5 days. Also, it tracks whole project state, that might not be related to the "user changes". 4ex: s...
Community
IntelliJ IDEA Open API and Plugin Development
How to find affected lines of code in every change in every files of the project?
0 votes
Created
September 23, 2016 16:08
As a wild guess - do you have "Carret Inspector" plugin enabled? It might destroy highlighting in editor.
Community
IntelliJ IDEA Users
Absolutely no syntax highlighting
0 votes
Created
September 14, 2016 10:50
You can highlight lines in Editor using RangeHighlighters: TextAttributes attributes = new TextAttributes();attributes.setBackgroundColor(<..>);RangeHighlighter highlighter = editor.getMarkupMode...
Community
IntelliJ IDEA Open API and Plugin Development
VCS and editor plugin
0 votes
«
First
‹
Previous
Next
›
Last
»