notepad ++で複数のファイルを開きました。
開いたファイルの数を知りたいです。それを知る方法はありますか?
はい。NPPM_GETNBOPENFILES
プログラムで、メッセージを使用できます
NPPM_GETNBOPENFILES
The return value depends on nbType :
nbType Meaning
ALL_OPEN_FILES the total number of files opened in Notepad++
PRIMARY_VIEW the number of files opened in the primary view
SECOND_VIEW the number of files opened in the second view
Notepad++メッセージはここにリストされています。