A new version of PowerShell Studio 2012 is now available. Registered users can download the latest service builds from MySAPIEN. Release Notes: PowerShell Studio 2012 v3.0.4 FIX: Duplicate nodes after renaming a function in the Function Explorer FIX: File association “Open with PrimalForms”FIX: Issue where the editor wouldn’t use the font size after moving font […]
Category: Software News
SAPIEN at Tech-Ed 2012
Once again, SAPIEN will be in attendance at Tech-Ed 2012, this year held in Orlando from June 11th – 14th. If you are going to be there, look for us at booth 1748. This year, we will be focussing on our Powershell related products: PrimalScript 2012, PowerShell Studio 2012 and iPowerShell Pro. PrimalScript 2012 […]
PrimalScript 2012: What’s new? (Part 9)
The last installment went through all the other tabs on PrimalScript 2012’s new ribbon interface. Today we explore some really small new feature. But sometimes it is the small things that make a difference. Many versions ago we added a “Go to Declaration” to the editor’s context menu. Right click on any function or variable […]
User reviews: Why I use PrimalScript.
Mike, one of our long time PrimalScript users, gave us this nice comment when I asked him why he keeps upgrading even though his company doesn’t pay for tools: I’ve been using PrimalScript since version 2.1. I’ve always enjoyed it and have appreciated its continuing advances and refinements. Two things stand out in its […]
PowerShell Studio: Creating Responsive Forms
When working with GUIs you may have noticed that the Form can freeze when running long scripts. Previously I discussed how to make your loops more responsive in this article, but not every long script comes in the form of a loop. If you truly want to make your forms responsive, you will need to […]
PrimalScript 2012: What’s new? (Part 8)
Last time we looked at the new code navigator on top of the source code views in PrimalScript 2012. Today we’ll have a look at the other tabs on the new ribbon interface. There are four additional tabs that are always available: View This is the place where you can show or hide all the […]
Service Release (4/10/2012)
New versions of PrimalScript, PowerShell Studio, PrimalSQL, PrimalXML, PrimalForms and ChangeVue are available. Registered users can download the latest service builds from MySAPIEN. Release Notes: 2012 Versions: PrimalScript 2012 v6.5.125 – VBScript debugger fails on 32 bit only machines– “Search again” renamed to “Repeat last search”– Encoding displayed for embedded VBScript file in WSF– Erroneous […]
PrimalScript 2012: What’s new? (Part 7)
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 […]
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 […]