
I needed a script-editor control for one of my projects - with syntax highlightning and intellisense for more comfort.I did a search on CodeProject and Google, but haven't found any - just separate solutions for one of the two functions... The one I found with both syntax highlightning and intellisense just wasn't flexible enough for me, because it could be used only for C#, and only could handle classes (intellisense popped up after pressing the . key). As I wanted to use this mostly for LUA, this simly wasn't enough. I decided to use this control as a sampe, and write my own, flexible one.
|