Posted 19 years ago
by Nels Olsen
I'm starting to evaluate Actipro SyntaxEditor, and I'm confused about how to get the "IntelliPrompt" feature to work. I'm looking at the sample C# editor application, and all it shows is a "fake" IntelliPrompt scenario where an editor_KeyTyping event handler forces hard-coded text to appear when it detects a "." after the specific word "Invalidate".
I expected to be able to assign a language, source text, and DLL references to SyntaxEditor.Document, and it would provide "standard" intellisense. I don't see where to assign DLL references.
How is this done? If we have to do everything ourselves -- detecting keystrokes like "." and "(", examining the surrounding symbols, loading "IntelliPrompt" dropdown lists with possible choices from type members discovered through reflection, etc. even for standard languages like C#, we will most likely end up forgetting about the whole thing. Features like syntax coloring, outlining, etc. are nice, but Intellisense is the real feature affecting productivity. If that isn't easily configured "out of the box", we'll most likely just forget the whole thing ...
I expected to be able to assign a language, source text, and DLL references to SyntaxEditor.Document, and it would provide "standard" intellisense. I don't see where to assign DLL references.
How is this done? If we have to do everything ourselves -- detecting keystrokes like "." and "(", examining the surrounding symbols, loading "IntelliPrompt" dropdown lists with possible choices from type members discovered through reflection, etc. even for standard languages like C#, we will most likely end up forgetting about the whole thing. Features like syntax coloring, outlining, etc. are nice, but Intellisense is the real feature affecting productivity. If that isn't easily configured "out of the box", we'll most likely just forget the whole thing ...
- Nels