SmallSense__SmalltalkEditSupport.st
changeset 458 de41bf2025c0
parent 446 59afe5adfbf7
child 1072 a44c741ee5ef
--- a/SmallSense__SmalltalkEditSupport.st	Sat May 02 23:00:27 2015 +0200
+++ b/SmallSense__SmalltalkEditSupport.st	Mon May 04 00:18:45 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
 Copyright (C) 2013-2015 Jan Vrany
@@ -316,6 +314,7 @@
         ].
     ].
 
+    UserPreferences current smallSenseElectricEditSupportEnabled ifFalse:[ ^ false ]. 
 
     key == $^ ifTrue:[
         ^ self keyPressReturnToken
@@ -343,7 +342,7 @@
     ^ false.
 
     "Created: / 07-03-2010 / 09:36:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 03-03-2015 / 17:05:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (format): / 04-05-2015 / 00:05:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 keyPressDoubleColon