dolphinsmalltalk / Dolphin

Dolphin Smalltalk Core Image
MIT License
294 stars 58 forks source link

Implement command query annotations in View, Shell, and TextEdit hierarchy #1203

Closed blairmcg closed 7 months ago

blairmcg commented 7 months ago

Add the annotation-based declarative association of command query handlers with commands to View (basically a copy of the Presenter implementation), and test it out by replacing all the queryCommand: methods in the TextEdit hierarchy, including ScintillaView.

Wrap up some loose ends in UnitTestPlugin missed in previous pass over browser