-
Notifications
You must be signed in to change notification settings - Fork 0
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
Show Mac-standard right-click menu for text in scrollback #47
Comments
zarino
added a commit
that referenced
this issue
Aug 6, 2015
The new module NativeMenu can be used to create an application menu (at the top of the screen on a Mac) or a context menu (like those shown on right-click). It has a .construct() method that allows you to completely replace its contents at any time, which means the same NativeMenu instance can be re-used for a number of purposes, with the contents being replaced on-demand to suit the situation. NativeMenu is now used for the main application menu, and the channelButtonView right-click menu. It will also, soon, be used in the spelling suggestion right-click menu (#46) and the standard text selection right-click menu (#47).
zarino
added a commit
that referenced
this issue
Aug 6, 2015
The new module NativeMenu can be used to create an application menu (at the top of the screen on a Mac) or a context menu (like those shown on right-click). It has a .construct() method that allows you to completely replace its contents at any time, which means the same NativeMenu instance can be re-used for a number of purposes, with the contents being replaced on-demand to suit the situation. NativeMenu is now used for the main application menu, and the channelButtonView right-click menu. It will also, soon, be used in the spelling suggestion right-click menu (#46) and the standard text selection right-click menu (#47).
Merged
zarino
added a commit
that referenced
this issue
Aug 6, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building on #46, I'd expect to be able to, at the very least, copy selected text in the scrollback. Maybe also Look Up in Dictionary.
The text was updated successfully, but these errors were encountered: