Tools__SearchDialog.st
changeset 16364 95c0134ba16f
parent 16353 ba08dd9f36ab
child 16369 1090224cc0db
child 16450 6cb2bfca401e
equal deleted inserted replaced
16363:29ee1ee25529 16364:95c0134ba16f
   443 
   443 
   444     (self addTextLabel:(resources string:'Search in:')) adjust:#left.
   444     (self addTextLabel:(resources string:'Search in:')) adjust:#left.
   445 
   445 
   446     whereRadioGroup := RadioButtonGroup new.
   446     whereRadioGroup := RadioButtonGroup new.
   447 
   447 
       
   448     self addCheckBoxForEverywhere.
   448     (selectedCategories notEmptyOrNil or:[ selectedClasses notEmptyOrNil ]) ifTrue:[
   449     (selectedCategories notEmptyOrNil or:[ selectedClasses notEmptyOrNil ]) ifTrue:[
   449         self addCheckBoxForEverywhere.
       
   450         "/        classMethodListView notNil ifTrue:[
   450         "/        classMethodListView notNil ifTrue:[
   451         "/            b := CheckBox label:(resources string:'Shown Methods').
   451         "/            b := CheckBox label:(resources string:'Shown Methods').
   452         "/            panel add:b. whereChannel add:b value:#currentMethodList.
   452         "/            panel add:b. whereChannel add:b value:#currentMethodList.
   453         "/            areas add:#currentMethodList.
   453         "/            areas add:#currentMethodList.
   454         "/            self makeTabable:b.
   454         "/            self makeTabable:b.