editor
Here are 3,714 public repositories matching this topic...
-
Updated
Jun 24, 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
Jul 2, 2021 - TypeScript
-
Updated
Jul 3, 2021 - JavaScript
-
Updated
Jun 21, 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
-
Updated
Jan 2, 2021
-
Updated
Mar 29, 2021 - JavaScript
Bug Description:
"1p" is likely to be a typo and should be "1px".
Steps to Reproduce:
Please confirm that this problem is VSCodium-specific
- This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.
Please confirm that the issue/resolution isn't already documented
- [ X ] I checked the Docs page and my issue is not mentioned there.
To Reproduce
Steps to reproduc
-
Updated
Jul 2, 2021 - TypeScript
- Select theme with thick strip in line number block.
- Save and restart. Open some file. Нou see that the first characters of the lines are hidden under stripe.
- Open another file. All display properly.
- If you see carefully that the whole block with line numbers in the first case is shifted to the left.
First file
-
Updated
Jul 2, 2021 - TypeScript
-
Updated
Feb 10, 2021 - JavaScript
-
Updated
Apr 1, 2020 - TypeScript
-
Updated
May 21, 2021 - JavaScript
-
Updated
Jul 3, 2021 - TypeScript
Goal:
- Make level designing with Objects more natural by changing the order of placement and rotation / flipping Objects.
AsIs:
- Select Object from Tileset.
- MouseCursor turns into a "GhostPreview" showing the selected Object in a half-transparent way.
- Place Object in the Map by pressing LMB.
- Optional: Rotate / flip placed Object. (This feels inconvenient because when the
-
Updated
Jun 28, 2021 - JavaScript
-
Updated
Jun 29, 2021 - JavaScript
-
Updated
May 29, 2021
Improve this page
Add a description, image, and links to the editor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the editor topic, visit your repo's landing page and select "manage topics."
Issue Type: Bug
After updating my VS Code, my debugging experience became unpredictable and would pause unexpectedly. I've traced down the root cause in my code to an instantiation of a node
Worker
(from theworker_threads
module).I have created a simple reproducible scenario with instructions here.
The problem manifests when a