Similar to PrimalScript 2012, we received requests to add support for GIT, Mercurial, and Subversion in PowerShell Studio 2012. The difficulty of supporting all these various source control solutions is that they all have different APIs and change over time. The varying nature of these tools could potentially make the integration outdated fairly quickly. One […]
Category: Software News
Reference Highlighting in PowerShell Studio 2012
PrimalScript 2012 isn’t the only product to get Reference Highlighting! As per user requests, PowerShell Studio 2012 also allows you to highlight references in your code simply by double clicking on a variable, identifier, member, function or any other object. You can also use the Ctrl + W(ord) keyboard shortcut to access select the […]
Using GIT, Subversion and Mercurial with PrimalScript 2012
For quite some time we have been asked to add support for the aforementioned version control systems to PrimalScript. But every time we looked into it, the API changed or the preferred system du jour changed. We didn’t want to add support for too many API’s that get potentially outdated fast. But most importantly, many […]
Service Release (12/10/2012)
New versions of our SAPIEN Software are available. Registered users can download the latest service builds from MySAPIEN. Release Notes: PrimalScript 2012 v 6.5.136: ADD: Reference HighlightingADD: Custom Tools MenuUPD: Minor bug fixes and enhancements PowerShell Studio 2012 v3.1.14 FIX: Single Instance issue where multiple copies of the application still openedFIX: PrimalSense for […]
Reference highlighting in PrimalScript 2012
You have asked for it, here it is. With this new service build of PrimalScript 2012 (6.5.136) you get reference highlighting. For those of you not familiar with this functionality, read on. Basically if you double click on an identifier, be it a function, variable, member etc. that identifier gets selected. Nothing exciting about that. […]
PowerShell Studio: PrimalSense for Object Constructors
In the last service release (v3.1.13), we expanded PowerShell Studio’s PrimalSense. Now when you use the New-Object’s ArgumentList parameter, PowerShell Studio will automatically display the list of possible constructors for the given object type: In addition, you can tab insert the constructor parameters in a similar fashion to the previously announced method completion feature: […]
Service Release (11/19/2012)
New versions of PrimalScript 2012 and PowerShell Studio 2012 are available. Registered users can download the latest service builds from MySAPIEN. Release Notes: PrimalScript 2012 v 6.5.135: UPD: PowerShell Help ContentUPD: Disabled Add / Remove Breakpoints during V3 debugging in response to known PowerShell Bug.UPD: Drag and Drop from 64Bit System32 folder now maps to […]
Volunteers for focus group needed
We are looking for a select group of volunteers to test and provide feedback on a new software product. If you are an administrator or developer and write scripts or programs (language does not matter). work by yourself (mostly) or in a team no more than 5. have not used any source control product or […]
iPowershell Pro: Updated cmdlet help
The Microsoft Powershell help team has updated Powershell help as of Oct. 31st 2012. iPowershell Pro users should update their cmdlet and about_help files using the Reload button found on the cmdlet and about_help lists and select the Download option. This will ensure that you have the latest and greatest Powershell help files on your […]
PowerShell Studio: New Form Template
In the (v3.1.9) service release we introduced a new form template called: Wizard Template. This template simulates an application wizard by utilizing a TabControl to represent the various pages of the wizard. The template also includes navigation buttons that enable and disable depending on the current position and if the controls validate. Each tab […]