PowerShell Studio 2016 is released as part of the regular update cycle for our subscribers. We will cover all the new features in a series of “What’s New” articles. In this blog, Part 1, we introduce new UI features, including our new dark themes. But, there’s more: in Part 2, we introduce our new debugging features, […]
Tag: what’s new
PowerShell Studio 2015 – New Custom Menu Features & GIT template
We are continuing to cover the new features introduced in the latest service build of PowerShell Studio 2015 (v4.2.95). In this article we will cover the new additions to PowerShell Studio’s custom menu. For those who aren’t familiar with the custom menu, it is a menu that users can customize to call other tools and […]
PowerShell Studio 2015 – New Collection Project deployment options
With release of the v4.2.83 build of PowerShell Studio 2015, we introduced new features that we are covering in detail over a series of articles. PowerShell Studio 2014 introduced the new Collection Project: https://www.sapien.com/blog/2014/07/29/powershell-studio-2014-collection-project/ The Collection Project simply groups various files without creating a single script as in a normal project and each script file […]
PrimalSQL 2015: What’s New?
The release of PrimalSQL 2015 (v4.1.41) introduces some changes and new database providers. Updated Database Browser The Database Browser was overhauled so that it will load the database piecemeal instead all at once. As a result, the schema will always be displayed in the database browser tree. When you expand a schema node for […]
PowerShell Studio 2015 – New FolderBrowserModernDialog Control
With release of the v4.2.83 build of PowerShell Studio 2015, we introduced new features that we are covering in detail over a series of articles. This next new feature was also added in response to user feedback. This particular user wanted to use the modern version of the folder browser dialog that is available in […]
PowerShell Studio 2015 – New Navigation Bar
With release of the v4.2.83 build of PowerShell Studio 2015, we introduced new features that we are covering in detail over a series of articles. The second major feature included in this release is: The Navigation bar The new navigation bar, located above the editor, allows you to jump between functions, workflows, events and more. […]
PowerShell Studio 2015 – New Parameter Block Formatting
With release of the v4.2.83 build of PowerShell Studio 2015, we introduced new features which we will cover in detail over a series of articles. This first feature added was in response to user feedback. Parameter Block Formatting Three new options were added to PowerShell Studio 2015 that allow you to control different aspects of […]
PowerShell Studio 2015 – What’s new?
The new version of PowerShell Studio is upon us. All major releases are included as a free upgrade for those with an active subscription. PowerShell Studio 2015 We worked hard on overhauling the parser and other internal systems so that we can implement your requested features and improve the overall editing experience in PowerShell […]
PowerShell Studio 2014: Code Formatting
One of the new features we added to PowerShell Studio 2014 is code formatting. PowerShell Studio 2014 will now beautify your script while you type or when you paste content. Often times when you paste a PowerShell script from the web, the lines aren’t indented correctly. With the PowerShell Studio’s code formatting, it will automatically […]
PowerShell Studio 2014: Editor Coloring
Many users like to customize their editor coloring and PowerShell Studio lets them do just that. With PowerShell Studio, users can specify the coloring for the editor’s syntax coloring and backgrounds. To edit the font and coloring of the PowerShell Studio go to: Options->Editor->Font and Color… Editor Font and Color Settings Using this dialog you […]