mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 06:16:05 +02:00
codetools: comments
git-svn-id: trunk@49649 -
This commit is contained in:
parent
ccdf8a27f9
commit
783144bb12
@ -91,13 +91,13 @@ const
|
|||||||
ctnObjCCategory = 35;
|
ctnObjCCategory = 35;
|
||||||
ctnObjCProtocol = 36;
|
ctnObjCProtocol = 36;
|
||||||
ctnCPPClass = 37;
|
ctnCPPClass = 37;
|
||||||
ctnTypeHelper = 38;//"type helper"
|
ctnTypeHelper = 38;//"type helper", parent/child similar to ctnClass
|
||||||
ctnRecordHelper = 39;//"record helper"
|
ctnRecordHelper = 39;//"record helper", parent/child similar to ctnClass
|
||||||
|
|
||||||
ctnClassAbstract = 40;
|
ctnClassAbstract = 40;
|
||||||
ctnClassSealed = 41;
|
ctnClassSealed = 41;
|
||||||
ctnClassExternal = 42; // parent: jvm: ctnClass, ObjCClass, ObjCProtocol
|
ctnClassExternal = 42; // parent: jvm: ctnClass, ObjCClass, ObjCProtocol
|
||||||
ctnClassHelper = 43;//"class helper"
|
ctnClassHelper = 43;//"class helper", parent/child similar to ctnClass
|
||||||
ctnClassInheritance = 44;
|
ctnClassInheritance = 44;
|
||||||
ctnHelperFor = 45;//class/record/type helper for
|
ctnHelperFor = 45;//class/record/type helper for
|
||||||
ctnClassGUID = 46;
|
ctnClassGUID = 46;
|
||||||
|
Loading…
Reference in New Issue
Block a user