PowerShell ISE as C editor (like gEdit with embedded terminal)?

1

I've just discovered PowerShell in Windows 7 and 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. 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.exe or PowerShell into it?

Griffin

Posted 2011-07-30T15:21:26.390

Reputation: 323

There is a windows version of gedit. – N.N. – 2011-07-31T13:50:02.280

Answers

0

Somehow I missed this, but Notepad++ has a plugin called "NppExec" which gives you an embedded Command Prompt.

To get it go to Plugins -> Plugin Manager -> Show Plugin Manager and find "NppExec"

If, like me, you find the extra text it outputs annoying, turn it off by going to: Plugins -> NppExec and Check No internal messages.

Griffin

Posted 2011-07-30T15:21:26.390

Reputation: 323

0

I know people who use Visual Studios and the PowerGUI Extension to write their Powershell scripts. Probably a bit overkill.

The only other IDE that is widely used for Powershell is the standalone PowerGUI.

surfasb

Posted 2011-07-30T15:21:26.390

Reputation: 21 453