-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[monaco] Integrate with menus / commands #22
Comments
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
During a short investigation, Google Docs, LucidChart and Cloud9 IDE were examined. It turned out; there is no ultimate solution for accessing the native clipboard from the browser, so to support the copy/cut/paste actions in all major browsers, we would need to have browser specific implementations. We decided to follow the Monaco pattern and support the main- and context menu based copy/cut/paste only in the Electron-based application. Here comes a list of threads which provide more information on the native clipboard access.
|
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
But not the menu contribution. Signed-off-by: Akos Kitta <kittaakos@gmail.com>
GH-22 [monaco] Integrate with menus / commands
Closed via #35. |
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
The text was updated successfully, but these errors were encountered: