4

Is it possible to use AvalonEdit control in a WPF application as an ironPython script editor? The requirement is to have syntax highlighting and inline script validation. If possible having intellisense would be even better. If not AvalonEdit, please suggest any other such controls (even if commercial) which can be useful for this purpose.

Thanks in Advance

Bhuvan
  • 1,523
  • 4
  • 23
  • 49

2 Answers2

7

Yes, you can do that look at example

Dima Pasko
  • 1,170
  • 12
  • 20
3

You can find a definition for color highlightning here: Python.xshd

anhoppe
  • 4,287
  • 3
  • 46
  • 58