主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2017年03月16日 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").
社区
IntelliJ IDEA Open API and Plugin Development
QuickActionPopup
0 票
创建于
2017年03月14日 19:12
You can enable action in modal dialogs using "AnAction.setEnabledInModalContext(true)".
社区
IntelliJ IDEA Open API and Plugin Development
Global shortcut for actions (modal dialogs, popups, etc)
0 票
创建于
2017年03月02日 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.
社区
IntelliJ IDEA Open API and Plugin Development
A more customized GotoActionAction
0 票
创建于
2017年03月02日 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.
社区
IntelliJ IDEA Open API and Plugin Development
A more customized GotoActionAction
0 票
创建于
2016年11月10日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Git push reminder
0 票
创建于
2016年10月31日 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
社区
IntelliJ IDEA Users
Using IDEA as external merge tool in a mercurial graft OSX
0 票
创建于
2016年10月19日 08:52
I'm not sure, that it's possible.What do you need it for?
社区
IntelliJ IDEA Open API and Plugin Development
Get Instance of Toolwindow
0 票
创建于
2016年10月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to find affected lines of code in every change in every files of the project?
0 票
创建于
2016年09月23日 16:08
As a wild guess - do you have "Carret Inspector" plugin enabled? It might destroy highlighting in editor.
社区
IntelliJ IDEA Users
Absolutely no syntax highlighting
0 票
创建于
2016年09月14日 10:50
You can highlight lines in Editor using RangeHighlighters: TextAttributes attributes = new TextAttributes();attributes.setBackgroundColor(<..>);RangeHighlighter highlighter = editor.getMarkupMode...
社区
IntelliJ IDEA Open API and Plugin Development
VCS and editor plugin
0 票
«
第一页
‹
上一页
下一页
›
最后
»