var fDesc=new Array(); fDesc[0] = "PowerShell Studio 2014 is the premier editor and toolmaking environment for PowerShell. This single tool will meet all your PowerShell scripting needs and more. It features a robust editor with syntax coloring, bracket matching, collapsible code, bookmarking, and automatic code formatting. The Enhanced Form Designer makes GUI design fast and easy, eliminating the need to manually write hundreds of lines of code.
Features:
- Full featured PowerShell editor.
- Visually create PowerShell GUI tools.
- PowerShell V4, V3, and V2 support.
- Create Script Modules.
- Script against a remote machine’s Installed Module Set (IMS).
- Integrated PowerShell Consoles (32 & 64 bit).
- Comprehensive script debugger.
- Convert Scripts into Executables.
- Create MSI Installers.
- Built-in PowerShell Help.
- Source control connectivity.
- Remote debugging.
- Multi-file and module debugging."; 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 = ''; } }