Posted 18 years ago
by Karl Grambow
Hi, this is a v4 question regarding ParameterInfo.
I notice you have automated the process of identifying which parameter the caret is currently resting on when showing a ParameterInfo. The current parameter is shown in bold.
Is this functionality restricted to the C# addon language? I'd like to implement this functionality in another lanugage. I checked out the SimpleSyntaxLanguage and although it has methods for capturing the parameters it doesn't automatically bold the currently active parameter.
I've implemented my own version of this functionality in SyntaxEditor v3 but it's a bit messy and slow and I figured I'd be better off utilising your own methods if possible.
Thanks,
Karl
I notice you have automated the process of identifying which parameter the caret is currently resting on when showing a ParameterInfo. The current parameter is shown in bold.
Is this functionality restricted to the C# addon language? I'd like to implement this functionality in another lanugage. I checked out the SimpleSyntaxLanguage and although it has methods for capturing the parameters it doesn't automatically bold the currently active parameter.
I've implemented my own version of this functionality in SyntaxEditor v3 but it's a bit messy and slow and I figured I'd be better off utilising your own methods if possible.
Thanks,
Karl