|
Re: Mysteries of the Squeak IDE: msg#00086lang.smalltalk.squeak.beginners
2007/7/15, Blake <blake@xxxxxxxxxxxxxx>: If you open up a Workspace and enter some text, then close it, you get the do you save with alt+s ? this is not actually saving but accepting... hence it goes in the method PluggableTextMorph>>accept the morph model accept the contents... in this case model is a aWorkspace and the method acceptContents: aString is sent to it... which only affect the string to its instance var named contents... There can be an associated action but it's set to nil by default... yes... I've noticed a similar behavior once... this seems to be a bug somewhere in the undo command... just affecting the inst-var I guess... + perform the action when a particular one is associated Cédrick _______________________________________________ Beginners mailing list Beginners@xxxxxxxxxxxxxxxxxxxxxxxxxx http://lists.squeakfoundation.org/mailman/listinfo/beginners
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Mysteries of the Squeak IDE, Blake |
|---|---|
| Next by Date: | Re: Mysteries of the Squeak IDE, Blake |
| Previous by Thread: | Mysteries of the Squeak IDE, Blake |
| Next by Thread: | Re: Mysteries of the Squeak IDE, Blake |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |