[Pharo-project] More menu cleanup
Here is a changeset that cleans up and restructures the code context menu. In the process of removing stuff I also removed around 30 methods, some of which were huge (ever seen the implementation of the "explain" functionality?). Cheers, Adrian BTW: After loading the changeset save and restart to get all icons in the menu. ___________________ http://www.adrian-lienhard.ch/
I created an issue and added this and the other changeset posted by Marcus: http://code.google.com/p/pharo/issues/detail?id=166 Feedback welcome. Adrian On Sep 20, 2008, at 19:30 , Adrian Lienhard wrote:
Here is a changeset that cleans up and restructures the code context menu. In the process of removing stuff I also removed around 30 methods, some of which were huge (ever seen the implementation of the "explain" functionality?).
Cheers, Adrian
BTW: After loading the changeset save and restart to get all icons in the menu.
<cleanContextMenu.1.cs> ___________________ http://www.adrian-lienhard.ch/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On 20.09.2008, at 19:39, Adrian Lienhard wrote:
I created an issue and added this and the other changeset posted by Marcus: http://code.google.com/p/pharo/issues/detail?id=166
Feedback welcome.
I added two removals for a different menu: the browser's method menu: leanCodePane.1.cs removes the menu entry of getting a code-pane for a method. It removes all code (e.g. MethodHolder) related to it. cleanTileScript.1.cs removes the tile menu entry and starts to clean up the system. It does not remove SyntaxMorph... only PluggableTileScriptormorph, all related code from Browser and Codeholder. http://code.google.com/p/pharo/issues/detail?id=181 -- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
participants (2)
-
Adrian Lienhard -
Marcus Denker