-
The two documents are the same!
I manged to work my way through the instructions and made the following scripts:
script name: compile_or_run
<pre><code>
// save current file
NPP_SAVE
// construct the script name to be called
SET Compiler = run@$(EXT_PART)
// call the script
NPP_EXEC "$(Compiler)"
</code></pre>
script name: run@.cpp...
2009-09-13 16:56:42 UTC in Notepad++
-
Thanks for the clarification cchris! I am checking it out now!
2009-09-13 15:31:42 UTC in Notepad++
-
dv__, I tried reading the NPPExec manual (https://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Compiling_Source_Code), but it seem too confuse me as it seem to explain how to compile more languages then just c++.
2009-09-12 19:25:38 UTC in Notepad++
-
I would like some help in setting up NppExec to Debug/Compile and run C++ scripts in cygWIN. I need to use cygWIN as the programs I make will be graded on a computer running Linux.
Thanks you,
CampSoup1988
PS: If this is the wrong catagory for this question, please feel free to move it to the correct location.
2009-09-11 22:09:41 UTC in Notepad++