codetools: clean up

git-svn-id: trunk@53136 -
This commit is contained in:
mattias 2016-10-17 13:33:11 +00:00
parent 5fffe3b0fa
commit 2ffb2eebdc

View File

@ -255,7 +255,7 @@ type
function CompleteVariableForIn(CleanCursorPos,
OldTopLine: integer; CursorNode: TCodeTreeNode;
var NewPos: TCodeXYPosition; var NewTopLine: integer;
SourceChangeCache: TSourceChangeCache; Interactive: Boolean): boolean;
SourceChangeCache: TSourceChangeCache; {%H-}Interactive: Boolean): boolean;
function CompleteIdentifierByParameter(CleanCursorPos,
OldTopLine: integer; CursorNode: TCodeTreeNode;
var NewPos: TCodeXYPosition; var NewTopLine: integer;