Brian McNamara
- Total activity 63
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 15
-
Created Reusing configuration directory
AnsweredHey 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... -
Created 2017.3 trouble with code completion
AnsweredI 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... -
Created Issues with Build project
AnsweredFor 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... -
Created Save settings failed after 2017.2 upgrade
AnsweredHey 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... -
Created 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 ... -
Created 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... -
Created Crashing occasionally when connecting to remote debugger
AnsweredIve been seeing Intellij crash almost 50% of the times I connect to a remote debugger. I also just had it crash when I tried to execute a maven compile task. My vmoptions are as follows: -Xms2000m... -
Created Opening Intellij with nohup causes issue with auto-save
AnsweredI have a bash script to pass in environment variables and launch intellij using nohup. However this is causing a very weird behavior with auto-save. Now instead of saving on frame deactivation or 1... -
Created VCS resets to git after syncing
AnsweredBeen trying to figure out what would cause this but im seeing an issue when Syncing to the head of the branch using perforce. Currently my vcs.xml looks like <?xml version="1.0" encoding="UTF-8"?... -
Created Programmatically download latest version
AnsweredHey all, Im trying to create a script to download the latest version of Intellij and do some setup to make onboarding a bit easier. However I have yet to figure out how to fetch the latest versio...