Question
Apparent bug in context-sensitive help
Here’s my code (my cursor is at the | character):
<!---
<cfset x = xmlParse(s)>
--->
<cfset x = xmlParse(s)>
|
I do this:
* Press F1 to bring up help
* click in the middle of the second xmlParse(). Help for xmlParse() comes up. Good.
* click in the middle of the first xmlParse(). The help system now searches for help on "<!--- <cfset x = xmlParse(s)> --->". Nice. Not.
--
Adam
