Pass programming language when asking DWIM to complete code
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 18 Sep 2013 15:26:23 +0200
changeset 13562 56d3659b75a0
parent 13561 14ca499f0ca4
child 13563 01e458f0958f
Pass programming language when asking DWIM to complete code
DebugView.st
--- 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 $'
 ! !