mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 23:40:22 +02:00
synedit: allow procedure modifiers to be used in class
git-svn-id: trunk@22477 -
This commit is contained in:
parent
c0f0ab2673
commit
38cd84263c
@ -128,7 +128,7 @@ const
|
||||
// restrict cdecl etc to places where they can be.
|
||||
// this needs a better parser
|
||||
ProcModifierAllowed: TPascalCodeFoldBlockTypes =
|
||||
[cfbtNone, cfbtProcedure, cfbtProgram, cfbtUnitSection]; // unitsection, actually interface only
|
||||
[cfbtNone, cfbtProcedure, cfbtProgram, cfbtClassSection, cfbtUnitSection]; // unitsection, actually interface only
|
||||
|
||||
type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user