Advanced token matching for SynEdit. Token matching
based on higlighter tokens.
You can use SynTokenMatch to inteligment match braces
(), [], {}, or even tokens like begin->end,
repeat->until, try->end, record->end.
Back token matching also works. For back token matching
code is scanned line by line (not all lines, only nececery)
See demo (exe and source code) for details :)
PS. There are some painting issues, but matching works
perfectly. If someone did better match token painting,
please email me.
Latest version here:
http://flatdev.dotgeek.org/downloads.php?project=2
Logged In: YES
user_id=1158522
Updates:
v1.3 - 10.06.2006
* Fixed bug with matching brace on first line (only if
highlighter reset range different from $00000000, for
example TSynWebPhpSyn, TSynWebCssSyn, TSynWebEsSyn)
v1.2 - 02.06.2006
* Fixed style painting in demo (thx Jan Fiala)
v1.1 - 02.06.2006
* Fixed match token painting in demo
Download:
http://flatdev.dotgeek.org/downloads.php?project=2
Source code of SynTokenMatch v1.3. For exe-demo go here: http://flatdev.dotgeek.org/downloads.php?project=2