[squeak-dev] Add tags to preferences to improve the search space?

Bert Freudenberg bert at freudenbergs.de
Tue Feb 24 19:00:29 UTC 2015


> On 24.02.2015, at 10:35, Marcel Taeumel <marcel.taeumel at student.hpi.uni-potsdam.de> wrote:
> 
> Hi, there!
> 
> What about adding tags so that there could be a place to add additional
> terms for looking up preferences w/o polluting the description yet
> preference name?
> 
> Or maybe just replace "category" with "tags"?
> 
> <preference: 'A short title for the list'
>   tags: 'windows morphic graphics'
>   description: 'A longer description to explain everything...'
>   type: #Boolean>


You can already pass an array of categories:

<preference: 'A short title for the list'
  category: #('windows' 'morphic' 'graphics')
  description: 'A longer description to explain everything...'
  type: #Boolean>


Btw, I just noticed the "show category..." item in a preference's "more" menu is broken.

- Bert -


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4115 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20150224/6d9ee233/smime.bin


More information about the Squeak-dev mailing list