Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Peter Gromov
Total activity
2258
Last activity
May 09, 2023 12:44
Member since
July 25, 2008 18:59
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
739
Activity overview
Articles (0)
Posts (3)
Comments (1516)
Sort by recent activity
Recent activity
Votes
Created
May 18, 2016 10:21
It depends on the specific actions.
Community
IntelliJ IDEA Open API and Plugin Development
Revert in intellij
0 votes
Created
May 20, 2016 05:40
Official comment
Please use TemplateManager#startTemplate
Community
IntelliJ IDEA Open API and Plugin Development
Invoking a Live Template programmatically
0 votes
Created
February 25, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
How can I modify the project compiler output directory of a project?
0 votes
Created
March 07, 2016 18:00
Did you call pushers which should've resulted in FileContentUtilCore.reparseFiles being called for your files?
Community
IntelliJ IDEA Open API and Plugin Development
Python-like selectable templating laguages
0 votes
Created
January 18, 2016 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to make a "navigate > symbol" like dialog
0 votes
Created
February 02, 2016 09:52
Official comment
You can get the corresponding menu action group from ActionManager and invoke DefaultActionGroup.remove(action) on it.
Community
IntelliJ IDEA Open API and Plugin Development
How can I customize the context/menu bar programmatically?
0 votes
Created
February 02, 2016 10:10
Official comment
Answered at https://intellij-support.jetbrains.com/hc/en-us/community/posts/206380899-How-to-make-a-navigate-symbol-like-dialog
Community
IntelliJ IDEA Open API and Plugin Development
How to make a "navigate > symbol" like dialog
0 votes
Created
April 29, 2013 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Autocomplete for "class " doesn't work in PHPStorm when I change dependencies
0 votes
Created
August 12, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Migrating Language stuff for v8
0 votes
Created
April 06, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
FindUsages in MultiPsiTree files
0 votes
«
First
‹
Previous
Next
›
Last
»