Double-Clicking to Select a String
Posted: Thu Jul 07, 2011 11:16 pm
When I double click a string, (no whitespace) enclosed by single quotes in a JavaScript file it selects the single quotes as well as the enclosed string.
eg. 'AString'
When the same string is enclosed by double quotes this doesn't happen.
eg. "AString"
In the Keywords options both single and double quotes are included as string delimiters.
Any suggestions...?
eg. 'AString'
When the same string is enclosed by double quotes this doesn't happen.
eg. "AString"
In the Keywords options both single and double quotes are included as string delimiters.
Any suggestions...?