When opening a JavaScript or HTML file in HTMLPad 2006 (v7.2.0.68) and viewing the Code Explorer, most functions didn't appear in the list. A quick test lead me to the reason. Example:
Shows up in Code Explorer
Code: Select all
function newFunction(form) {
Code: Select all
function newFunction (form) {
Is it possible to have functions like the second show up in the JavaScript Code Explorer view? Are we (me and our Java/JavaScript programmer) the only ones who code like that?