Index: arch.xml =================================================================== RCS file: /cvs/projects/queries/arch.xml,v retrieving revision 1.10 diff -u -r1.10 arch.xml --- arch.xml 15 Aug 2006 15:21:28 -0000 1.10 +++ arch.xml 12 Feb 2007 14:56:04 -0000 @@ -22,7 +22,7 @@ ]> @@ -190,7 +190,8 @@ -->

- The module uses no persistent settings. + The module uses NbPreferences to store the default project encoding. When there is no + default project encoding stored it falls back to UTF-8.

@@ -239,7 +240,7 @@

- Uses the NetBeans Filesystems and Lookup APIs. + Uses the NetBeans Filesystems, Lookup and Preferences APIs.

@@ -927,5 +928,106 @@

+ + + + + + + + + + + + + +

+ Addition of a new API. +

+
+ + + + + +

+ No. +

+
+ + + + + +

+ The module internally uses NbPreferences to store the default value of encoding of a new project. + Clients should not access this preferences directly using preferences API but they should use + the FileEncodingQuery methods. +

+ + + + + + + + + + + + + + + + +
keydescriptionreadwrite
default-encodingDefault encoding which should be used for new projectxx
+
+