主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dmitry Kandalov
活动总数
25
最后的活动
2020年11月27日 08:21
成员加入日期
2010年05月26日 14:56
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
7
活动概览
帖子(6)
评论(12)
按最近的活动排序
最近的活动
投票数
已编辑于
2017年02月06日 12:37
From what I've seen in IJ source code "runActivity" is invoked per project and not exactly what I wanted.
社区
IntelliJ IDEA Open API and Plugin Development
How to determine when IDE has started (including all plugins)?
0 票
已编辑于
2017年01月03日 15:01
Ok, thank you. I was hoping it might be not that difficult to make inspections reloadable at runtime, e.g. com.intellij.codeInspection.ex.InspectionProfileImpl looks like it almost supports it. Yes...
社区
IntelliJ IDEA Open API and Plugin Development
Adding new InspectionProfileEntry to InspectionProfile
0 票
创建于
2017年01月03日 14:06
Hello Anna, The main motivation is this plugin https://github.com/dkandalov/live-plugin which is about writing plugin code at runtime. So inspection configuration and enabling/disabling is supposed...
社区
IntelliJ IDEA Open API and Plugin Development
Adding new InspectionProfileEntry to InspectionProfile
0 票
创建于
2010年05月26日 18:31
How can I do it?I tried the following: - saved template which finds all calculate() methods. Created second template to find log.error(). For the second template in "Edit Variables - Comlete Match ...
社区
IntelliJ IDEA Users
How to use structural search to find log.error() within method hierarchy?
0 票
创建于
2010年05月26日 19:23
If you mean Scope dropdown box in "Structural Search" dialog, I can't see any templates in there.
社区
IntelliJ IDEA Users
How to use structural search to find log.error() within method hierarchy?
0 票
创建于
2010年05月27日 11:47
Thanks a lot.This is a bit offtopic but is there a way to do it with single search? May be with groovy script constraints?(Initially I wanted to put search template into Structural Search Inspection.)
社区
IntelliJ IDEA Users
How to use structural search to find log.error() within method hierarchy?
0 票
创建于
2013年03月22日 17:52
Hi Michael,Just noticed your question.I looked at how live templates are implemented and it seems that they are not designed for Hayaku-like behaviour.It's possible to do it in intellijeval e.g. li...
社区
IntelliJ IDEA Users
More flexible customizable templating
0 票
创建于
2013年11月12日 10:17
Does it make sense to put IntelliJ "system" folder on RAM disk?
社区
IntelliJ IDEA Users
Running test in already compiled project takes ~3 seconds
0 票
创建于
2010年05月28日 12:07
In case someone tries the above script, x.manager.findClass("my.class.qName") didn't work in IDEA 9.0.2.Replaced it withjpf = com.intellij.psi.JavaPsiFacade.getInstance(x.project);aClass = jpf.find...
社区
IntelliJ IDEA Users
How to use structural search to find log.error() within method hierarchy?
0 票
创建于
2014年12月26日 12:45
Thank you. This does help with resolution from function invocation.However, the function call is still not searchable from its declaration: var lib3 = function(context) { /** @name hello3 */ ...
社区
IntelliJ IDEA Users
Java script resolution of function calls
0 票
«
第一页
‹
上一页