#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 30 May 2016 09:41:17 +0200
changeset 5119 6eff280b7458
parent 5118 69c5afaa4ddd
child 5120 49a18159cec7
child 5121 11597fc6ce50
#OTHER by cg class: DoWhatIMeanSupport changed: #codeCompletionForVariable:into:
DoWhatIMeanSupport.st
--- a/DoWhatIMeanSupport.st	Mon May 30 09:32:59 2016 +0200
+++ b/DoWhatIMeanSupport.st	Mon May 30 09:41:17 2016 +0200
@@ -3593,7 +3593,6 @@
                         "/ Parser findBest:30 selectorsFor:'isLite' in:nil forCompletion:true
 
                         (val isLiteral and:[ (printString := val printString) size < 15 ]) ifTrue:[
-printString = 'nil' ifTrue:[self halt].
                             eachName,' (= ',printString allItalic,' )'
                         ] ifFalse:[
                             eachName,' (= ',val classNameWithArticle allItalic,' )'