How to compile and run C files from within Notepad++ using NppExec plugin?

前端 未结 10 1450
北荒
北荒 2020-11-30 00:45

How can I configure the NppExec plugin for Notepad++?

I would like NppExec to compile my C files, run them, and show their output, all within Notepad++.

10条回答
  •  旧时难觅i
    2020-11-30 01:08

    In windows if you are using a portable version of MinGW you must set path variable or you have error libintl-8.dll not found. My path is C:\Program Files (x86)\CodeBlocks\MinGW\bin

提交回复
热议问题