SmallSense__SmalltalkEditSupport.st
changeset 110 5ee9a90dbed5
parent 108 71471dc81e77
child 117 441529422c2f
--- a/SmallSense__SmalltalkEditSupport.st	Sat Sep 28 01:41:35 2013 +0100
+++ b/SmallSense__SmalltalkEditSupport.st	Mon Sep 30 14:19:24 2013 +0100
@@ -28,11 +28,12 @@
     textView undoableDo:[
         textView insertStringAtCursor: (openText ? '') , Character cr , Character cr, closeText , Character cr.
         line := textView cursorLine - 1.
-        col := textView cursorCol  + 3.
+        col := textView cursorCol  + 2.
         textView cursorLine: line col: col.
     ].
 
     "Created: / 25-07-2013 / 10:41:50 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 30-09-2013 / 11:42:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !SmalltalkEditSupport methodsFor:'event handling'!