-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Appropriate menu placement #1
Comments
Originally posted by me on 2012-02-09 13:13:17 PST on project's former sourceforge tracker I'll think about that, but to be honest, it's quite low on my priority If you are interested, you are of course welcome to provide a patch :-)) Regards Bastian |
My Opinion: Current menu Layout of Eclipse with startExplorer is now:
Ideally I think it would be:
Some details:
|
That does sound like a nice solution. And it would possibly allow associating file types with different types of external actions. |
I really like the idea to distribute the StartExplorer commands in the context menu and put each in the appropriate section, instead of having one StartExplorer menu entry as the root (as it is now). In detail:
Regarding 2) Actually, StartExplorer does some pretty sensible things (IMO) for "Show in File Manager" and "Start Shell Here" for files as well as for folders and even when multiple files/folders are selected. I think it's quite a bit smarter than the standard Eclipse menu options in some of the cases. Thus, I really would like to keep both of them around for files as well as for folders and also for multi-selections. These actions can also be executed from the editor, in which case they either act on the currently opened file or - when some text is selected - they interpret the selected text as a file system path and act on that path then. We need to keep this in mind when changing menu placement/behaviour for the two. I'll write more on this topic later today. |
2), 4): You are right on that. I don't use them at all so I didn't think about this use case. |
The Eclipse menus are very heavy, there is a lot of items. That is why menus group items into submenus. And, there is a special "Open With" or "Show In" group for opening extensions like this. I think it had to be reused. "Copy resource path into clipboard" does not fit this category indeed. But, it is not that necessary since Eclipse is the Number One IDE in providing user access to resource path info. Just click Properties item, right next to your StartExplorer.
Originally submitted by valentin tihhomirov ( valtih1978 ) on 2012-01-23 01:53:41 PST via project's former sourceforge tracker.
The text was updated successfully, but these errors were encountered: