[BUG] Incorrect highlighting when showing method references

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[BUG] Incorrect highlighting when showing method references

Yar Hwee Boon-2
Hi all

If you file in the following and search for references of the selector  
#with:something and you should see that Array>>method1 is shown. However,  
if you click on method1, the "with:" part of #with:somethingElse: is  
highlighted instead of #with:something:.

===================================
!Array class methodsFor!

method1
        Array with: 1 somethingElse: 1.
        Array with: 1 something: 1! !
!Array class categoriesFor: #method1!public! !
===================================


Thanks.

--
Regards
Hwee Boon
MotionObj