主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Brian McNamara
活动总数
63
最后的活动
2020年02月11日 17:47
成员加入日期
2016年02月16日 17:52
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
15
活动概览
帖子(14)
评论(31)
按最近的活动排序
最近的活动
投票数
创建于
2020年02月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Search for Java class referenced in specific xml files
0 票
创建于
2020年01月31日 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-...
社区
IntelliJ IDEA Open API and Plugin Development
Search for Java class referenced in specific xml files
0 票
创建于
2020年01月23日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Search for Java class referenced in specific xml files
0 票
创建于
2019年07月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Pass along environment variables to existing Idea process
0 票
创建于
2019年07月01日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Pass along environment variables to existing Idea process
0 票
创建于
2019年06月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Pass along environment variables to existing Idea process
0 票
已编辑于
2019年06月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Pass along environment variables to existing Idea process
0 票
创建于
2019年02月05日 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...
社区
IntelliJ IDEA Users
Find usages from source class in library
0 票
创建于
2019年01月15日 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...
社区
IntelliJ IDEA Users
Find usages from source class in library
0 票
创建于
2019年01月14日 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 ...
社区
IntelliJ IDEA Users
Find usages from source class in library
0 票
«
第一页
‹
上一页
下一页
›
最后
»