Tag matching

When I click on an Tag like '<div>' I see highlightet the end Tag (</div>) - but only for one second. How can i change the time for highlighting this?

Hmm, I could be misstaken but I don’t think there’s a pref for this - @toddw can you confirm?

Note you could set a keybinding for Code: Jump to Matching Brace under Preferences > Editor > Key Bindings (defaults to Ctrl+])

There is a hidden Komodo preference named “showMatchingTags_clearInterval” that controls the duration.
You can use a Komodo macro to set this preference to a different value.

Also, I just added some code so that Komodo 9 will include a preferences UI for this.

Note: the time value is in milliseconds with the default being 1000.