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 // RTL + LCL
Classes, SysUtils, Laz_AVL_Tree, Classes, SysUtils, Laz_AVL_Tree,
// LCL // LCL
Dialogs, SynEditTypes, Dialogs,
// LazUtils // LazUtils
LazFileCache, LazFileUtils, LazUTF8, AvgLvlTree, Laz2_XMLCfg, LazFileCache, LazFileUtils, LazUTF8, AvgLvlTree, Laz2_XMLCfg,
// Codetools // Codetools
@ -275,7 +275,6 @@ type
end; end;
const const
LazFindSearchOptionsDefault: array[Boolean] of TSynSearchOptions = ([], [ssoEntireScope, ssoSelectedOnly]);
LazFindInFileSearchOptionsDefault = [fifSearchOpen, fifIncludeSubDirs]; LazFindInFileSearchOptionsDefault = [fifSearchOpen, fifIncludeSubDirs];
LazFindInFileSearchOptionNames: array[TLazFindInFileSearchOption] of string =( LazFindInFileSearchOptionNames: array[TLazFindInFileSearchOption] of string =(
'MatchCase', 'MatchCase',

View File

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

View File

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