omecra / de.omecra.oedt.updatesite

OEDT Plug-in Updatesite - Issue Repository for OEDT
12 stars 0 forks source link

Outline doesn't show Methods with Input Parameters #166

Closed wiflc closed 1 year ago

wiflc commented 1 year ago

Hi, I found a bug with oedt, where a method won't show up in the outline when there are input parameter types which start with a number. My test class inside the directory 3a

USING Progress.Lang.*.
BLOCK-LEVEL ON ERROR UNDO, THROW.
CLASS 3a.test: 
END CLASS.

Class with test class as parameter in method

USING Progress.Lang.*.
BLOCK-LEVEL ON ERROR UNDO, THROW.
CLASS bbb: 
    CONSTRUCTOR PUBLIC bbb (  ):
    END CONSTRUCTOR.

    METHOD PUBLIC VOID method1(  ):
    END METHOD.    
    METHOD PUBLIC VOID ggg( INPUT test AS 3a.test ):
    END METHOD.
END CLASS.

The outline image

lneumeier commented 1 year ago

Fixed with OEDT 9.4.8.