4

Is there a multipurpose text editor for Windows that has an embedded command line? As an example of what I'm looking for, I've included a screenshot of KDE's Kate below.

Kate editor

phuclv
  • 30,396
  • 15
  • 136
  • 260
wen
  • 417

2 Answers2

3

Try NotePad++ with the NppExec plug-in installed. You can install the plug-in using the NotePad++ Plug-in manager.

NppExec Description:

Run different commands with the help of this plugin NppExec is designed as a Notepad++ plugin that gives you the possibility to run commands and applications directly from the editor.

NppExec can be used for running other programs from Notepad++, passing text from Notepad++ to some external tool, compiling source files (using external compiler) etc.

When the NppExec plugin is installed, you can see its icon "Show Console Dialog" on Notepad++'es toolbar, and you can find NppExec's submenu under Plugins menu of Notepad++.

snowdude
  • 2,928
  • 19
  • 20
1

VS code

It has a terminal and also a help text box that can be opened anywhere

VS code interface

VS Code User Interface

phuclv
  • 30,396
  • 15
  • 136
  • 260