mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-21 16:59:55 +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
|
begin
|
||||||
if StackTopType=bbtDefinition then
|
if StackTopType=bbtDefinition then
|
||||||
EndBlock;
|
EndBlock;
|
||||||
if StackTopType in bbtAllIdentifierSections then
|
if StackTopType in (bbtAllIdentifierSections-[bbtClassSection]) then
|
||||||
EndBlock;
|
EndBlock;
|
||||||
BeginBlock(bbtProcedure);
|
BeginBlock(bbtProcedure);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user