Brian McNamara
- 活动总数 63
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 15
-
创建于 Search for Java class referenced in specific xml files
已回答I'm still new to index/stubs so maybe this is super easy but I have not found the right methods to call. I have implemented a new test framework to run specific tests. The way these classes are d... -
创建于 Solutions for 'No matching licenses left on server'
已回答Hey all, We are running a large IDEA userbase internally with more than 1500 licenses for ultimate edition using a license server (Which I do not manage). Recently we have seen a large number of us... -
创建于 Pass along environment variables to existing Idea process
已回答Hey all! I have a plugin we are using internally that automates our build process. To kick it off, I pass in environment variables to the IntelliJ launch script and listen for those in the plugin... -
创建于 Find usages from source class in library
已回答Hey guys, I have a use case where I want to find usages of classes, methods, etc from a source java class that will be located in a library class. Ive seen other topics such as https://intellij-s... -
创建于 Reusing configuration directory
已回答Hey all, I'm curious if there could be any issues reusing the system and config path between releases? I have some code that manages to download and setup IntelliJ, Ive started to develop a plug... -
创建于 2017.3 trouble with code completion
已回答I along with multiple colleagues have been seeing issues after upgrading to 2017.3. We are seeing issues while trying to get code completion to popup. It seems to work for a little bit after upgrad... -
创建于 Issues with Build project
已回答For as long as Ive worked with our code base this has always been the case and recently I'm trying to see what I can do to fix the issue. For some reason, build>build project has never worked. It... -
创建于 Save settings failed after 2017.2 upgrade
已回答Hey guys! So the 2017.2 upgrade seems to have a bug that causes "Unable to save settings: Failed to save settings. Please restart IntelliJ IDEA". Ive heard multiple reports from engineers and hav... -
创建于 Intellij source - refactor VFS to use relitive path
Hey guys, We have a hack day idea that without getting into too much detail would need to refactor some of the VFS to use relative paths for files from the project root (Yes this may be a bad idea ... -
创建于 Overriding a provided plugin
Hey all, still new to plugin development so please correct me where needed. Anyway here is where I'm at: Our code base uses maven with some internal caveats to define dependencies. However there ar...