Hi Akarzazi,
I would like to have Syntax highlighting in SQL object definition of Search schema.
I have made some R&D on that.
Following are way we can implement it.
- AvalonEdit WPF based control (https://github.com/icsharpcode/AvalonEdit)
- Add FastColoredTextBox win form based control (https://github.com/PavelTorgashov/FastColoredTextBox)
- Create our custom control which highlight syntax of SQL. (Problem for this option we need to make error/bug free control for that it will take time.)
I would like to contribute on this but give me suggestion, how I can progress or crease basic architecture and we peer it for this implementation.
Hi Akarzazi,
I would like to have Syntax highlighting in SQL object definition of Search schema.
I have made some R&D on that.
Following are way we can implement it.
I would like to contribute on this but give me suggestion, how I can progress or crease basic architecture and we peer it for this implementation.