Community
Participate
Working Groups
Hi, There isn't an ENDFORALL syntax template currently, but there are some for the ENDIF, ENDDO, etc. Would it be possible to add it in please? I've inherited a shared codebase and the previous programmer decided to use ENDFORALL exclusively. I'd like to avoid replacing everything because it introduces differences between my code and his when we run a diff and also since the gfortran compiler doesn't seem to mind the ENDFORALL syntax. Thanks, Matt
Sorry for all the emails... I just noticed that the ENDWHERE template is also missing. Matt
Hi Matt, Thanks for the bug report. We didn't include any individual code templates for END statements; they're all matched with the statement that starts a construct. However, you can add them in yourself (or modify the existing templates). Click on Windows > Preferences > Fortran > Templates, and you can either use the "Edit" button to change an existing template or the "New" button to insert a new one. Hope this helps. Jeff