mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 22:19:18 +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;
|
function TCodeCompletionCodeTool.ApplyClassCompletion: boolean;
|
||||||
begin
|
begin
|
||||||
DebugLn(['TCodeCompletionCodeTool.ApplyClassCompletion DoInsertSpaceInFront=',AtomTypesToStr(ASourceChangeCache.BeautifyCodeOptions.DoInsertSpaceInFront),' DoInsertSpaceAfter=',AtomTypesToStr(ASourceChangeCache.BeautifyCodeOptions.DoInsertSpaceAfter)]);
|
|
||||||
Result:=false;
|
Result:=false;
|
||||||
try
|
try
|
||||||
// insert all new class parts
|
// insert all new class parts
|
||||||
@ -3187,6 +3186,8 @@ begin
|
|||||||
|
|
||||||
CursorNode:=FindDeepestNodeAtPos(CleanCursorPos,true);
|
CursorNode:=FindDeepestNodeAtPos(CleanCursorPos,true);
|
||||||
CodeCompleteSrcChgCache:=SourceChangeCache;
|
CodeCompleteSrcChgCache:=SourceChangeCache;
|
||||||
|
|
||||||
|
DebugLn(['TCodeCompletionCodeTool.CompleteCode DoInsertSpaceInFront=',AtomTypesToStr(CodeCompleteSrcChgCache.BeautifyCodeOptions.DoInsertSpaceInFront),' DoInsertSpaceAfter=',AtomTypesToStr(CodeCompleteSrcChgCache.BeautifyCodeOptions.DoInsertSpaceAfter)]);
|
||||||
{$IFDEF CTDEBUG}
|
{$IFDEF CTDEBUG}
|
||||||
DebugLn('TCodeCompletionCodeTool.CompleteCode A CleanCursorPos=',dbgs(CleanCursorPos),' NodeDesc=',NodeDescriptionAsString(CursorNode.Desc));
|
DebugLn('TCodeCompletionCodeTool.CompleteCode A CleanCursorPos=',dbgs(CleanCursorPos),' NodeDesc=',NodeDescriptionAsString(CursorNode.Desc));
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
@ -59,9 +59,6 @@ type
|
|||||||
|
|
||||||
EDBEditError = class(Exception);
|
EDBEditError = class(Exception);
|
||||||
|
|
||||||
//TMbcsByteType = (mbSingleByte, mbLeadByte, mbTrailByte);
|
|
||||||
|
|
||||||
|
|
||||||
{ TCustomMaskEdit }
|
{ TCustomMaskEdit }
|
||||||
|
|
||||||
TMaskCharType = (mcNone, mcLiteral, mcIntlLiteral, mcDirective, mcMask,
|
TMaskCharType = (mcNone, mcLiteral, mcIntlLiteral, mcDirective, mcMask,
|
||||||
|
Loading…
Reference in New Issue
Block a user