Hello Keurfon-Luu,
regarding the cygwin/NppExec problem I don’t have any experiance here but
from what I read on the web (discussion between MS and cygwin devs) it seems that it isn’t easily solveable.
And bringing NppExec inbetween seems to be another step of complexity.
Regarding the regular expression, I assume there is a bug in function list code.
Becasue when using the find dialog with regular expression everything
gets found as expected. The workaround seems to be that you add an
additional space char at the end of the function line like
subroutine hello()__one_extra_space_char
print *, "Hello World!"
return
end subroutine hello
then it is found.
Or, the problem is still between monitor and chair and I still have problems understanding regex.
Sorry
Claudia