-
At the PowerShell Deep Dive in San Diego, I did a lightning session showing off something I had been working on. Sometimes I don’t know what possesses me, but I felt the need for a better way to navigate my … Continue reading → Read...
-
Ever since PowerShell v3.0 CTP build got released, I am using ISE as my primary script editor. I keep changing preferences such as colors, etc. The new feature in ISE v3 remembers the changes made to ISE options. While this is quite useful, sometimes...
-
This short post shows yet another ISE addon to quickly move to the ISE v3 combined pane input section. Read More...
-
I have a few scripts that are thousands of lines long. When working with these scripts in ISE, I often start modifying some part of the code and then use scroll bar to move up and down to refer to other parts of the code. In this process, I naturally...
-
I’ve been using PowerShell’s Integrated Scripting Environment ever since it was in beta. Despite being relatively slow to load, it sure beats using Notepad for simple script development/debugging. The colour coding alone makes it even more useful! I love...
-
Here’s hoping the PowerShell community doesn’t block me from their websites for my awful taste of music. Today’s topic is the ISE, the Integrated Scripting Environment. This PowerShell host application, written in WPF, is new as of PowerShell...
-
< # .SYNOPSIS This script sets an ISE Theme to similar to the old VIM editor. .DESCRIPTION This script sets the key values in $PsIse .Options to values consistent with the VIM editor, beloved by many, particularly...
-
I was searching for some information on how to add custom menus to PowerShell ISE. I’d been meaning to play around with this for a while and had some time last night. So I went searching and came across what looked at first sight to be the perfect answer...