Skip to content
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

Add ability to promote level of commands and custom commands #20

Closed
studgeek opened this issue Oct 24, 2012 · 8 comments
Closed

Add ability to promote level of commands and custom commands #20

studgeek opened this issue Oct 24, 2012 · 8 comments

Comments

@studgeek
Copy link

I just installed StartExplorer today and am already using it all the time (thanks :).

With that in mind I would like to promote some commands higher up in the context menu.

I'm think the GUI change for this could be quite simple. Just add a "Menu Level" combo box to the edit dialog that allows the user to select Top, StartExplorer or StartExplorer/Custom Commands.

@studgeek
Copy link
Author

I think this is sort of related to #1, but the core goal is the opposite (brining the items higher) and I think the GUI/work requirement is much simpler.

@basti1302
Copy link
Collaborator

Hi David,

thanks for the feedback. Is it only about the custom commands? Or are you talking about all StartExplorer menu items?

@studgeek
Copy link
Author

I think it would be great be able to promote all of them. In my case I
would like to use Open Explorer/Finder and my custom command "Open
Quicksilver" at the top level. The latter is great on the Mac because
then I can use all my Quicksilver goodness on the file.

d

On 10/25/12 2:59 AM, Bastian Krol wrote:

Hi David,

thanks for the feedback. Is it only about the custom commands? Or are
you talking about all StartExplorer menu items?


Reply to this email directly or view it on GitHub
#20 (comment).

@basti1302
Copy link
Collaborator

In that case, it would be quite difficult to implement. The menu structure of the non-custom commands is defined statically in an xml file, the custom commands are created and placed in the menu at run time. Therefore, it might not be so hard to place the custom commands somewhere else. But for the non-custom command I would have to create them at run time too. Frankly speaking, I don't feel like implementing this feature anytime soon - or at all. Sorry.

But if you would like to do it, go ahead, fork and send me a pull request :-)

@studgeek
Copy link
Author

Custom would be fine also since the user can always write a custom command that duplicates the non-custom command. Thoughts on just that?

@basti1302
Copy link
Collaborator

Well, that would be possible, I think. It's still not very high on my personal priority list.

@studgeek
Copy link
Author

Understood, thanks!

On 10/28/12 2:58 PM, Bastian Krol wrote:

Well, that would be possible, I think. It's still not very high on my
personal priority list.


Reply to this email directly or view it on GitHub
#20 (comment).

@genodeftest
Copy link
Contributor

Hi
think of my proposal (see #1 ) integrating the commands of StartExplorer into the Open / Open With items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants