var fDesc=new Array(); fDesc[0] = "WLW Source Code Formatter Plugin inserts formatted source code. Formatting is based on Wilco Bauwer's syntax highlighting.
WLW Source Code Formatter Plugin updates are : Line Numbering, Alternating Line Style, tab replacement, selection;Formats following languages (Wilco Bauwers Syntax Highlighting): ASPX, C, C#, C , COBOL, Cold Fusion, CSS, Eiffel, Fortran, Haskell, Java, JavaScript, JScript, Mercury, MSIL, Pascal, Perl, PHP, Python, Ruby, SQL, Visual Basic, Visual Basic Script, XML.
In addition it provides live preview and options to adjust background color, border color, font size, and box width."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }