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: PowerShell Studio 2012
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 […]
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 […]
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 […]
User Blog Article on PowerShell Studio 2012
I found this great article on PowerShell Studio 2012, written by one of our users on the Technically Speaking blog: Getting Started with PowerShell Studio 2012 Thank you for the great article Derek!
Revisiting The Packager and Command Line Arguments
The original The Packager and Command line Arguments blog article discussed how to pass parameters to a packaged executable. In this article we will revisit this subject and update the functions introduced in the previous article. The article will also cover how to simulate the packager parameters so that you can test your script without […]
Debugging Modules in PowerShell Studio 2012
PowerShell Studio now makes it easier to debug and run your module projects. You now have the ability to execute and debug a module project directly from the IDE (Supported in PowerShell Studio 2012 v3.1.9 and up). Debugging a module project: When debugging (F4) or running (Ctrl + F4) a module project for the first […]
PowerShell V3 support
Just in case you missed it. With the latest service builds of PrimalScript 2012 and PowerShell Studio 2012 we added support for PowerShell V3. PrimalScript 2012 version switch PowerShell Studio 2012 version switch As you can see it’s pretty easy to switch which version you want to develop for, just press a button. […]
PowerShell Studio Manual
The PowerShell Studio manual was included with the v3.1.9 service release of PowerShell Studio 2012. The SAPIEN Document Explorer must be installed in order to view the manual. You can access the manual from PowerShell Studio by pressing the “Product Manual” button, which is located in the Help tab of the ribbon: Use […]