Hello,

Rushing before 4.0 release I want to remind you about problem with  
userPreferencesDir function which:

1) XXE is storing it's configuration in FileUtil.homeDir().getPath() +  
"\\Application Data\\" which leads to create additional "Application  
Data" folder on non-English systems where this folder name can be  
localized so named differently. userPreferencesDir DoxyGen docu  
properly describes the function suppose to store the preferences in  
%APPDATA%\XMLmind\XMLEditor, but it does not do as described. So it  
would be proper for XXE to first check "APPDATA" environment variable,  
and maybe fall back to current behavior only if it is undefined.

2) Native (including Java) Mac OS X applications are suppose to store  
it's internal configuration files in ~/Library/Application Support/ 
ProductName folder, while XXE stores it's data in .xxe which is  
expected behavior only for generic (command line) Unix applications.

Regards,
-- 
Adam Strzelecki


Reply via email to