Andrei Chis wrote
For changing dynamically the tags (annotations) that
are in the context
you
can use the 'Filter presentations' option from the window menu of the
inspector window.
This seems interesting, but how does one hook one's tags into this menu? For
example, I expected my `<gtInspectorTag: #myCoolTag>` to appear in the
window menu along with the usual tags, but when it didn't I noticed that
GTInspector>>#initialize seems to hard-code which tags are available.
Also, since multiple tags can be associated to the same view, why:
<gtInspectorTag: #myCoolTag1>
<gtInspectorTag: #myCoolTag2>
<gtInspectorTag: #myCoolTag3>
instead of:
<gtInspectorTags: #(myCoolTag1 myCoolTag2 myCoolTag3)>
?
-----
Cheers,
Sean
--
View this message in context:
http://forum.world.st/Presentation-Context-Update-tp4843171p4843327.html
Sent from the Moose mailing list archive at
Nabble.com.