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

SCIDE: Separate server actions into Server menu #3049

Merged
merged 1 commit into from
Jul 18, 2017

Conversation

kisielk
Copy link
Contributor

@kisielk kisielk commented Jul 17, 2017

Fixes #2852

Copy link
Contributor

@mossheim mossheim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AWESOME. Thank you!


menuBar->addMenu(menu);

menu = new QMenu(tr("Se&rver"), this);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be "&Server"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

S is already the shortcut for the Session menu, so I had to pick something else.

@mossheim
Copy link
Contributor

Tested and works on macOS

@kisielk
Copy link
Contributor Author

kisielk commented Jul 17, 2017

I guess I should mentioned I developed / tested this on macOS as well. Needs some testing on Linux and Windows. I don't have the dev environment set up on either just yet.

@mossheim
Copy link
Contributor

np. I get the impression that Qt stuff is usually good cross-platform, but I don't know a lot about it so I'm being cautious. I'm about to build this on Windows actually.

@mossheim
Copy link
Contributor

works on windows!

@patrickdupuis
Copy link
Contributor

Looks good on Linux over here 👍 Thanks!

@mossheim mossheim merged commit 6d92bb2 into supercollider:master Jul 18, 2017
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

Successfully merging this pull request may close these issues.

3 participants