Initially I wanted to use ready-made components at work. I looked for Scintilla for Net, but after installing the component a lot of errors occurred when working with this library. I used VSExpress 2012. If somebody used this component while working, tell us how the installation took place. All this prompted the creation of its component / library for highlighting.
Tell us what is the principle of work? (use dictionaries, regulars, etc.) Or share links to resources where all this can be described in detail.
- 6IMHO, from the search for existing components and a couple of prototypes of their use. Here's another collection: codeproject.com/Articles/30936/Using-ICSharpCode-TextEditor codeproject.com/Articles/42490/Using-AvalonEdit-WPF-Text-Editor If you don’t set yourself to make an editor a separate large project, use the existing by decision. - eigenein
|