Tagged Questions
7
votes
2answers
2k views
Free/open source code editor UI control for .Net
I'm looking for a free, syntax-highlighting, possibly autocompleting "Programmer's textbox" style control for use in a Visual Studio Windows Forms or WPF project. It should work with C# and ...
4
votes
3answers
2k views
How do I add intellisense to my application?
We have a proprietary macro language in one of our products, edited through our Windows software. I would like to add intellisense, but I have no idea how to go about this (at least not without ...
1
vote
1answer
202 views
Android: Syntax Highlighting?
I am currently trying to write an application which invloves syntax highlighting codes. (HTML, XML, PHP, JavaScript, CSS and preferably more).
It has been going very well but I have come across a ...