editor
Here are 4,153 public repositories matching this topic...
-
Updated
Nov 29, 2021 - JavaScript
I'm making a client-side code editor with rudimentary Git support, and syntax highlighting for diff/patch files would be really nice - a way to view the whole diff in a single window (alternative to existing diffeditor - with similar colors to git diff console coloring), maybe would be useful for others too.
https://github.com/microsoft/monaco-languages/ asks to create issues in this repo...
-
Updated
Nov 30, 2021 - TypeScript
-
Updated
Nov 29, 2021 - JavaScript
-
Updated
Nov 23, 2021 - Go
Copy some text, then on official demo, select all content (ctrl A + ctrl A) and try to paste. Nothing happens.
This is a minor bug, because a quick workaround is to delete the text prior to paste the content of the clipboard.
Steps to reproduce:
- Copy some text
- Go to https://editorjs.io
- Select all content, by typing ctrl A + ctrl A
- Try to paste
Device, Browser, OS: Macboo
Bug Description:
- The space/tabs indicator in the applications status bar contains redundant data (should be
Spaces: 4instead ofSpaces: 4: 4:

For C++ tests using the C++ TestMate extension, "Test: Run Test at Cursor" only works if the cursor is on the first line of the test case at column 0. For python tests, it works if the cursor is anywhere on the first line of the test case, up to column 0 of the next line.
This is