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
February 15, 2013 09:29
Actually it looks like PHPStorm mostly needs less memory than the virtual machine has allocated in the OS. You can try to reduce the Xmx value in idea.vmoptions (their location is described at http...
Community
PhpStorm
PHPStorm chowing memory
0 votes
Created
August 17, 2009 12:27
JavaPsiFacade#findClass().getContainingFile().getVirtualFile()
Community
IntelliJ IDEA Plugin Users
VirtualFile from class name
0 votes
Created
August 17, 2009 20:04
You may take the module output path from ModuleRootManager.getModuleExtension(CompilerModuleExtension) and find by a relative path there. But what do you need it for? The project may be not compile...
Community
IntelliJ IDEA Plugin Users
VirtualFile from class name
0 votes
Created
March 25, 2010 20:01
It seems that a wat to make hot swap work is to (manually) add to JAVA_OPTS "-javaagent:<path-to-gragent.jar-in-the-plugin>". Sorry for inconvenience. We'll try to figure out how to do this automat...
Community
IntelliJ IDEA Plugin Users
[ANN] Groovy HotSwap
0 votes
Created
January 11, 2013 17:55
I see almost no stacktrace. Could you please post the complete one?
Community
IntelliJ IDEA Plugin Users
MetricsReloaded no longer working
0 votes
Created
May 07, 2014 12:56
I'm not aware of such a plugin. You can quite easily write it yourself, if you like (ActionManager#addAnActionListener is the key word). There's Help | Productivity Guide which gives you informatio...
Community
IntelliJ IDEA Plugin Users
Any plugin do statistics on shortcut pressed?
0 votes
Created
July 08, 2015 14:53
Sorry for the late reply. For some reason, ActionManager.getAction returns null for your action id. The best way to find out why is to put a breakpoint in com.intellij.openapi.actionSystem.DefaultA...
Community
IntelliJ IDEA Plugin Users
Sails.js plugin
0 votes
Created
August 28, 2008 12:42
JavaTek wrote:Thanks for the help. I guess the AspectJ plugins are misleading but that explains why I get a red squiggly under the following: @Pointcut("call(* .(..)) && !within(ExceptionLogger...
Community
IntelliJ IDEA Plugin Users
AspectJ Supported in IntelliJ 7.0.x?
0 votes
Created
March 25, 2010 17:49
How is Tomcat run? Could you post the command line here?
Community
IntelliJ IDEA Plugin Users
[ANN] Groovy HotSwap
0 votes
Created
April 04, 2016 15:45
It's not easy. Did you check in the profiler what exactly is slow? Postponed reformatting is invoked at the end of a write action, so if it's the culprit, you can try wrapping all modifications int...
Community
IntelliJ IDEA Open API and Plugin Development
Bulk PSI modification
0 votes
«
First
‹
Previous
Next
›
Last
»