PrimalPad has been a favorite “keep on your flash drive” tool for many users. The 2015 version has seen some little cosmetic changes in the ribbon layout. We have moved some functionality like window management, SAPIEN Tools and check for updates to the “Tools” tab to make more room for user tools on the home […]
Tag: Editor
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 […]
I already have the ISE, do I need… ?
PrimalScript, PowerShell Studio or any other tool in the PowerShell universe you can think of? We get this question a lot, so I thought I’d give you a few highlights. First and foremost, this is not a game of ISE or not. The ISE is an important tool for your everyday work and you should […]
PowerShell Studio 2014: What New in the Editor?
Let’s look at some of the new features you will find in PowerShell Studio 2014’s editor. Improved Syntax Coloring One of the first editing features you might have noticed in PowerShell Studio 2014 is the improved syntax coloring. Parameter Attributes and Type Coloring: PowerShell Studio will now color parameter attributes and types when valid: External […]
Introducing SAPIEN’s VersionRecall 2014
Version control is a necessity for most, if not all, software development teams. When you work with a large number of individuals plugging away at the same code you just need some mechanism to channel access and preserve previous known-good states. Version control systems have evolved from simple check-in/check-out systems like Microsoft’s Delta and later […]
Introducing the PowerShell Profile Editor
PowerShell’s profiles make setting up your work environment a bit easier, allowing you to pre-load your most common snapins or modules, define functions, set variables and whatever else you need on startup. However, since there are quite a number of profiles, potentially one for each host, one for all users, one for each user, one […]