Any desire to have/adapt ClyBrowserMorph>>#confirmDiscardChanges to be a little more informative?
Right now with Calypso I often have so many windows open with multiple tabs that when it asks me if I want to discard changes I have a hard time seeing or remembering what its even talking about. Would it be hard to change it from a simple confirmation to a diff viewer of some kind with DiffMorph? I'd be particularly interested in seeing diffs between the pre-edited version and current. If that were a thing that were developed would it be integrated or not? Thanks
Paul DeBruicker wrote
Right now with Calypso... I have a hard time seeing or remembering what its even talking about.
Me too. Paul DeBruicker wrote
I'd be particularly interested in seeing diffs between the pre-edited version and current.
That would be super cool! ----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
On March 28, 2019 7:24:25 PM PDT, "Sean P. DeNigris" <sean@clipperadams.com> wrote:
Paul DeBruicker wrote
Right now with Calypso... I have a hard time seeing or remembering what its even talking about.
Me too.
One of the things I most love about Smalltalk is the ability to get our hands on the real objects. And perhaps my greatest frustration is that the implementations make that harder to do. Ideally, every UI would have a "what are you talking about" mechanism that would let us move past the high-level (and inherently limiting) GUI and get our hands on the underlying model.
Paul DeBruicker wrote
I'd be particularly interested in seeing diffs between the pre-edited version and current.
That would be super cool!
----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
participants (3)
-
PAUL DEBRUICKER -
Richard Sargent -
Sean P. DeNigris