mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
- Allow using variable width font. - Fixed search next, allow searching backwards, highlight found text. - Fixed highlighting lines with TABs. - Fixed handling of wide character encodings (UTF-16). Added support for UTF-32. - Added auto-detection of file encoding. - Added handling of Unicode files with BOM.
51 lines
1.5 KiB
XML
51 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<Package Version="3">
|
|
<PathDelim Value="\"/>
|
|
<Name Value="viewerpackage"/>
|
|
<Author Value="Radek Červinka"/>
|
|
<CompilerOptions>
|
|
<Version Value="8"/>
|
|
<PathDelim Value="\"/>
|
|
<SearchPaths>
|
|
<OtherUnitFiles Value="$(LazarusDir)\lcl\units\$(TargetCPU)-$(TargetOS)\;$(LazarusDir)\lcl\units\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)\"/>
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<Linking>
|
|
<Debugging>
|
|
<GenerateDebugInfo Value="True"/>
|
|
</Debugging>
|
|
</Linking>
|
|
<Other>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Version Major="1"/>
|
|
<Files Count="2">
|
|
<Item1>
|
|
<Filename Value="viewercontrol.pas"/>
|
|
<HasRegisterProc Value="True"/>
|
|
<UnitName Value="ViewerControl"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Filename Value="unicodeutils.pas"/>
|
|
<UnitName Value="unicodeutils"/>
|
|
</Item2>
|
|
</Files>
|
|
<Type Value="RunAndDesignTime"/>
|
|
<RequiredPkgs Count="1">
|
|
<Item1>
|
|
<PackageName Value="FCL"/>
|
|
<MinVersion Major="1" Valid="True"/>
|
|
</Item1>
|
|
</RequiredPkgs>
|
|
<UsageOptions>
|
|
<UnitPath Value="$(PkgOutDir)\"/>
|
|
</UsageOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<DestinationDirectory Value="$(TestDir)\publishedpackage\"/>
|
|
<IgnoreBinaries Value="False"/>
|
|
</PublishOptions>
|
|
</Package>
|
|
</CONFIG>
|