mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 16:19:16 +02:00
codetools: clean up
git-svn-id: trunk@20309 -
This commit is contained in:
parent
baa2686a42
commit
7a864a4be6
@ -186,7 +186,7 @@ type
|
||||
{ ToDo:
|
||||
- indent on paste (position + new source)
|
||||
- indent auto generated code (several snippets)
|
||||
- learn from source
|
||||
- learn from sources
|
||||
- learn from nearest lines in source
|
||||
}
|
||||
property OnGetExamples: TOnGetFABExamples read FOnGetExamples write FOnGetExamples;
|
||||
@ -416,7 +416,7 @@ begin
|
||||
p:=StartPos;
|
||||
repeat
|
||||
ReadRawNextPascalAtom(Src,p,AtomStart,NestedComments);
|
||||
DebugLn(['TFullyAutomaticBeautifier.ParseSource ',copy(Src,AtomStart,p-AtomStart)]);
|
||||
DebugLn(['TFullyAutomaticBeautifier.ParseSource Atom=',copy(Src,AtomStart,p-AtomStart)]);
|
||||
if p>=EndPos then break;
|
||||
|
||||
if (Stack.Top>=0) then begin
|
||||
|
Loading…
Reference in New Issue
Block a user