SAPIEN has just released another update to iPowerShell Pro, its iOS-based PowerShell editor and remote connectivity tool. With this update, we focussed primarily on iOS 9 compatibility. iPad Multi-Tasking iPowerShell Pro is now a good citizen in the iPad multi-tasking community. If you’re using an iPad running iOS 9, you can split the screen and […]
Category: Service Build
PowerShell Studio 2015: Service Release v4.2.96
We released a new service build for PowerShell Studio 2015 (v4.2.96). In this release we introduced another new feature: Create Module from Help If you aren’t familiar with PowerShell HelpWriter, it is a tool that lets you create external PowerShell help files (MAML) for existing modules or from scratch. PowerShell HelpWriter can be […]
PowerShell HelpWriter – Service Release v1.0.16
In the latest service release of PowerShell HelpWriter 2015, you will notice a few changes to the Select Module dialog that appears when creating a new help file. The updated dialog includes several new features. Sorting Modules The module list can now be sorted by clicking on the respective column headers. In addition, we […]
PrimalScript 2015 build 7.1.70 adds PowerShell parameter editing and code formatting
With service build 7.1.70 we add some additional PowerShell functionality to PrimalScript 2015. We added a user interface to edit or add parameters for your script and we slightly modified the ribbon “Edit” group to make these new items more accessible. Aside from editing the parameters of your script we also make the PowerShell function […]
PowerShell Studio 2015 – Find References and File in Files Update
We just released another build of PowerShell Studio 2015 (v4.2.95). We included a few new features to this build, but we will focus on the search-related features in this particular article. Find in Files Update We added some new options to the “Find In” pull down list of the Find in Files dialog. The […]
PowerShell Studio 2015: Service Release v4.2.94 and Projects with Folders
We released a new service build for PowerShell Studio 2015 (v4.2.94). Here’s what’s new: Folder Support in Projects PowerShell Studio 2015 projects now support folders. The project folders reflect the folder structure of the project files. Therefore if you previously organized your project files in folders within the project’s directory, those folders will automatically be […]
PrimalScript adds Custom PrimalSense (Part 3: Cached and dynamic data lists)
With the latest service build (7.1.67) of PrimalScript 2015 we introduced a new feature; custom PrimalSense. In the first part of this series we showed you how to create a simple list and what options you have for providing data for these lists. In the second part we showed you how to make these lists […]
PrimalScript adds Custom PrimalSense (Part 2: Images and multiple selection)
With the latest service build (7.1.67) of PrimalScript 2015 we introduced a new feature; custom PrimalSense. In the first part of this series we showed you how to create a simple list and what options you have for providing data for these lists. If you missed the post, click here. If your list has just […]
PrimalScript adds Custom PrimalSense (Part 1: Basic lists and static data)
With the latest service build (7.1.67) of PrimalScript 2015 we introduced a new feature; custom PrimalSense. While many items in a script can be determined dynamically based on context and offered as a selection in a list, there are equally as many items that are tied to your specific environment or your business logic. There […]
VersionRecall adds file locks
Source control systems usually operate in one of two ways: Check-in and check-out or with a concurrent submit. Check-in and check-out makes it easy to coordinate access to files in a project by team members. While a file is checked out, no one else can can submit a modification to that file until that particular […]