mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 20:36:09 +02:00
codetools: added verbosity
git-svn-id: trunk@10475 -
This commit is contained in:
parent
8b7cf08537
commit
2cf5ba11a4
@ -1122,7 +1122,6 @@ end;
|
||||
|
||||
function TCodeCompletionCodeTool.ApplyClassCompletion: boolean;
|
||||
begin
|
||||
DebugLn(['TCodeCompletionCodeTool.ApplyClassCompletion DoInsertSpaceInFront=',AtomTypesToStr(ASourceChangeCache.BeautifyCodeOptions.DoInsertSpaceInFront),' DoInsertSpaceAfter=',AtomTypesToStr(ASourceChangeCache.BeautifyCodeOptions.DoInsertSpaceAfter)]);
|
||||
Result:=false;
|
||||
try
|
||||
// insert all new class parts
|
||||
@ -3187,6 +3186,8 @@ begin
|
||||
|
||||
CursorNode:=FindDeepestNodeAtPos(CleanCursorPos,true);
|
||||
CodeCompleteSrcChgCache:=SourceChangeCache;
|
||||
|
||||
DebugLn(['TCodeCompletionCodeTool.CompleteCode DoInsertSpaceInFront=',AtomTypesToStr(CodeCompleteSrcChgCache.BeautifyCodeOptions.DoInsertSpaceInFront),' DoInsertSpaceAfter=',AtomTypesToStr(CodeCompleteSrcChgCache.BeautifyCodeOptions.DoInsertSpaceAfter)]);
|
||||
{$IFDEF CTDEBUG}
|
||||
DebugLn('TCodeCompletionCodeTool.CompleteCode A CleanCursorPos=',dbgs(CleanCursorPos),' NodeDesc=',NodeDescriptionAsString(CursorNode.Desc));
|
||||
{$ENDIF}
|
||||
|
@ -59,9 +59,6 @@ type
|
||||
|
||||
EDBEditError = class(Exception);
|
||||
|
||||
//TMbcsByteType = (mbSingleByte, mbLeadByte, mbTrailByte);
|
||||
|
||||
|
||||
{ TCustomMaskEdit }
|
||||
|
||||
TMaskCharType = (mcNone, mcLiteral, mcIntlLiteral, mcDirective, mcMask,
|
||||
|
Loading…
Reference in New Issue
Block a user