[crosspost stackexchange] Multi undo

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[crosspost stackexchange] Multi undo

Tobias Pape
Hi,


As I am also interested in the answer: how to multi-undo in Squeak?

http://stackoverflow.com/questions/25769451/how-to-undo-1-in-squeak


Best
        -Tobias

Reply | Threaded
Open this post in threaded view
|

Re: [crosspost stackexchange] Multi undo

Nicolas Cellier
There is a Preferences... that has no sender.
So it seems like it have been dropped

2014-09-10 18:59 GMT+02:00 Tobias Pape <[hidden email]>:
Hi,


As I am also interested in the answer: how to multi-undo in Squeak?

http://stackoverflow.com/questions/25769451/how-to-undo-1-in-squeak


Best
        -Tobias




Reply | Threaded
Open this post in threaded view
|

Re: [crosspost stackexchange] Multi undo

Nicolas Cellier
And it seems to have been dropped when switching to Cuis-like TextEditor:

Name: Morphic-ar.149
Author: ar
Time: 6 August 2009, 4:23:12 am
UUID: fc14d160-97da-6142-8002-827d24037a57
Ancestors: Morphic-jmv.148

Integrate Cuis text editors. The new classes are Editor and TextEditor (in Morphic-Text Support). TextMorph now honors the preference #userNewEditors to determine whether to use the (old) TextMorphEditor or the (new) TextEditor (shameless plug: pragma preferences rock; check out TextMorph class>>useNewEditors). There is still a ways to go before this will work but it gives us the starting point to knock down the remaining issues with the editors (mostly keyboard shortcut issues).

2014-09-10 21:37 GMT+02:00 Nicolas Cellier <[hidden email]>:
There is a Preferences... that has no sender.
So it seems like it have been dropped

2014-09-10 18:59 GMT+02:00 Tobias Pape <[hidden email]>:
Hi,


As I am also interested in the answer: how to multi-undo in Squeak?

http://stackoverflow.com/questions/25769451/how-to-undo-1-in-squeak


Best
        -Tobias





Reply | Threaded
Open this post in threaded view
|

Re: [crosspost stackexchange] Multi undo

Tobias Pape

On 10.09.2014, at 22:30, Nicolas Cellier <[hidden email]> wrote:

> And it seems to have been dropped when switching to Cuis-like TextEditor:
>

Ouch.

> Name: Morphic-ar.149
> Author: ar
> Time: 6 August 2009, 4:23:12 am
> UUID: fc14d160-97da-6142-8002-827d24037a57
> Ancestors: Morphic-jmv.148
>
> Integrate Cuis text editors. The new classes are Editor and TextEditor (in Morphic-Text Support). TextMorph now honors the preference #userNewEditors to determine whether to use the (old) TextMorphEditor or the (new) TextEditor (shameless plug: pragma preferences rock; check out TextMorph class>>useNewEditors). There is still a ways to go before this will work but it gives us the starting point to knock down the remaining issues with the editors (mostly keyboard shortcut issues).
>
> 2014-09-10 21:37 GMT+02:00 Nicolas Cellier <[hidden email]>:
> There is a Preferences... that has no sender.
> So it seems like it have been dropped
>
> 2014-09-10 18:59 GMT+02:00 Tobias Pape <[hidden email]>:
> Hi,
>
>
> As I am also interested in the answer: how to multi-undo in Squeak?
>
> http://stackoverflow.com/questions/25769451/how-to-undo-1-in-squeak
>
>
> Best
>         -Tobias




signature.asc (1K) Download Attachment