Disregard quote match in comments
Posted: Thu Feb 03, 2005 3:58 pm
I'm just speaking for PHP code. Textpad gets confused if a quote is used in a comment. Example:
PHP Code ...
// This doesn't get handeled correctly
PHP Code
Textpad gets a migraine and its matching algorithm is always off. Since PHP only uses 3 types of comments, it shouldn't be hard to fix this.
PHP Code ...
// This doesn't get handeled correctly
PHP Code
Textpad gets a migraine and its matching algorithm is always off. Since PHP only uses 3 types of comments, it shouldn't be hard to fix this.