monaco-editor icon indicating copy to clipboard operation
monaco-editor copied to clipboard

Polymer 2.0 element for Monaco Editor, a browser-based code editor that also powers Microsoft Visual Studio.

Results 12 monaco-editor issues
Sort by recently updated
recently updated
newest added

Hi, I am new to Vaadin but would like to use this component in my Vaadin Java project. Can you advise me on how to do it? Thank you in...

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...

greenkeeper

Looks like the bower support is now broken as @michael-golfi no longer host the repository. ```bash bower PolymerVis/monaco-editor=PolymerVis/monaco-editor#* resolve https://github.com/michael-golfi/monaco-editor-1.git#* ```

Do you plan to convert the editor to polymer 3? That would be highly appreciated. Unfortunately, just running the polymer modulizer over the element did not work for me.

I try to use monaco-editor with latest Firefox but editor is not working. Demos also don't work on Firefox. I have Firefox version 60.0.1 (64-bit). I'm not completely sure if...

Functions that are called "too early" were sent via message before the iframe has established its event listener. So now, we just delay all messages in editor- and monaco-proxy until...

This is a helper function I used to clear hover providers, since we don't get the disposables that are usually returned from registerHoverProvider. Since it's not a direct interface to...

Call registerHoverProvider via proxy

I use a sortable-list (https://www.webcomponents.org/element/sharedlabs/sortable-list) that contains, among other things, a monaco-editor. When I move an element, it is disconnected and reconnected, leading to calls to disconnectedCallback and connectedCallback (which...