Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Brian McNamara
Total activity
63
Last activity
February 11, 2020 17:47
Member since
February 16, 2016 17:52
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
15
Activity overview
Posts (14)
Comments (31)
Sort by recent activity
Recent activity
Votes
Created
February 11, 2020 17:47
Thanks Yann for all the help! This weekend I implemented the XML DOM API which made making the index so much easier! I created an index mapping all the classes which did improve lookup times quit...
Community
IntelliJ IDEA Open API and Plugin Development
Search for Java class referenced in specific xml files
0 votes
Created
January 31, 2020 19:24
Hey Yann, Thanks for the pointer, I have not created a DOM API, that's a good idea to extend the plugin. Here is a generic view of the test file <tests> <import file="../directory/some-other-...
Community
IntelliJ IDEA Open API and Plugin Development
Search for Java class referenced in specific xml files
0 votes
Created
January 23, 2020 01:29
Well I'm sure there is a better way. I am currently searching for references (using PsiSearchHelper.processUsagesInNonJavaFiles) in all .xml files. From there, I am recursively calling PsiSearchHel...
Community
IntelliJ IDEA Open API and Plugin Development
Search for Java class referenced in specific xml files
0 votes
Created
July 02, 2019 21:46
That is fair, currently its an optional plugin, but maybe I should just install it when the tooling downloads and installs intellij and assume its available. I have though about ways to distribut...
Community
IntelliJ IDEA Open API and Plugin Development
Pass along environment variables to existing Idea process
0 votes
Created
July 01, 2019 15:57
Yes, I was thinking about that too, but if the plugin is not installed, IntelliJ treats the command as a project which eventually errors out later on.
Community
IntelliJ IDEA Open API and Plugin Development
Pass along environment variables to existing Idea process
0 votes
Created
June 28, 2019 17:51
Oh for sure, changing the environment on the existing process would be a real bad idea. But passing along the environment and having a project level component hold onto that would be safer. That be...
Community
IntelliJ IDEA Open API and Plugin Development
Pass along environment variables to existing Idea process
0 votes
Edited
June 28, 2019 00:38
Just an idea: https://github.com/JetBrains/intellij-community/compare/master...brian-mcnamara:env (pardon the mess, threw it together to see how it would work) Pass through the environment from the...
Community
IntelliJ IDEA Open API and Plugin Development
Pass along environment variables to existing Idea process
0 votes
Created
February 05, 2019 00:25
Just to close the loop... I had to very hackilly swap code out. I pretty much had to override CoreResolveManagerImpl to substitute ModuleWithDependentScope with my own implementation that allowed m...
Community
IntelliJ IDEA Users
Find usages from source class in library
0 votes
Created
January 15, 2019 07:13
Thanks Audrey for taking a look. I realize the usecase is out of the scope of IntelliJ. I was hoping to learn more about what it would take for a plugin to index these libraries that are out of sco...
Community
IntelliJ IDEA Users
Find usages from source class in library
0 votes
Created
January 14, 2019 17:02
Andrey, I have placed the repo here: https://github.com/brian-mcnamara/intellijsearchtest - see read me for instructions I was still doing a search for ClassA which is referenced in the source jar ...
Community
IntelliJ IDEA Users
Find usages from source class in library
0 votes
Next
›
Last
»