[squeak-dev] [Question] How do I use the OmniBrowser?

Randal L. Schwartz merlyn at stonehenge.com
Thu Sep 25 14:51:46 UTC 2008


>>>>> "David" == David Röthlisberger <squeak at webcitas.ch> writes:

>> hh2 at lexdb> In particular: the red flag means that there is a 'self halt' in the method.
>> Sadly, it's also true when there's a "break" message sent to anything.
>> Which means some of my seaside methods that want a <br> get flagged,
>> because they have "html break".

David> yeah, this is bad, but unfortunately there is no easy way to avoid that,
David> except excluding #break from the list of "dangerous" senders. But this doesn't
David> really make sense as it is as important to know if a method sends #break or
David> #halt.

Maybe the seaside folks can add a new method for #br and deprecate
#break or something in 2.9.


-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion



More information about the Squeak-dev mailing list