Error when trying to add an inspector to the browser #85

Closed
opened 2026-04-15 15:51:53 +02:00 by ClotildeToullec · 0 comments

To reproduce: a class is opened in the browser.

When trying to add an inspector to the browser (using ⬇️), I get an Oups NULL because the presenter DNU #specModel here:

findEditorContaining: aViewModel

	^ self editors detect: [ :each | each presenter specModel = aViewModel ] ifNone: [ nil ]

The presenter is a PulsarClassEditor.

Ah, same error when trying to browse a class from the spotter.

After this happened once and the debugger has been closed, there is no more errors but nothing can be opened in the browser. Not via the spotter, not via the Project tab. Nothing happens when trying.

To reproduce: a class is opened in the browser. When trying to add an inspector to the browser (using ⬇️), I get an Oups NULL because the presenter DNU `#specModel` here: ```smalltalk findEditorContaining: aViewModel ^ self editors detect: [ :each | each presenter specModel = aViewModel ] ifNone: [ nil ] ``` The presenter is a `PulsarClassEditor`. Ah, same error when trying to browse a class from the spotter. After this happened once and the debugger has been closed, there is no more errors but nothing can be opened in the browser. Not via the spotter, not via the Project tab. Nothing happens when trying.
Sign in to join this conversation.
No description provided.