Posted 19 years ago
by Kasper
Hi,
I'm currently evaluating the SyntaxEditor control, and it looks really great! Now, I do have a couple of questions:
1. I would like to create a TagEndTrigger, a trigger that fires once a tag is ended with a >. I've tried something like this:But it doesn't seem to work. I've tried adding the DefaultState as well, but still no luck. However, if I use another character, instead of >, it does seem to work. Am I doing something wrong here?
2. I can see that version 4.0 is being developed, and it sounds really interesting. Do you have ANY idea when it will be released? I am of course asking because I would hate to order version 3.x, just to see the new version being released shortly. Besides that, it sounds like you will be making improvements in the parsing area. I would like to implement some code to parse PHP code for variables, functions, classes etc. for Intellisense. Should I wait and see what version 4.0 brings in this area, or will stuff like this be the same as with 3.x?
Kind regards,
Kasper
I'm currently evaluating the SyntaxEditor control, and it looks really great! Now, I do have a couple of questions:
1. I would like to create a TagEndTrigger, a trigger that fires once a tag is ended with a >. I've tried something like this:
<KeyPressTrigger Key="TagEndTrigger" Character=">">
<KeyPressTriggerValidStates>
<KeyPressTriggerValidState State="StartTagState" />
</KeyPressTriggerValidStates>
</KeyPressTrigger>
2. I can see that version 4.0 is being developed, and it sounds really interesting. Do you have ANY idea when it will be released? I am of course asking because I would hate to order version 3.x, just to see the new version being released shortly. Besides that, it sounds like you will be making improvements in the parsing area. I would like to implement some code to parse PHP code for variables, functions, classes etc. for Intellisense. Should I wait and see what version 4.0 brings in this area, or will stuff like this be the same as with 3.x?
Kind regards,
Kasper