UserPreferences.st
branchjv
changeset 19945 9c7cd0ca7991
parent 19863 513bd7237fe7
parent 19918 49dd92f59382
child 19967 9b1443c2aab1
--- a/UserPreferences.st	Tue May 31 10:23:18 2016 +0100
+++ b/UserPreferences.st	Wed Jun 01 14:11:19 2016 +0100
@@ -163,6 +163,12 @@
     CurrentPreferences := nil
 !
 
+setCurrent:preferencesInstance
+    "sets the CurrentPreferences to preferencesInstance"
+
+    CurrentPreferences := preferencesInstance
+!
+
 syntaxColorKeys
     "returns the keys of syntax color items"