The Trunk: MorphicExtras-tpr.147.mcz

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

The Trunk: MorphicExtras-tpr.147.mcz

commits-2
tim Rowledge uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-tpr.147.mcz

==================== Summary ====================

Name: MorphicExtras-tpr.147
Author: tpr
Time: 6 January 2014, 7:35:40.481 pm
UUID: e76a71a5-6be9-4420-b71a-2c92d900c476
Ancestors: MorphicExtras-fbs.146

openInWorkspaceWithTitle: is not implemented -  so open a StringHolder nicely

=============== Diff against MorphicExtras-fbs.146 ===============

Item was changed:
  ----- Method: ObjectsTool>>presentHelp (in category 'tabs') -----
  presentHelp
  "Sent when a Help button is hit; provide the user with some form of help for the tool at hand"
 
+ StringHolder new contents: 'The Objects tool allows you to browse through, and obtain copies of, many kinds of objects.  
- 'The Objects tool allows you to browse through, and obtain copies of, many kinds of objects.  
 
  You can obtain an Objects tool by choosing "Objects" from the world menu, or by the shortcut of typing alt-o (cmd-o) any time the cursor is over the desktop.
 
  There are three ways to use Objects, corresponding to the three tabs seen at the top:
 
  alphabetic - gives you separate tabs for a, b, c, etc.  Click any tab, and you will see the icons of all the objects whose names begin with that letter
 
  search - gives you a type-in pane for a search string.  Type any letters there, and icons of all the objects whose names match what you have typed will appear in the bottom pane.
 
  categories - provides tabs representing categories of related items.  Click on any tab to see the icons of all the objects in the category.
 
  When the cursor lingers over the icon of any object, you will get balloon help for the item.
 
+ When you drag an icon from Objects, it will result in a new copy of it in your hand; the new object will be deposited wherever you next click.' translated;
+ openLabel: 'About Objects' translated!
- When you drag an icon from Objects, it will result in a new copy of it in your hand; the new object will be deposited wherever you next click.' translated
-
- openInWorkspaceWithTitle: 'About Objects' translated!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: MorphicExtras-tpr.147.mcz

Frank Shearar-3
On 7 January 2014 03:35,  <[hidden email]> wrote:

> tim Rowledge uploaded a new version of MorphicExtras to project The Trunk:
> http://source.squeak.org/trunk/MorphicExtras-tpr.147.mcz
>
> ==================== Summary ====================
>
> Name: MorphicExtras-tpr.147
> Author: tpr
> Time: 6 January 2014, 7:35:40.481 pm
> UUID: e76a71a5-6be9-4420-b71a-2c92d900c476
> Ancestors: MorphicExtras-fbs.146
>
> openInWorkspaceWithTitle: is not implemented -  so open a StringHolder nicely
>
> =============== Diff against MorphicExtras-fbs.146 ===============

Hm, that's kind've odd - it doesn't sound like a very difficult thing
to implement!

frank

Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: MorphicExtras-tpr.147.mcz

timrowledge

On 07-01-2014, at 1:46 AM, Frank Shearar <[hidden email]> wrote:
>> openInWorkspaceWithTitle: is not implemented -  so open a StringHolder nicely
>>
>> =============== Diff against MorphicExtras-fbs.146 ===============
>
> Hm, that's kind've odd - it doesn't sound like a very difficult thing
> to implement!

I suspect it was there and got bored, took early retirement and is now relaxing in an obscure corner of a Haskell library, secure in the knowledge that it will never actually get executed.

tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
Any given program will expand to fill available memory.



Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: MorphicExtras-tpr.147.mcz

Frank Shearar-3
On 7 January 2014 18:28, tim Rowledge <[hidden email]> wrote:

>
> On 07-01-2014, at 1:46 AM, Frank Shearar <[hidden email]> wrote:
>>> openInWorkspaceWithTitle: is not implemented -  so open a StringHolder nicely
>>>
>>> =============== Diff against MorphicExtras-fbs.146 ===============
>>
>> Hm, that's kind've odd - it doesn't sound like a very difficult thing
>> to implement!
>
> I suspect it was there and got bored, took early retirement and is now relaxing in an obscure corner of a Haskell library, secure in the knowledge that it will never actually get executed.

Naturally, since Haskell's lazy by default!

frank

Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: MorphicExtras-tpr.147.mcz

timrowledge

On 07-01-2014, at 10:36 AM, Frank Shearar <[hidden email]> wrote:
> Naturally, since Haskell's lazy by default!

http://xkcd.com/1312/



tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
Law of Logical Argument: Anything is possible if you don't know what you are talking about.