Hi, the following menu is displayed when I go to add a category in a clean image:<div><br class="webkit-block-placeholder"></div><div>BEGIN_MENU:</div><div><br class="webkit-block-placeholder"></div><div>Add Category</div>
<div>-------------------</div><div>New...</div><div>updating</div><div>callbacks</div><div>initializing</div><div>navigating</div><div>opening</div><div>applying primitives</div><div>closure-prims</div><div>comparing</div>
<div>debugging</div><div>initialize-release</div><div>objects from disk</div><div>system primitives</div><div>testing</div><div><br class="webkit-block-placeholder"></div><div>END_MENU<br><br><div><span class="gmail_quote">
On 8/9/07, <b class="gmail_sendername">Enno Schwass</b> &lt;<a href="mailto:onkelenno@mac.com">onkelenno@mac.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi<br><br>&gt; Hi, how does one find and set a standard list of method categories<br>&gt; within Squeak?<br><br>It depends on categorie. There is no REAL standard list.<br><br>Some morphs have a protocol called event handling or geometry. Some
<br>dont.<br>Other objects never need event handling.<br><br>Another often used protocol is initialization. Or testing.&nbsp;&nbsp;But its<br>not part of the language.<br>Its part of the environment. Just check squeaks class library to get
<br>some<br>inspiration for naming.<br><br>&gt;&nbsp;&nbsp;I thought that it would provide a select list when I went to<br>&gt; create a category.<br><br>I does. But only a few ones. Just create your owns if there is<br>nothing else fitting.
<br><br>bye<br>Enno<br>_______________________________________________<br>Beginners mailing list<br><a href="mailto:Beginners@lists.squeakfoundati">Beginners@lists.squeakfoundati</a><a href="http://on.org">on.org</a><br><a href="http://lists.squeakfoundation">
http://lists.squeakfoundation</a>.org/mailman/listinfo/beginners<br></blockquote></div><br></div>