C # - Is there any WPF HTML / Javascript / CSS syntax editor?

Is there any free HTML / Javascript / CSS syntax editor? Thanks

+3
source share
1 answer

I suggest you take a look at the following question:

Does anyone know a code editor that I can embed in a WPF window or Windows forms?

Basically, it looks like you can embed either the SharpDevelop development environment editor, or another option is to embed Scintilla.NET. You can also write something similar to yourself, although this, of course, is more work, but not impossible. This is a great tutorial .

+3
source

Source: https://habr.com/ru/post/1719092/


All Articles