Terminal window in a N++ tab
-
Hi,
I am thinking of using Claude Code in combinaison with N++ (my favourite Editor).
As Claude Code is simply running in a shell / powershell window, I was wondering if that Terminal window could be opened in a Notepad++ tab (usefully sent to the other view).
I searched a plugin capable of doing that (this is broader than just Claude Code), but did not found any.
Should I send a request for plugin ?
Is there any chance that a plugin can do that or would it need an enhancement of the core ?Best regards to everyone.
Arnaud -
@arnaud-derette said in Terminal window in a N++ tab:
I searched a plugin capable of doing that
NppConsole was rescued from oblivion a few years by @Michael-Vincent, but never put into the Plugins Admin. That literally runs cmd.exe (or other executable, like powershell) in a panel in Notepad++ (the command that it runs is defined through the About box, rather than a separate config dialog).
Or the NppExec plugin (available thru Plugins Admin), which can be used to launch anything (and has a whole scripting language to go with it), and it has a console window that such commands can show their output in.
Either one of those plugins should work for you.