[squeak-dev] The Inbox: Kernel-hjh.1115.mcz

H. Hirzel hannes.hirzel at gmail.com
Thu Oct 5 11:09:49 UTC 2017


Squeak 6.0a StringHolder no longer has message list categories
- code pane menu
- message list menu

HH


On Thu, 5 Oct 2017 11:04:01 0000, commits at source.squeak.org
<commits at source.squeak.org> wrote:
> A new version of Kernel was added to project The Inbox:
> http://source.squeak.org/inbox/Kernel-hjh.1115.mcz
>
> ==================== Summary ====================
>
> Name: Kernel-hjh.1115
> Author: hjh
> Time: 5 October 2017, 1:03:22.023466 pm
> UUID: c80056e1-3f90-4dae-935f-2507eb2c0f94
> Ancestors: Kernel-cmm.1114
>
> Better to have only a short class comment than to have wrong content.
>
> Squeak 3.0 had message categories
> - code pane menu
> - message list menu.
>
> I did not verify if 'in some the text is a method' still applies or not.
>
> =============== Diff against Kernel-cmm.1114 ===============
>
> Item was changed:
>   Model subclass: #StringHolder
>   	instanceVariableNames: 'contents'
>   	classVariableNames: ''
>   	poolDictionaries: ''
>   	category: 'Kernel-Models'!
>
> + !StringHolder commentStamp: 'hjh 10/5/2017 13:00' prior: 0!
> - !StringHolder commentStamp: '<historical>' prior: 0!
>   I am a kind of Model that includes a piece of text.  In some cases, the
> text can be edited, and in some the text is a method.
> + !
> -
> - Categories 'code pane menu' and 'message list menu' are messages that may
> be called by my menus when the text is a method, and when some pane is a
> list of methods.  Other of my subclasses may ignore these two catagories
> altogether.!
>
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: StringHolder_message_list_category_and_code_pane_menu_Screenshot2017-10-05.png
Type: image/png
Size: 38412 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20171005/fcfc6968/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Squeak3.9_StringHolder_no_longer_has_message_list_category_Screenshot_2017-10-05.png
Type: image/png
Size: 45856 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20171005/fcfc6968/attachment-0003.png>


More information about the Squeak-dev mailing list