Skip to content
#

editor

Here are 3,688 public repositories matching this topic...

vadimkantorov
vadimkantorov commented May 7, 2021

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...

editor.js
nowakkamil
nowakkamil commented May 15, 2021

Hi,

First of all, I'd like to thank you for creating such a fantastic tool. It has been the core of my bachelor's degree, and I'm profoundly thankful for that. Currently, I've decided to combine CRDT (YJs) with editor.js as my degree thesis, but I'm facing some blockers now.

As the title suggests, I'm interested in having the opportunity to perform CRUD operations based on ID. This is vi

theia
ekkl
ekkl commented Jul 9, 2018
  1. Select theme with thick strip in line number block.
  2. Save and restart. Open some file. Нou see that the first characters of the lines are hidden under stripe.
  3. Open another file. All display properly.
  4. If you see carefully that the whole block with line numbers in the first case is shifted to the left.
    First file
    First file
eishiya
eishiya commented May 28, 2021

The Tile Collision Editor currently always uses the theme's default panel background colour, even if the Tileset has a background colour set. One of the main uses for the Tileset background colour is to make tiles more visible regardless of theme colour, and it's a shame to be missing that in the Tile Collision Editor, where readability and precision are often very important.

I think the backgr

Improve this page

Add a description, image, and links to the editor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the editor topic, visit your repo's landing page and select "manage topics."

Learn more