up vote 0 down vote favorite
share [g+] share [fb]

does anyone know of any 3rd party component that provides an intellisense like functionality (providing my own library of course) that I could use in my (custom) text editor in order to improve usability?

Cheers & thanks, -J

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

Have a look at ICSharpCode.TextEditor, which is included in #develop

link|improve this answer
Ahh yeah.. nice idea.. gonna look at it right away. – Jörg B. May 14 '09 at 19:34
By the way, Scintilla.NET also provides that functionality. It's a managed wrapper for Scintilla, an unmanaged syntax-highlighting editor. codeplex.com/ScintillaNET – Thomas Levesque May 14 '09 at 21:19
feedback

Take a look at Actipro SyntaxEditor - Windows Forms .NET Control.

link|improve this answer
+1 on that. Been using this editor for years. Great product, great support. – billb May 14 '09 at 12:10
That one 'looks' good, but I am looking only for what they call the 'IntelliPrompt' feature.. and just got a reply from their support that it is hard-wired to the editor component and can't be used by it's own :-/ – Jörg B. May 14 '09 at 19:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.