Community
Participate
Working Groups
This is actually using Photran 6.0.6 The following code is not parsed properly: the function does not appear in the outline: #if defined(boo) function test(a) implicit none end function #endif
Correction: this is not a bug. I was not taking into account the fact that (I'm guessing) the outline is derived from the preprocessed source. The solution to my problem was to define the symbol (boo in the example) in Project>Properties>Fortran General>Paths and symbols>Symbols. Apologies for the noise.