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 to make navigating your code easier. Since there is no “PrimalSense” toolbar anymore the method […]
Tag: powershell
Spotlight on the NotifyIcon Control
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 still applicable to previous versions of PrimalForms. Last time we took a look at the […]
PrimalScript 2012: What’s new? (Part 6)
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 moves to production. VBScript and JScript developers have to sprinkle WScript.Echo calls through their code […]
PowerShell Studio 2012: What’s New? (Part 5)
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 events within the current script file: If you are working within a Project, the available […]
PrimalScript 2012: What’s new? (Part 5)
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 loads its information from a cache rather than instantiating a slow starting copy of PowerShell. […]
PowerShell Studio 2012: What’s New? (Part 4)
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 Menu or the Keyboard Shortcut you can convert your Cmdlets and Aliases. You can also […]
How safe are credentials in script packages?
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 else fails, prompt. Now, having said that we all know that sometimes schedules and pressure […]
PowerShell Studio 2012: What’s New? (Part 3)
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 designer like any other ordinary form control. They are made up of either single or […]
PowerShell Studio 2012: What’s New? (Part 2)
Last time we looked at PowerShell Studio’s new UI features such as the updated Ribbon and custom layouts. Now we will take a look at the new Forms Designer features. Styles Have you ever got tired of applying the same properties over and over to controls such as anchoring? Well this is where Styles come […]
PowerShell Studio 2012: What’s New? (Part 1)
What is PowerShell Studio 2012 you ask? PowerShell Studio is the next step in PrimalForms’ evolution. The new name better represents what PrimalForms has become as opposed to what it once was. Since version 2009, PrimalForms was no longer limited to simple Forms generation. It allowed you to write your event handler scripts without leaving […]