var fDesc=new Array(); fDesc[0] = "PSPad is a freeware programmer's editor for Microsoft Windows operating systems, useful for people who:
work with various programming environments
like highlighted syntax in their source code
need a small tool with simple controls and the capabilities of a mighty code editor
are looking for a tool that handles plain text
want to save time - PSPad offers rich text formating functions
need a tool that offers user extension capabilities
want to save money and still have the functionality of professional products because PSPad is free for commercial and government purposes too
List of changes, history and bug corrections is available here
If you have a problem or question, you can visit the PSPad discussion forum. After registration you can receive messages for chosen topics via e-mail.
PSPad beta versions are published in the discussion forum. You can download them without any restrictions, test new program functions and have bugs corrected before the full release is available."; 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 = ''; } }