主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Peter Gromov
活动总数
2258
最后的活动
2023年05月09日 12:44
成员加入日期
2008年07月25日 18:59
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
739
活动概览
文章(0)
帖子(3)
评论(1516)
按最近的活动排序
最近的活动
投票数
创建于
2016年05月18日 10:21
It depends on the specific actions.
社区
IntelliJ IDEA Open API and Plugin Development
Revert in intellij
0 票
创建于
2016年05月20日 05:40
正式评论
Please use TemplateManager#startTemplate
社区
IntelliJ IDEA Open API and Plugin Development
Invoking a Live Template programmatically
0 票
创建于
2016年02月25日 05:06
The only thing that comes to mind is Goto Symbol "setCompilerOutput". We can mention it in documentation somewhere, but I've no idea where. CompilerProjectExtension is java-specific and ProjectRoot...
社区
IntelliJ IDEA Open API and Plugin Development
How can I modify the project compiler output directory of a project?
0 票
创建于
2016年03月07日 18:00
Did you call pushers which should've resulted in FileContentUtilCore.reparseFiles being called for your files?
社区
IntelliJ IDEA Open API and Plugin Development
Python-like selectable templating laguages
0 票
创建于
2016年01月18日 10:48
The popup is ChooseByNamePopup, and it requires a lot of things to set up, including ChooseByNameModel which provides the items. For examples, please see GotoActionBase#showNavigationPopup and its ...
社区
IntelliJ IDEA Open API and Plugin Development
How to make a "navigate > symbol" like dialog
0 票
创建于
2016年02月02日 09:52
正式评论
You can get the corresponding menu action group from ActionManager and invoke DefaultActionGroup.remove(action) on it.
社区
IntelliJ IDEA Open API and Plugin Development
How can I customize the context/menu bar programmatically?
0 票
创建于
2016年02月02日 10:10
正式评论
Answered at https://intellij-support.jetbrains.com/hc/en-us/community/posts/206380899-How-to-make-a-navigate-symbol-like-dialog
社区
IntelliJ IDEA Open API and Plugin Development
How to make a "navigate > symbol" like dialog
0 票
创建于
2013年04月29日 12:29
Someone seems to call com.intellij.codeInsight.completion.CompletionResultSet#stopHere, there are plenty of PHP completion contributors doing so. Please try adding order="first" to your completion ...
社区
IntelliJ IDEA Open API and Plugin Development
Autocomplete for "class " doesn't work in PHPStorm when I change dependencies
0 票
创建于
2008年08月12日 13:08
Kurt Christensen wrote:OK, I lied. Any suggestions?? Please help! I've lost syntax highlighting, structure view, etc.Thanks for any help,Kurt ChristensenTo start with, which of these extensions get...
社区
IntelliJ IDEA Open API and Plugin Development
Migrating Language stuff for v8
0 票
创建于
2016年04月06日 15:43
It should work without doing anything special, as long as declaration and reference name are identical and word scanner returns this name as a token. If this is all true, you can try debugging in c...
社区
IntelliJ IDEA Open API and Plugin Development
FindUsages in MultiPsiTree files
0 票
«
第一页
‹
上一页
下一页
›
最后
»