pharo-graphics / Spec-Toplo

Toplo backend for Spec (Pharo)
MIT License
0 stars 1 forks source link

Fix rewriter rules tool to correctly work #6

Open tinchodias opened 1 week ago

tinchodias commented 1 week ago

This Pharo tool doesn't use the application... the secondary windows are opened on the Morphic backend.

Try it with:

app := SpApplication new 
  useBackend: #Toplo;
  yourself.
(StRewriterRuleEditorPresenter newApplication: app) open