mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 01:57:57 +02:00
IDE, LazBuild: Remove SynEdit dependency from unit InputHistory and project LazBuild.
git-svn-id: trunk@56682 -
This commit is contained in:
parent
20ecd8933d
commit
e348614532
@ -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',
|
||||
|
@ -65,6 +65,7 @@ type
|
||||
end;
|
||||
|
||||
const
|
||||
LazFindSearchOptionsDefault: array[Boolean] of TSynSearchOptions = ([], [ssoEntireScope, ssoSelectedOnly]);
|
||||
LazFindSearchOptionNames: array[TSynSearchOption] of string = (
|
||||
'MatchCase',
|
||||
'WholeWord',
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user