String[] propFiles = {
System.getProperty(PROPERTIES_FILE),
getUserPropertiesPath(),
+ getUserHome() + "/idea.properties",
getHomePath() + "/bin/idea.properties",
getHomePath() + "/community/bin/idea.properties"};
return platformPath(PATHS_SELECTOR, "Library/Preferences", /*"APPDATA", "XDG_CONFIG_HOME", ".config",*/ "") + "/idea.properties";
}
else {
- return getUserHome() + "/idea.properties";
+ return null;
}
}