Hi Simon. Can you open a bug ticket please?
Lukas, it seems very easy to fix. If you want you can commit this change:
OBSelectorNode >> methods
��� methods ifNil:
��� ��� ��� [methods := SystemNavigation default allMethodsSelect:
��� ��� ��� ��� ��� ��� ��� [:m |
��� ��� ��� ��� ��� ��� ��� m hasLiteralSuchThat:
��� ��� ��� ��� ��� ��� ��� ��� ��� [:lit |
��� ��� ��� ��� ��� ��� ��� ��� ��� lit isString and:
��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� [lit isSymbol not
��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� and: [lit includesSubstring: selector string caseSensitive: false]]]]].
��� ^ methods collect: [:m | OBMethodNode on: m]
In 1.1 RC4 (and before), when opening the contextual menu in the source pane, there is an option for 'method containing' among the search actions.
It's not clear what is is supposed to do. Is it the OB implementation of the 'method strings with it' action, which is also available?
Anyway, it is broken as it raises a DNU #allMethodsNoDoitsSelect:
--
�Simon
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project