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 […]
Tag: ISE
VersionRecall integration with PrimalScript and PowerShell Studio
The folks over at PowerShell.org recently published a review of VersionRecall (http://powershell.org/wp/2014/04/15/review-sapien-versionrecall/) There was one paragraph that took us a little bit by surprise: “Unfortunately, PowerShell Studio doesn’t seem to recognize VersionRecall as a source control provider (at least, it didn’t show up when I tried to configure source control in PowerShell Studio). That means […]
VersionRecall 2014 released.
We are proud to announce that VersionRecall 2014 has been released and is now available for download from our web site at http://www.sapien.com/software/versionrecall. If you have been evaluating the community preview version, please make sure to read all the way down so you catch the new features that have been added. If you have not […]
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 […]
Not all syntax coloring is created equal
Syntax coloring for programming languages was originally introduced as a visual aid to assist developers in assessing the syntactical correctness of code. Unlike the squiggly red or green underlines in Microsoft Word colors indicate validation rather than error. So while glancing at a syntax colored stretch of code the usual green hue of comments and […]
PowerShell V3 breakpoint bug
While we are adapting and verifying all our bits and pieces for PowerShell V3 and Windows 8, we sometimes stumble across little changes from PowerShell V2 behavior. Most of the time this is pretty simple and we can adapt our code to a new object or a change of where the information is located. Sometimes […]
PSModulePath discrepancies
While investigating a bug report about ChangeVue’s installer we stumbled across a discrepancy with PowerShell’s PSModulePath environment variable. On a virgin Windows 7 machine the environment variable is set to “C:\windows\system32\WindowsPowerShell\v1.0\Modules\” via a System Environment Variable.There is no default that links to the per-user module path. If you query the environment variable in CMD you […]
Fun with PowerShell ISE
A popular PowerShell version 2 feature is the graphical PowerShell console, known as the Integrated Script Environment or ISE. The ISE has its own object model which means you can customize it. Here a few things you might want to tweak, or at least experiment with.