Another new feature of PowerShell Studio 2014 is rename refactoring. Rename refactoring allows you to intelligently rename variables, controls, parameters, functions and more.
You start by right-clicking on the object you wish to rename to bring up the context menu.…
Read More
PowerShell Studio 2014 introduces a quick and easy way to create complex functions using the new Function Builder:
Let’s cover each field of the Function Builder and how to create a function.
Cmdlet Name
The function builder provides you with…
Read More
The folks over at PowerShell.org recently published a review of VersionRecall (http://powershell.org/wp/2014/04/15/review-sapien-versionrecall/)
There was one paragraph that took us a little bit by surprise:
“Unfortunately, PowerShell Studio doesn’t seem to recognize VersionRecall as a source control provider (at least, it…
Read More
Previously, when creating comment based help in PowerShell Studio 2012, you either had to manually add the help comment or use the built-in comment based help snippet. The snippets worked well but you were still required to manually add each…
Read More
Let’s look at some of the new features you will find in PowerShell Studio 2014’s editor.
Improved Syntax Coloring
One of the first editing features you might have noticed in PowerShell Studio 2014 is the improved syntax coloring.
Parameter Attributes…
Read More
If we need to check what Windows version a PowerShell script run on, we usually use a statement like this:
So imagine our surprise when we saw what happens when you run this as a script in PrimalScript:
Instead of…
Read More
In the previous article we mentioned the new Designer Tab:
The new Designer tab helps make the GUI designer easier to discover and use. Each of the editing commands is spelled out and the Preview GUI button is more prominent.…
Read More
[UPDATED: 8/15/2014]
So, you just got a new subscription to a SAPIEN product. You’ve run the installer and you’ve launched the product and you were presented with a screen like this:
Where do you go from here? Well, since you…
Read More
The Jason Helmick over at PowerShell.org wrote an interesting article about his PowerShell toolbox:
New tools in my toolbox!
In the article, he mentions PrimalScript, PowerShell Studio and VersionRecall 2014:
“I’ve used PrimalScript for a very long time and I…
Read More
PowerShell Studio 2014 has been released and there are a lot of new features and changes packed into this version. In this series, we will cover what’s new in the new version PowerShell Studio 2014.
We Doubled the Bits!
PowerShell…
Read More