I've just discovered PowerShell in Windows 7 (don't know how I missed it!) and I've also just realised that it comes with an ISE too!
In Linux, I use gEdit with an embedded terminal when writing C programs and I've been looking for an alternative in Windows. This PowerShell ISE seems perfect except for the fact it doesn't highlight syntax for anything other than PowerShell Scripts.
Is there a way around this? Or is there a decent text editor (like notepad++) for windows that lets me embed an instance of CMD or PowerShell into it?
Thanks.