SmallSense__JavaEditSupport.st
changeset 278 696843cd1f9d
parent 252 feba6ee5c814
child 279 1dcaf8e06968
--- a/SmallSense__JavaEditSupport.st	Mon Aug 11 21:30:19 2014 +0100
+++ b/SmallSense__JavaEditSupport.st	Wed Aug 13 10:28:35 2014 +0100
@@ -69,13 +69,13 @@
     "Returns a code completion engine class or nil, of 
      no completion is supported"
 
-"/    OperatingSystem getLoginName = 'jv' ifTrue:[
-"/        ^ SmallSense::JavaCompletionEngine
-"/    ].
+    OperatingSystem getLoginName = 'jv' ifTrue:[
+        ^ SmallSense::JavaCompletionEngine
+    ].
     ^ SmallSense::JavaCompletionEngineSimple
 
     "Created: / 03-10-2013 / 17:45:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 20-10-2013 / 02:53:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 12-08-2014 / 10:53:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 scannerClass