mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-17 03:40:53 +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:
|
ToDo:
|
||||||
- add checkbox Show build modes
|
- add checkbox Show build modes
|
||||||
- move conditionals to Other
|
|
||||||
- move IDE macros only for package usage
|
- move IDE macros only for package usage
|
||||||
- undo: combine changes while editing a cell
|
- undo: combine changes while editing a cell
|
||||||
}
|
}
|
||||||
|
|||||||
@ -353,7 +353,9 @@ var
|
|||||||
XY: TPoint;
|
XY: TPoint;
|
||||||
Line: String;
|
Line: String;
|
||||||
begin
|
begin
|
||||||
//debugln(['TCompOptBuildMacrosFrame.StartCompletion ']);
|
{$IFDEF VerboseCOCondSynCompletion}
|
||||||
|
debugln(['TCompOptBuildMacrosFrame.StartCompletion START']);
|
||||||
|
{$ENDIF}
|
||||||
UpdateCompletionValues;
|
UpdateCompletionValues;
|
||||||
fSynCompletion.ItemList.Assign(CompletionValues);
|
fSynCompletion.ItemList.Assign(CompletionValues);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user