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

#3030 add editor context menu #3066

Merged
merged 2 commits into from
Nov 15, 2016
Merged

#3030 add editor context menu #3066

merged 2 commits into from
Nov 15, 2016

Conversation

evidolob
Copy link
Contributor

What does this PR do?

add editor context menu

What issues does this PR fix or reference?

#3030

@@ -649,6 +649,18 @@ public void initialize() {
actionManager.registerAction("noOpAction", new NoOpAction());
actionManager.registerAction("signatureHelp", signatureHelpAction);

DefaultActionGroup editorContext = new DefaultActionGroup(actionManager);
Copy link
Member

Choose a reason for hiding this comment

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

Variable name editorContext doesn't describe the data it contains.
IMO editorContextMenu or editorContextMenuGroup would be much more better.
WDYT?

@codenvy-ci
Copy link

@evidolob evidolob merged commit 86414d2 into master Nov 15, 2016
@evidolob evidolob deleted the #3030 branch November 15, 2016 09:02
@bmicklea bmicklea added this to the 5.0.0 milestone Jan 11, 2017
JPinkney pushed a commit to JPinkney/che that referenced this pull request Aug 17, 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.

5 participants