mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 16:00:23 +02:00
Codetools: improve indentation when pasting a line inside class definition. Patch from Anton.
git-svn-id: trunk@32014 -
This commit is contained in:
parent
d0be101ab4
commit
da2fe1ffb1
@ -1464,7 +1464,7 @@ function TFullyAutomaticBeautifier.AdjustByNextAtom(
|
||||
begin
|
||||
if StackTopType=bbtDefinition then
|
||||
EndBlock;
|
||||
if StackTopType in bbtAllIdentifierSections then
|
||||
if StackTopType in (bbtAllIdentifierSections-[bbtClassSection]) then
|
||||
EndBlock;
|
||||
BeginBlock(bbtProcedure);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user