DebugView.st
changeset 13562 56d3659b75a0
parent 13553 728eae2b6327
child 13589 92a1d2b4e1db
child 13613 066908b0c801
--- a/DebugView.st	Wed Sep 18 15:24:31 2013 +0200
+++ b/DebugView.st	Wed Sep 18 15:26:23 2013 +0200
@@ -8047,8 +8047,10 @@
     UserInformation handle:[:ex |
         ex proceed.
     ] do:[
-        DoWhatIMeanSupport codeCompletionForClass:cls context:selectedContext codeView:codeView.
-    ].
+        DoWhatIMeanSupport codeCompletionForLanguage: cls programmingLanguage class:cls context:selectedContext codeView:codeView.
+    ].
+
+    "Modified: / 18-09-2013 / 14:20:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 confirm:aString
@@ -9018,15 +9020,15 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.637 2013-09-15 12:43:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.638 2013-09-18 13:26:23 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.637 2013-09-15 12:43:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.638 2013-09-18 13:26:23 vrany Exp $'
 !
 
 version_SVN
-    ^ '$Id: DebugView.st,v 1.637 2013-09-15 12:43:20 cg Exp $'
+    ^ '$Id: DebugView.st,v 1.638 2013-09-18 13:26:23 vrany Exp $'
 ! !