Double clicking words
Posted: Thu May 31, 2001 5:36 pm
I have an annoying problem with TextPad 4.4.1
I have the following line of text in both an HTML file (*.html) and a JSP file. Both file types have their own document types defined in my TextPad.
<link rel="stylesheet" href="/css_includes/total_rewards.css" type="text/css">
In the HTML file, if I double click on the text "total_rewards", only that word is highlighted. So, all the text between the / (slash) and the . (period) are highlighted. This is good.
In the JSP file, if I double click on the same text, everything between the " double quotes is highlighted. (the same kind of behaviour occurs with my Java files). So, what becomes highlighted is /css_includes/total_rewards.css - this is bad.
Idealy I would like to double click the word, and have only the word become highlighted, as does with the HTML file.
How can I change the behaviour of my Java and JSP files to follow this rule.
Thanks
robin
I have the following line of text in both an HTML file (*.html) and a JSP file. Both file types have their own document types defined in my TextPad.
<link rel="stylesheet" href="/css_includes/total_rewards.css" type="text/css">
In the HTML file, if I double click on the text "total_rewards", only that word is highlighted. So, all the text between the / (slash) and the . (period) are highlighted. This is good.
In the JSP file, if I double click on the same text, everything between the " double quotes is highlighted. (the same kind of behaviour occurs with my Java files). So, what becomes highlighted is /css_includes/total_rewards.css - this is bad.
Idealy I would like to double click the word, and have only the word become highlighted, as does with the HTML file.
How can I change the behaviour of my Java and JSP files to follow this rule.
Thanks
robin