From dbdec77d4bdb1dcd6c87197d4b5bcd32cba95d65 Mon Sep 17 00:00:00 2001 From: juha Date: Tue, 9 Aug 2011 20:20:09 +0000 Subject: [PATCH] CodeTools: fixed auto-indent after "object" keyword. Issue #19945, patch from Anton git-svn-id: trunk@31926 - --- components/codetools/codebeautifier.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/codetools/codebeautifier.pas b/components/codetools/codebeautifier.pas index a8b42b5949..307aa62f9a 100644 --- a/components/codetools/codebeautifier.pas +++ b/components/codetools/codebeautifier.pas @@ -162,7 +162,7 @@ type const bbtAllIdentifierSections = [bbtTypeSection,bbtConstSection,bbtVarSection, - bbtResourceStringSection,bbtLabelSection]; + bbtResourceStringSection,bbtLabelSection,bbtClassSection]; bbtAllProcedures = [bbtProcedure,bbtFunction]; bbtAllCodeSections = [bbtInterface,bbtImplementation,bbtInitialization, bbtFinalization];