Community
Participate
Working Groups
From AK: If you select the outer do-loop header in a perfect loop nest DO I = 1,10 DO J = 1,10 ... and include the line ending following that header in the selection (on Windows, anyway), the FortranResourceRefactoring#getLoopNode will attempt to include the inner loop header in the selection.
On another note, Ashley would like a method that allows the user to select one or more successive loops (e.g., for Fuse Loops).