IDE: conditionals synedit: verbose

git-svn-id: trunk@41635 -
This commit is contained in:
mattias 2013-06-09 14:11:12 +00:00
parent 89500ac955
commit 4fb21a8f43
2 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,6 @@
ToDo:
- add checkbox Show build modes
- move conditionals to Other
- move IDE macros only for package usage
- undo: combine changes while editing a cell
}

View File

@ -353,7 +353,9 @@ var
XY: TPoint;
Line: String;
begin
//debugln(['TCompOptBuildMacrosFrame.StartCompletion ']);
{$IFDEF VerboseCOCondSynCompletion}
debugln(['TCompOptBuildMacrosFrame.StartCompletion START']);
{$ENDIF}
UpdateCompletionValues;
fSynCompletion.ItemList.Assign(CompletionValues);