Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dmitry Kandalov
Total activity
25
Last activity
November 27, 2020 08:21
Member since
May 26, 2010 14:56
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
7
Activity overview
Posts (6)
Comments (12)
Sort by recent activity
Recent activity
Votes
Edited
February 06, 2017 12:37
From what I've seen in IJ source code "runActivity" is invoked per project and not exactly what I wanted.
Community
IntelliJ IDEA Open API and Plugin Development
How to determine when IDE has started (including all plugins)?
0 votes
Edited
January 03, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Adding new InspectionProfileEntry to InspectionProfile
0 votes
Created
January 03, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Adding new InspectionProfileEntry to InspectionProfile
0 votes
Created
May 26, 2010 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 ...
Community
IntelliJ IDEA Users
How to use structural search to find log.error() within method hierarchy?
0 votes
Created
May 26, 2010 19:23
If you mean Scope dropdown box in "Structural Search" dialog, I can't see any templates in there.
Community
IntelliJ IDEA Users
How to use structural search to find log.error() within method hierarchy?
0 votes
Created
May 27, 2010 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.)
Community
IntelliJ IDEA Users
How to use structural search to find log.error() within method hierarchy?
0 votes
Created
March 22, 2013 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...
Community
IntelliJ IDEA Users
More flexible customizable templating
0 votes
Created
November 12, 2013 10:17
Does it make sense to put IntelliJ "system" folder on RAM disk?
Community
IntelliJ IDEA Users
Running test in already compiled project takes ~3 seconds
0 votes
Created
May 28, 2010 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...
Community
IntelliJ IDEA Users
How to use structural search to find log.error() within method hierarchy?
0 votes
Created
December 26, 2014 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 */ ...
Community
IntelliJ IDEA Users
Java script resolution of function calls
0 votes
«
First
‹
Previous