CodeTools: fixed auto-indent after "object" keyword. Issue #19945, patch from Anton

git-svn-id: trunk@31926 -
This commit is contained in:
juha 2011-08-09 20:20:09 +00:00
parent cfa79a82d9
commit dbdec77d4b

View File

@ -162,7 +162,7 @@ type
const
bbtAllIdentifierSections = [bbtTypeSection,bbtConstSection,bbtVarSection,
bbtResourceStringSection,bbtLabelSection];
bbtResourceStringSection,bbtLabelSection,bbtClassSection];
bbtAllProcedures = [bbtProcedure,bbtFunction];
bbtAllCodeSections = [bbtInterface,bbtImplementation,bbtInitialization,
bbtFinalization];