Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Scott McKinney
Total activity
97
Last activity
November 27, 2017 04:40
Member since
August 02, 2010 20:15
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
27
Activity overview
Posts (26)
Comments (43)
Sort by recent activity
Recent activity
Votes
Created
November 19, 2012 21:10
In our case since our language adheres to standard Java Psi tree structure (PsiClass etc.) the JavaCodeBlockModificationListener is standing in for us.I'm not sure this helps us because we *do* wan...
Community
IntelliJ IDEA Open API and Plugin Development
Supress changes in Structure view?
0 votes
Created
November 15, 2012 20:16
Ok. Thanks for the quick reply Dmitry.
Community
IntelliJ IDEA Open API and Plugin Development
Best way to force PsiFile to reparse contents?
0 votes
Created
April 04, 2012 18:06
Gotcha._http://youtrack.jetbrains.com/issue/IDEA-84093When can I expect the change? Thanks.
Community
IntelliJ IDEA Open API and Plugin Development
Extend Java Psi parsing with new methods and new types?
0 votes
Created
April 03, 2012 21:17
Thanks, Dmitry. I'm experimenting with PsiAugmentProvider. So far no luck. Say I have some code in a Java class like so:public class MyClass {public void foo() {String hello = "hello";hello.myMe...
Community
IntelliJ IDEA Open API and Plugin Development
Extend Java Psi parsing with new methods and new types?
0 votes
Created
March 30, 2012 22:29
Thanks again, but what I'm after is a way to avoid creating another line of communication; I don't want to burden the user with having to provide more information such as a port on a socket or what...
Community
IntelliJ IDEA Open API and Plugin Development
Debugger: Some way to notify target process using JDI?
0 votes
Created
February 10, 2012 23:32
Thanks again for your reply. What I need is a way for my IJ plugin to talk to the remote process somehow using JDI if possible. Our compiler in IJ needs to notify the target process of type chang...
Community
IntelliJ IDEA Open API and Plugin Development
Debugger: Some way to notify target process using JDI?
0 votes
Created
February 09, 2012 16:16
Thanks for the quick response Eugene.The real goal is indeed to redefine classes, however the bytecode for the classes must be compiled within the target process, so our plugin can't use the conven...
Community
IntelliJ IDEA Open API and Plugin Development
Debugger: Some way to notify target process using JDI?
0 votes
Created
August 09, 2011 01:14
Btw, I went ahead and implemented a ImplicitUsageProvider extension and all seems ok. As always thanks for your help!
Community
IntelliJ IDEA Open API and Plugin Development
Unwanted PostHighlightingPass, how to disable unused reference checking?
0 votes
Created
August 08, 2011 21:32
Thanks, Dmitry. The PsiClass and related API seems to require PsiIdentifier e.g., PsiIdentifier getNameIdentifier(). The bottom line is we get immediate benefit from implementing PsiClass and app...
Community
IntelliJ IDEA Open API and Plugin Development
Unwanted PostHighlightingPass, how to disable unused reference checking?
0 votes
Created
August 08, 2011 19:10
Thanks Dmitry. Unfortunately (or fortunately, however you look at it) we are leveraging some builtin features we get for free by implementing PsiClass etc. so we are stuck with PsiIdentifier and f...
Community
IntelliJ IDEA Open API and Plugin Development
Unwanted PostHighlightingPass, how to disable unused reference checking?
0 votes
«
First
‹
Previous
Next
›
Last
»