Palawan: -------------------------------------------------------------------------------- Hi All, When I open a javascript file with extension .js, PSPad doesn't recognized this is Javascript file. So, no syntax highlight. I have to manually change the syntax. Is there anyway to setup PSPad to recognize automatically? --------------------------------------------------------------------------------
1. *.js extension must be assigned into highlighter (Highlighter settings / JScript) 2. if file is bigger then 250 000 bytes, you have to increase variable HLUpToSize=1000000 in the Program settings / Direct edit 3. if is it JavaScript file, not embeded in the HTML code, uncheck open Java script in the HTML multihighlighter (program settings / Multihighlighter) -- <http://forum.pspad.com/read.php?2,30146,30147> PSPad freeware editor http://www.pspad.com
