[Cuis-dev] Improvement: Italic abstract classes and methods in Browser

Ernesto Ittig e.ittig at gmail.com
Wed Dec 3 12:26:22 PST 2025


On Wed Dec 3, 2025 at 6:05 AM -03, Luciano Notarfrancesco wrote:
> BTW, there’s some inconsistency in the Browser that shows up when deleting
> a class while a message category is selected. Browser>>messageList ends uo
> sending compiledMethodAt: to nil (selectedClass is nil, but
> unstyledMessageList still answers the messages of the deleted class).

I think I was able to reproduce this issue. It should be easy to fix by
checking that selectedClass is not nil. I will send a new version later
with some improvements.

Curiously, I found a completely unrelated issue with the browser while
trying to reproduce this. If you click on one of those methods that
remains after the class that the browser had selected is deleted, an
exception is raised! To be clear, this is unrelated to my change set.
I'll leave it as future work for anyone interested.


More information about the Cuis-dev mailing list