after playing about with Ubuntu 10.04, one of the interesting things I noticed was that you could embed a terminal in gedit. Is there a similar plugin that would enable me to embed a Powershell (or a command prompt) window into notepad ++?
|
feedback
|
|
Yes, PowerShell_ISE.exe (which comes with PowerShell), PowerGUI, PowerShell Plus, and Visual Studio all have PowerShell consoles below the editors ... and can use PowerShell to manipulate the IDE. But what you're asking for is the NppExec plugin http://sourceforge.net/projects/npp-plugins/files/ ... although it cannot manipulate the IDE ;-) | |||
|
feedback
|
|
No there isn't as far as I can see, why not switch to a Powershell window or use a real IDE? Eclipse can do this for example... Edit: Maybe gedit for Windows is a better option! :-D | |||||
feedback
|
|
If you want to use Powershell you should look at a more powerfull IDE. PowerGui.Org makes a great free system management and script editor. | |||
|
feedback
|
|
NotePad++ comes primed with the NppExec plugin. I haven't quite worked out "what and why", but I've found that I need to shell-out (in the same window) to start some commands.. eg. prompt> cmd /c tr.exe --help | |||
|
feedback
|
|
You should try PowerGUI Editor. It autocompletes commands and variables and other nice stuff. And it if free. | |||
|
feedback
|