[Pharo-project] how to improve the menus
Hi all I wanted to clean the code editing menu. First I wanted to remove the novice mode preference Second the problem is that the workspace and the browser share the same menus. Do you have an idea how we can do that the browser has its own menus? Stef
an alternate solution is to gave up on browser and just use OB but do we get the look methods with source in it? Some of the menu items are really nice to have. So who is responsible for the menus in OB? Stef On Sep 12, 2008, at 5:43 PM, Stéphane Ducasse wrote:
Hi all
I wanted to clean the code editing menu. First I wanted to remove the novice mode preference
Second the problem is that the workspace and the browser share the same menus. Do you have an idea how we can do that the browser has its own menus?
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
So who is responsible for the menus in OB?
The menus in the columns come from OB. The menu in the edit pane comes from Squeak though and certain commands are intercepted by OB. I think it would make sense if OB changed that and provided the whole menu by itself. Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch
Lukas sorry my question was not clearly stated: how can we get some important menus in OB such as look for code containing string and a couple of others. Stef On Sep 12, 2008, at 11:55 PM, Lukas Renggli wrote:
So who is responsible for the menus in OB?
The menus in the columns come from OB.
The menu in the edit pane comes from Squeak though and certain commands are intercepted by OB. I think it would make sense if OB changed that and provided the whole menu by itself.
Cheers, Lukas
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I suggest that we come up with a list of menus of the traditional browser that we should add to OB. I can then take care of implementing them. I don't have the impression that we should just port all these menus of the old browser, as many items never get used anyway. So we should decide what we want and what not. David
Lukas sorry my question was not clearly stated: how can we get some important menus in OB such as look for code containing string and a couple of others.
Stef
On Sep 12, 2008, at 11:55 PM, Lukas Renggli wrote:
So who is responsible for the menus in OB?
The menus in the columns come from OB.
The menu in the edit pane comes from Squeak though and certain commands are intercepted by OB. I think it would make sense if OB changed that and provided the whole menu by itself.
Cheers, Lukas
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
David Röthlisberger -
Lukas Renggli -
Stéphane Ducasse