vote up 0 vote down star

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

flag

2 Answers

vote up 0 vote down check

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

link|flag
Ahh yeah.. nice idea.. gonna look at it right away. – Jörg Battermann May 14 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 at 21:19
vote up 2 vote down

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

link|flag
+1 on that. Been using this editor for years. Great product, great support. – billb May 14 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 Battermann May 14 at 19:33

Your Answer

Get an OpenID
or

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