I’m newbie, using Notepad++, but I’m programming with Fortran Intel Compiler. I would like to compile and run my Fortran scripts using, directly, Notepad++. Could anyone help me to say me, what I need to do in order to configure Notepad++ to compile in Fortran? I know that I can compile some programs, if I have in Notepad++ the plug-in NppExec that I have it. Regards.
I’m newbie, using Notepad++, but I’m programming with Fortran Intel Compiler. I would like
Share
Try to do this:
Click the ‘Run’ button and then ‘Run…’ again. Now write the command line script that runs the file, in my case it is:
And save the command. Note, the word
FULL_CURRENT_PATHrefers to the fully qualified path to the current document.