mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Clean up
This commit is contained in:
parent
c489ad5df0
commit
1ef21e6195
4 changed files with 10 additions and 15 deletions
|
|
@ -112,7 +112,7 @@ var
|
|||
begin
|
||||
SynHighlighterList:= TStringList.Create;
|
||||
SynHighlighterHashList:= TStringHashList.Create(True);
|
||||
{$PUSH}{$WARNINGS OFF}
|
||||
{$PUSH}{$HINTS OFF}{$WARNINGS OFF}
|
||||
SynPlainTextHighlighter:= TSynPlainTextHighlighter.Create(Self);
|
||||
{$POP}
|
||||
{$IF lcl_fullversion >= 093100}
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ unit uBriefFileView;
|
|||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Controls, LMessages, Grids, Graphics, StdCtrls,
|
||||
uDisplayFile, DCXmlConfig, uFileSorting, uFileProperty, uTypes,
|
||||
uFileViewWithGrid, uFile, uFileViewHeader, uFileView, uFileSource;
|
||||
Classes, SysUtils, Controls, LMessages, Grids, Graphics,
|
||||
uDisplayFile, DCXmlConfig, uTypes, uFileViewWithGrid, uFile,
|
||||
uFileSource;
|
||||
|
||||
type
|
||||
|
||||
|
|
@ -49,11 +49,9 @@ type
|
|||
implementation
|
||||
|
||||
uses
|
||||
LCLIntf, LCLType, LCLVersion, LCLProc, math,
|
||||
uGlobs, uPixmapManager, uKeyboard,
|
||||
uDCUtils, fMain,
|
||||
LCLIntf, LCLType, LCLVersion, LCLProc, Math,
|
||||
uGlobs, uPixmapManager, uKeyboard, fMain,
|
||||
uFileSourceProperty,
|
||||
uFileFunctions,
|
||||
uOrderedFileView;
|
||||
|
||||
{ TBriefDrawGrid }
|
||||
|
|
|
|||
|
|
@ -536,7 +536,7 @@ type
|
|||
implementation
|
||||
|
||||
uses
|
||||
Clipbrd, Dialogs, LCLProc, LCLType, Forms, StrUtils, dmCommonData,
|
||||
Clipbrd, Dialogs, LCLProc, LCLType, Forms, dmCommonData,
|
||||
fMaskInputDlg, uMasks, DCOSUtils, uOSUtils, DCStrUtils, uDCUtils,
|
||||
uDebug, uLng, uShowMsg, uFileSystemFileSource, uFileSourceUtil,
|
||||
uFileViewNotebook, uSearchTemplate, uKeyboard, uFileFunctions,
|
||||
|
|
@ -2892,7 +2892,6 @@ end;
|
|||
|
||||
procedure TFileView.EnableWatcher(Enable: Boolean);
|
||||
var
|
||||
sDrive, sWatchDirsExclude: String;
|
||||
WatchFilter: TFSWatchFilter;
|
||||
begin
|
||||
if Enable then
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ unit uFileViewWithGrid;
|
|||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Controls, LMessages, Grids, Graphics, StdCtrls,
|
||||
uDisplayFile, DCXmlConfig, uFileSorting, uFileProperty, uTypes,
|
||||
Classes, SysUtils, Controls, Grids, Graphics, StdCtrls,
|
||||
uDisplayFile, DCXmlConfig, uFileSorting, uFileProperty,
|
||||
uFileViewWithMainCtrl, uFile, uFileViewHeader, uFileView, uFileSource;
|
||||
|
||||
type
|
||||
|
|
@ -101,9 +101,7 @@ uses
|
|||
LCLIntf, LCLType, LCLVersion, LCLProc, math,
|
||||
uGlobs, uPixmapManager, uKeyboard,
|
||||
uDCUtils, fMain,
|
||||
uFileSourceProperty,
|
||||
uFileFunctions,
|
||||
uOrderedFileView;
|
||||
uFileFunctions;
|
||||
|
||||
function FitFileName(const AFileName: UTF8String; ACanvas: TCanvas; AFile: TFile; ATargetWidth: Integer): UTF8String;
|
||||
var
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue