主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2013年02月15日 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...
社区
PhpStorm
PHPStorm chowing memory
0 票
创建于
2009年08月17日 12:27
JavaPsiFacade#findClass().getContainingFile().getVirtualFile()
社区
IntelliJ IDEA Plugin Users
VirtualFile from class name
0 票
创建于
2009年08月17日 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...
社区
IntelliJ IDEA Plugin Users
VirtualFile from class name
0 票
创建于
2010年03月25日 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...
社区
IntelliJ IDEA Plugin Users
[ANN] Groovy HotSwap
0 票
创建于
2013年01月11日 17:55
I see almost no stacktrace. Could you please post the complete one?
社区
IntelliJ IDEA Plugin Users
MetricsReloaded no longer working
0 票
创建于
2014年05月07日 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...
社区
IntelliJ IDEA Plugin Users
Any plugin do statistics on shortcut pressed?
0 票
创建于
2015年07月08日 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...
社区
IntelliJ IDEA Plugin Users
Sails.js plugin
0 票
创建于
2008年08月28日 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...
社区
IntelliJ IDEA Plugin Users
AspectJ Supported in IntelliJ 7.0.x?
0 票
创建于
2010年03月25日 17:49
How is Tomcat run? Could you post the command line here?
社区
IntelliJ IDEA Plugin Users
[ANN] Groovy HotSwap
0 票
创建于
2016年04月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Bulk PSI modification
0 票
«
第一页
‹
上一页
下一页
›
最后
»