codetools: clean up

git-svn-id: trunk@20309 -
This commit is contained in:
mattias 2009-05-30 14:02:03 +00:00
parent baa2686a42
commit 7a864a4be6

View File

@ -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