[Pharo-project] [squeak-dev] Re: Menu Registries

Marcus Denker marcus.denker at inria.fr
Wed Apr 28 20:07:49 UTC 2010


On Apr 28, 2010, at 9:57 PM, Hannes Hirzel wrote:
> 
> OK, 15 minutes
> 
> 1. I open the Pharo 1.0 One-click image and type 'Pragma' in the search browser.
> (Note: it is not pristine, I have loaded Pier2 into it)
> 
Thie menu pragmas are not in 1.0, just 1.1.

> 2 .There are five classes which contain 'Pragma'.
> Only Pragma has a class comment. It is very similar to the one in Squeak 4.1.
> 
Yes, we (Lukas and myself) added them to Squeak 3.9. 

> 
> 5) I realize that the ones in group 4b) are very few. I have not found
> any pragma yet related to the menu definition.
> 

This is only in 1.1UNSTABLE

> QUESTIONS
> A. The fact that you refer me to Google and the Nabble list to find
> out the result of your pragma discussion has to be read as - there is
> no such document yet. Is this correct?
> 

Yes. We write lots of ducumentation, but that one not yet...

> B. Is there a list of pragmas and how they are supposed to be used?
> 
No.

> C. How do you want to handle the menus with pragmas? (It seems that
> Pharo is not much further advanced in this area).
> 

For MessageNames, the definiton looks like this:

menuCommandOn: aBuilder 
	<worldMenu>
	(aBuilder item: #'Message Names')
		parent: #Tools;
		action:[self openMessageNames]; 
		icon: self taskbarIcon.


	Marcus


--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.




More information about the Squeak-dev mailing list