Search found 3 matches

by ftaco96
Wed Feb 02, 2005 10:04 pm
Forum: Enhancement Suggestions
Topic: Syntax delimiters per keyword section
Replies: 4
Views: 382

Syntax delimiters

Perhaps the syntax delimiters could even be a regular expression like this one for HTML:

Keywords1Start: <\[A-Za-z\]+

This would be great as long as you always put spaces between < and other variables in test statements.
by ftaco96
Thu Jan 27, 2005 4:40 pm
Forum: Enhancement Suggestions
Topic: Syntax delimiters per keyword section
Replies: 4
Views: 382

Then my select tag could look like this... < select name = 'selMkt' class = 'select11px' style = 'width:115px' onChange = 'getCycNames();' > instead of like this... < select name = 'selMkt' class = 'select11px' style = 'width:115px' onChange = 'getCycNames();' >
by ftaco96
Thu Jan 27, 2005 3:47 pm
Forum: Enhancement Suggestions
Topic: Syntax delimiters per keyword section
Replies: 4
Views: 382

Syntax delimiters per keyword section

I'd like to see TextPad be able to differentiate (for instance) JSP from javascript by recognizing the JSP delimiters <% and %>, highlighting them, and using them as a trigger to highlight only the JSP keywords in that section. Then it would follow that you'd have to be able to establish a ...