Posted 19 years ago
by Peter T.
Hello,
we are currently evaluating your software and from a first view it could fullfill our needs.
All that I could see yet was that Intelliprompts were triggerd by string. or something like that. We don't need reflection or other complicated stuff, but it would be very nice if I could trigger on any key that is pressed and show a list of all my variables that begin for example with an a.
Would I have to add
<KeyPressTrigger Key="MyTrigger" Character="a" ... />
to
<KeyPressTrigger Key="MyTrigger" Character="z" ... />
to make it happen, or is it enough to work like the <KeyPressTrigger.... but activate the functions with editor_KeyTyped?
Regards,
Peter
we are currently evaluating your software and from a first view it could fullfill our needs.
All that I could see yet was that Intelliprompts were triggerd by string. or something like that. We don't need reflection or other complicated stuff, but it would be very nice if I could trigger on any key that is pressed and show a list of all my variables that begin for example with an a.
Would I have to add
<KeyPressTrigger Key="MyTrigger" Character="a" ... />
to
<KeyPressTrigger Key="MyTrigger" Character="z" ... />
to make it happen, or is it enough to work like the <KeyPressTrigger.... but activate the functions with editor_KeyTyped?
Regards,
Peter