I'm using Notepad++ to compile tex files. There is just one annoying thing about it: Every time I compile, I cant continue typing but I have to reactivate the Window.
Tools keeping Notepad++ on top such as "Always on Top" won't help.
My run command is
Code: Select all
cmd /q /c cd /d "$(CURRENT_DIRECTORY)" && pdflatex.exe "$(FILE_NAME)"