The Computer Oracle

Auto hide Notepad++ console dialog?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 2

--

Chapters
00:00 Auto Hide Notepad++ Console Dialog?
00:39 Accepted Answer Score 20
01:06 Thank you

--

Full question
https://superuser.com/questions/364717/a...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#notepad++

#avk47



ACCEPTED ANSWER

Score 20


It's not obvious, but you can fix the "toggle console off" feature:

In the Console, press F3 or F7 and check "Hide toggled Console" in the appeared bottom controls. (Or you can press Ctrl+T in the Console to get the same effect.)

You can also prevent the console from automatically appearing for a given script by including the following line at the top of your NppExec code:

NPP_CONSOLE 0