IDE, LazBuild: Remove SynEdit dependency from unit InputHistory and project LazBuild.

git-svn-id: trunk@56682 -
This commit is contained in:
juha 2017-12-09 18:31:25 +00:00
parent 20ecd8933d
commit e348614532
3 changed files with 6 additions and 9 deletions

View File

@ -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',

View File

@ -65,6 +65,7 @@ type
end;
const
LazFindSearchOptionsDefault: array[Boolean] of TSynSearchOptions = ([], [ssoEntireScope, ssoSelectedOnly]);
LazFindSearchOptionNames: array[TSynSearchOption] of string = (
'MatchCase',
'WholeWord',

View File

@ -52,19 +52,16 @@
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
</local>
</RunParams>
<RequiredPackages Count="4">
<RequiredPackages Count="3">
<Item1>
<PackageName Value="SynEdit"/>
<PackageName Value="DebuggerIntf"/>
</Item1>
<Item2>
<PackageName Value="DebuggerIntf"/>
<PackageName Value="CodeTools"/>
</Item2>
<Item3>
<PackageName Value="CodeTools"/>
</Item3>
<Item4>
<PackageName Value="IDEIntf"/>
</Item4>
</Item3>
</RequiredPackages>
<Units Count="4">
<Unit0>