Last time we told you about some new debugger features in PrimalScript 2012. And you already know all about the new Ribbon user interface this new version sports. One thing that we were really focused about in this version was…
Read More
The “Spotlight on Controls” series focuses on a single WinForms control in PowerShell Studio 2012, details the important Properties, Methods, and Events of the control and demonstrates how to utilize the control. Most of the information about the controls is…
Read More
VBScript users have told me on occasion that they are really jealous of one feature of PowerShell: Write-Debug
Depending on the value of $DebugPreference this produces output when needed but makes it easy to silence diagnostic output once a script…
Read More
Last time we looked at the new script editor features. Now we will take a look at the new Function Explorer as well as other additions.
Function Explorer
The new Function Explorer displays a list of all the functions and…
Read More
As promised last time we take a look at the new version of the Object Browser in PrimalScript 2012.
As soon as you click on the PowerShell node you will notice two things:
It opens a LOT faster. PrimalScript 2012…
Read More
Last time we looked at the new Control Sets. Now we will take a look at the new Script Editor features:
Improved Syntax Coloring
PowerShell Studio 2012 now colors cmdlet and functions parameters:
Convert Cmdlet & Aliases
Using the Context…
Read More
We get that question all the time. Before we start, please note that we do not advise to ever put credentials as plain text into any kind of code. Use encrypted strings, store encrypted credentials in files or, if all…
Read More
In the last post we completed our look at the Home tab of PrimalScript 2012’s new ribbon interface. In this installment we will examine the File menu.
Located to the left of the Home tab, the “File” tab doesn’t reveal…
Read More
Last time we looked at the new Styles. Now we will take a look at the next major designer feature:
Control Sets
Control Sets are essentially custom controls that you can drag and drop from the Toolbox Panel into the…
Read More
So far we introduced you to the PrimalScript 2012 Ribbon interface and the first 4 categories in the Home tab. Today we take a closer look at the remaining 4 items.
Platform
The platform selector lets you choose between…
Read More