codemirror-ui icon indicating copy to clipboard operation
codemirror-ui copied to clipboard

A simple UI for the CodeMirror text editor.

Results 8 codemirror-ui issues
Sort by recently updated
recently updated
newest added

Any interest in having me modify my [Minimap code](http://alex-seville.github.com/minimap/) and integrating it into this project? I feel like it might be a good fit for the project, I'll just need...

As a developer, it would be very convenient to have this project on bower.io. So installing, versioning etc. would be much easier. Thanks for reading!

Hi, I was looking for a simple UI for CodeMirror very similar to what you developed. But I am currently using latest version (CodeMirror 5.2). Do you think it could...

Around line 335 in function editorChanged if the save or redo buttons are not used then "Uncaught TypeError: Cannot read property 'className' of undefined " in chrome will pop on...

Hi, I created editor using CodeMirrorUI lab (downloaded latest version of CodeMirrorUI - jagthedrummer-codemirror-ui-0.0.14-36-g4ec880c) ``` //then create the editor var cmeditor = new CodeMirrorUI(document.getElementById("code_1"), { path:'js/codemirror-ui/js', imagePath: 'js/codemirror-ui/images/silk' } ,...

On the code mirror website, it says you can call getWrapperElement to set the height. That method isnt exposed by this CodeMirrorUI object, correct ? http://codemirror.net/doc/manual.html#getWrapperElement I'm pretty new to...

Right now all buttons used in the example are hard-coded. In practice you want some custom buttons and input fields in your application and some buttons like "'about' make no...