views:

334

answers:

2

Hello there,

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

+2  A: 

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

Michael Damatov
+1 on that. Been using this editor for years. Great product, great support.
billb
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.
A: 

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

Thomas Levesque
Ahh yeah.. nice idea.. gonna look at it right away.
Jörg B.
By the way, Scintilla.NET also provides that functionality. It's a managed wrapper for Scintilla, an unmanaged syntax-highlighting editor.http://www.codeplex.com/ScintillaNET
Thomas Levesque