a bug in wordfile.txt for .htm/.html, we cannot jump to specified part in htm when double-clicking name in "function list" of .htm/.html.
This problem happened only after UltraEdit 11.00a version. When we edited a .htm/.html file and clicked "View->View/List->Function list", we could not see the lists such as "<a name="....">, which is very useful for jumping to specified part when double clicking the name in "Function list".
But currently the names in "Function list" are missing in both UEStudio and UltraEdit!!!
After my troubleshooting, I found the clue in wordfile.txt, after my midification, this problem could be solved.
--------------------------------------
Correct wordfile.txt: (it's my modification)
/L3"HTML" HTML_LANG Nocase Noquote Block Comment On = <!-- Block Comment Off = --> File Extensions = HTM HTML SHTML HTT HTX CFM JSP PHP PHTML ASP
/Delimiters = ~!@$%^&*()+=|\{}[]:;"'<> , .?
/Function String = "name=*">"
--------------------------------------
--------------------------------------
Wrong wordfile.txt:
/L3"HTML" HTML_LANG Nocase Noquote Block Comment On = <!-- Block Comment Off = --> File Extensions = HTM HTML SHTML HTT HTX CFM JSP PHP PHTML ASP
/Delimiters = ~!@$%^&*()+=|\{}[]:;"'<> , .?
/Function String = "<form*>"
--------------------------------------
The difference is line of "/Fuction String=...", when I did a replacement, all goes well like before. Please do a modification in your future version.
Thanks,
Dick
This problem happened only after UltraEdit 11.00a version. When we edited a .htm/.html file and clicked "View->View/List->Function list", we could not see the lists such as "<a name="....">, which is very useful for jumping to specified part when double clicking the name in "Function list".
But currently the names in "Function list" are missing in both UEStudio and UltraEdit!!!
After my troubleshooting, I found the clue in wordfile.txt, after my midification, this problem could be solved.
--------------------------------------
Correct wordfile.txt: (it's my modification)
/L3"HTML" HTML_LANG Nocase Noquote Block Comment On = <!-- Block Comment Off = --> File Extensions = HTM HTML SHTML HTT HTX CFM JSP PHP PHTML ASP
/Delimiters = ~!@$%^&*()+=|\{}[]:;"'<> , .?
/Function String = "name=*">"
--------------------------------------
--------------------------------------
Wrong wordfile.txt:
/L3"HTML" HTML_LANG Nocase Noquote Block Comment On = <!-- Block Comment Off = --> File Extensions = HTM HTML SHTML HTT HTX CFM JSP PHP PHTML ASP
/Delimiters = ~!@$%^&*()+=|\{}[]:;"'<> , .?
/Function String = "<form*>"
--------------------------------------
The difference is line of "/Fuction String=...", when I did a replacement, all goes well like before. Please do a modification in your future version.
Thanks,
Dick