From e348614532fa943192ef2067aad60ab9cbf5c293 Mon Sep 17 00:00:00 2001 From: juha Date: Sat, 9 Dec 2017 18:31:25 +0000 Subject: [PATCH] IDE, LazBuild: Remove SynEdit dependency from unit InputHistory and project LazBuild. git-svn-id: trunk@56682 - --- ide/inputhistory.pas | 3 +-- ide/inputhistorywithsearchopt.pas | 1 + ide/lazbuild.lpi | 11 ++++------- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/ide/inputhistory.pas b/ide/inputhistory.pas index d1bd01fa74..56a7e27bd3 100644 --- a/ide/inputhistory.pas +++ b/ide/inputhistory.pas @@ -39,7 +39,7 @@ uses // RTL + LCL Classes, SysUtils, Laz_AVL_Tree, // LCL - Dialogs, SynEditTypes, + Dialogs, // LazUtils LazFileCache, LazFileUtils, LazUTF8, AvgLvlTree, Laz2_XMLCfg, // Codetools @@ -275,7 +275,6 @@ type end; const - LazFindSearchOptionsDefault: array[Boolean] of TSynSearchOptions = ([], [ssoEntireScope, ssoSelectedOnly]); LazFindInFileSearchOptionsDefault = [fifSearchOpen, fifIncludeSubDirs]; LazFindInFileSearchOptionNames: array[TLazFindInFileSearchOption] of string =( 'MatchCase', diff --git a/ide/inputhistorywithsearchopt.pas b/ide/inputhistorywithsearchopt.pas index 725c3fbf30..abae7faccf 100644 --- a/ide/inputhistorywithsearchopt.pas +++ b/ide/inputhistorywithsearchopt.pas @@ -65,6 +65,7 @@ type end; const + LazFindSearchOptionsDefault: array[Boolean] of TSynSearchOptions = ([], [ssoEntireScope, ssoSelectedOnly]); LazFindSearchOptionNames: array[TSynSearchOption] of string = ( 'MatchCase', 'WholeWord', diff --git a/ide/lazbuild.lpi b/ide/lazbuild.lpi index 3b43513239..33ba0cad07 100644 --- a/ide/lazbuild.lpi +++ b/ide/lazbuild.lpi @@ -52,19 +52,16 @@ - + - + - + - - - - +