How to combine Free Pascal compiler and NP++ (or maybe other editor, Vim, Geany, ...)? i.e. I want something like IDE: compiling, running from NP++, list of errors\warnings. I tried http://sourceforge.net/projects/notepad-plus/forums/forum/331753/topic/2084061?message=5036415 but it doesn't work. Also tried some different code
cd $(CURRENT_DIRECTORY)
fpc $(NAME_PART).pas
but the same issue occurs
Hm, looks like np++ plugin mentioned in the question works, not sure what was the problem and why it did not create .exe when I first tried, but now everything works.
Also found SciTE editor, where it is possible to add something like
to
pascal.properties
. Or here it is already included: http://code.google.com/p/scite-ru/downloads/list