嗨,当我在NotePad ++中运行程序时。每次,控制台都会刷新,并且先前的输出会消失。如何执行代码而不替换以前的命令历史记录? For example, if I execute the command print "Hello the World" several times, the previous one is gone and only the newest execution remains on the console. Can I kept the previous history?
答案 0 :(得分:0)
简短答案:阅读NppExec键入后在其控制台中打印的内容
help npe_console
更长的答案:
npe_console a+/a- append mode (don't clear Console) on/off
a+/a- Console append mode on/off.
There is no corresponding menu item.
This option is not saved when you close Notepad++.
Default value: off
(Console is automatically cleared when new script starts).