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
From stackoverflow
-
Take a look at Actipro SyntaxEditor - Windows Forms .NET Control.
billb : +1 on that. Been using this editor for years. Great product, great support.Jörg B. : 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 :-/ -
Have a look at ICSharpCode.TextEditor, which is included in #develop
Jörg B. : Ahh yeah.. nice idea.. gonna look at it right away.Thomas Levesque : 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
0 comments:
Post a Comment