mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-23 18:45:59 +02:00
Jedi Code Format: Add more files to the IdePlugin package. Cleanup in uses sections.
This commit is contained in:
parent
0e08315669
commit
4fda5f9771
@ -722,6 +722,18 @@
|
||||
<Filename Value="..\..\ReadWrite\diffmerge.pas"/>
|
||||
<UnitName Value="diffmerge"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="..\..\Utils\JcfStringUtils.pas"/>
|
||||
<UnitName Value="JcfStringUtils"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="..\..\Utils\JcfSystemUtils.pas"/>
|
||||
<UnitName Value="JcfSystemUtils"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="..\..\Utils\JcfUnicodeFiles.pas"/>
|
||||
<UnitName Value="JcfUnicodeFiles"/>
|
||||
</Item>
|
||||
</Files>
|
||||
<i18n>
|
||||
<EnableI18N Value="True"/>
|
||||
|
@ -41,7 +41,8 @@ uses
|
||||
frClarifyCaseBlocks, frComments, frWarnings, frReservedCapsSettings,
|
||||
frAnyCapsSettings, frIdentifierCapsSettings, frNotIdentifierCapsSettings,
|
||||
frUnitCaps, frReplace, frUses, frTransform, frAsm, frPreProcessor,
|
||||
JcfUIConsts, Diff, diffmerge, LazarusPackageIntf;
|
||||
JcfUIConsts, Diff, diffmerge, JcfStringUtils, JcfSystemUtils,
|
||||
JcfUnicodeFiles, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -56,7 +56,9 @@ See http://www.gnu.org/licenses/gpl.html
|
||||
|
||||
interface
|
||||
|
||||
uses ExtCtrls;
|
||||
uses
|
||||
SysUtils,
|
||||
ExtCtrls;
|
||||
|
||||
type
|
||||
TProcedure = procedure(var pbTryAgain: boolean);
|
||||
@ -94,8 +96,6 @@ type
|
||||
|
||||
implementation
|
||||
|
||||
uses SysUtils;
|
||||
|
||||
const
|
||||
// default of 100ms = 1/0 second
|
||||
DEFAULT_DELAY = 100;
|
||||
|
@ -59,7 +59,7 @@ implementation
|
||||
|
||||
uses
|
||||
{$ifdef MSWINDOWS}
|
||||
Windows, ShellApi, {$PUSH} {$WARNINGS OFF} FileCtrl {$POP}
|
||||
Windows, ShellApi
|
||||
{$endif}
|
||||
{$ifdef Unix}
|
||||
Unix
|
||||
|
@ -30,7 +30,7 @@ See http://www.gnu.org/licenses/gpl.html
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Dialogs;
|
||||
Classes, SysUtils;
|
||||
|
||||
type
|
||||
TFileContentType = (eUnknown, e8Bit, eUtf8,
|
||||
|
Loading…
Reference in New Issue
Block a user