mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 11:20:36 +01:00
IDE: conditionals synedit: verbose
git-svn-id: trunk@41635 -
This commit is contained in:
parent
89500ac955
commit
4fb21a8f43
@ -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
|
||||
}
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user