jcf: fix char case in unit names

git-svn-id: trunk@22248 -
This commit is contained in:
paul 2009-10-21 07:57:37 +00:00
parent 05b4a3cd3e
commit 1f597e595b
34 changed files with 48 additions and 48 deletions

View File

@ -203,9 +203,9 @@
<UsageCount Value="40"/> <UsageCount Value="40"/>
</Unit19> </Unit19>
<Unit20> <Unit20>
<Filename Value="../../Settings/JCFSettings.pas"/> <Filename Value="../../Settings/JcfSettings.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<UnitName Value="JCFSettings"/> <UnitName Value="JcfSettings"/>
<CursorPos X="19" Y="43"/> <CursorPos X="19" Y="43"/>
<TopLine Value="25"/> <TopLine Value="25"/>
<EditorIndex Value="1"/> <EditorIndex Value="1"/>
@ -576,9 +576,9 @@
<UsageCount Value="40"/> <UsageCount Value="40"/>
</Unit64> </Unit64>
<Unit65> <Unit65>
<Filename Value="../../Settings/JCFSetBase.pas"/> <Filename Value="../../Settings/JcfSetBase.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<UnitName Value="JCFSetBase"/> <UnitName Value="JcfSetBase"/>
<CursorPos X="66" Y="38"/> <CursorPos X="66" Y="38"/>
<TopLine Value="34"/> <TopLine Value="34"/>
<UsageCount Value="40"/> <UsageCount Value="40"/>
@ -688,9 +688,9 @@
<UsageCount Value="39"/> <UsageCount Value="39"/>
</Unit78> </Unit78>
<Unit79> <Unit79>
<Filename Value="../../Utils/JCFHelp.pas"/> <Filename Value="../../Utils/JcfHelp.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<UnitName Value="JCFHelp"/> <UnitName Value="JcfHelp"/>
<CursorPos X="52" Y="75"/> <CursorPos X="52" Y="75"/>
<TopLine Value="58"/> <TopLine Value="58"/>
<UsageCount Value="39"/> <UsageCount Value="39"/>

View File

@ -401,12 +401,12 @@
<UnitName Value="JcfRegistrySettings"/> <UnitName Value="JcfRegistrySettings"/>
</Item94> </Item94>
<Item95> <Item95>
<Filename Value="..\..\Settings\JCFSetBase.pas"/> <Filename Value="..\..\Settings\JcfSetBase.pas"/>
<UnitName Value="JCFSetBase"/> <UnitName Value="JcfSetBase"/>
</Item95> </Item95>
<Item96> <Item96>
<Filename Value="..\..\Settings\JCFSettings.pas"/> <Filename Value="..\..\Settings\JcfSettings.pas"/>
<UnitName Value="JCFSettings"/> <UnitName Value="JcfSettings"/>
</Item96> </Item96>
<Item97> <Item97>
<Filename Value="..\..\Settings\SetAlign.pas"/> <Filename Value="..\..\Settings\SetAlign.pas"/>
@ -493,8 +493,8 @@
<UnitName Value="JcfFontSetFunctions"/> <UnitName Value="JcfFontSetFunctions"/>
</Item117> </Item117>
<Item118> <Item118>
<Filename Value="..\..\Utils\JCFHelp.pas"/> <Filename Value="..\..\Utils\JcfHelp.pas"/>
<UnitName Value="JCFHelp"/> <UnitName Value="JcfHelp"/>
</Item118> </Item118>
<Item119> <Item119>
<Filename Value="..\..\Utils\JcfLog.pas"/> <Filename Value="..\..\Utils\JcfLog.pas"/>

View File

@ -29,11 +29,11 @@ uses
VisitSetNesting, VisitSetXY, VisitStripEmptySpace, WarnAssignToFunctionName, VisitSetNesting, VisitSetXY, VisitStripEmptySpace, WarnAssignToFunctionName,
WarnCaseNoElse, WarnDestroy, WarnEmptyBlock, Warning, WarnRealType, WarnCaseNoElse, WarnDestroy, WarnEmptyBlock, Warning, WarnRealType,
WarnUnusedParam, Converter, ConvertTypes, EditorConverter, FileConverter, WarnUnusedParam, Converter, ConvertTypes, EditorConverter, FileConverter,
JcfRegistrySettings, JCFSetBase, JCFSettings, SetAlign, SetAsm, SetCaps, JcfRegistrySettings, JcfSetBase, JcfSettings, SetAlign, SetAsm, SetCaps,
SetClarify, SetComments, SetIndent, SetObfuscate, SetPreProcessor, SetClarify, SetComments, SetIndent, SetObfuscate, SetPreProcessor,
SetReplace, SetReturns, SetSpaces, SettingsTypes, SetTransform, SetUses, SetReplace, SetReturns, SetSpaces, SettingsTypes, SetTransform, SetUses,
SetWordList, SettingsStream, fJcfErrorDisplay, Delay, fileutils, IntList, SetWordList, SettingsStream, fJcfErrorDisplay, Delay, fileutils, IntList,
JcfFontSetFunctions, JCFHelp, JcfLog, JcfMiscFunctions, fAbout, JcfFontSetFunctions, JcfHelp, JcfLog, JcfMiscFunctions, fAbout,
JcfVersionConsts, LazarusPackageIntf; JcfVersionConsts, LazarusPackageIntf;
implementation implementation

View File

@ -39,7 +39,7 @@ uses
SysUtils, Classes, Controls, Forms, Dialogs, StdCtrls, ComCtrls, Menus, SysUtils, Classes, Controls, Forms, Dialogs, StdCtrls, ComCtrls, Menus,
ActnList, StdActns, ToolWin, ImgList, ShellAPI, ActnList, StdActns, ToolWin, ImgList, ShellAPI,
{ local } { local }
FileConverter, JCFSettings, ConvertTypes, FileConverter, JcfSettings, ConvertTypes,
frBasicSettings, JvMRUManager, JvFormPlacement, frBasicSettings, JvMRUManager, JvFormPlacement,
JvMemo, frDrop, frmBaseSettingsFrame, JvComponent, JvExStdCtrls, JvMemo, frDrop, frmBaseSettingsFrame, JvComponent, JvExStdCtrls,
JvComponentBase; JvComponentBase;
@ -139,7 +139,7 @@ uses
JclFileUtils, JclFileUtils,
{ local } { local }
fAbout, fAllSettings, fRegistrySettings, fAbout, fAllSettings, fRegistrySettings,
SettingsStream, JCFHelp, JcfRegistrySettings, JcfFontSetFunctions; SettingsStream, JcfHelp, JcfRegistrySettings, JcfFontSetFunctions;
function OkDialog(const psMsg: string): boolean; function OkDialog(const psMsg: string): boolean;
begin begin

View File

@ -164,7 +164,7 @@ uses
ClipBrd, ClipBrd,
{ local } { local }
JcfStringUtils, JcfStringUtils,
JCFHelp, fAbout, fRegistrySettings, fAllSettings, JcfFontSetFunctions; JcfHelp, fAbout, fRegistrySettings, fAllSettings, JcfFontSetFunctions;
{$ifdef FPC} {$ifdef FPC}
{$R *.lfm} {$R *.lfm}

View File

@ -94,7 +94,7 @@ uses
SysUtils, Forms, SysUtils, Forms,
{ local } { local }
PreProcessorExpressionTokenise, PreProcessorExpressionParser, PreProcessorExpressionTokenise, PreProcessorExpressionParser,
ParseError, JCFSettings; ParseError, JcfSettings;
procedure RemoveConditionalCompilation(const pcTokens: TSourceTokenList); procedure RemoveConditionalCompilation(const pcTokens: TSourceTokenList);
var var

View File

@ -93,7 +93,7 @@ implementation
{$endif} {$endif}
uses uses
SourceToken, Tokens, JCFHelp, JcfFontSetFunctions SourceToken, Tokens, JcfHelp, JcfFontSetFunctions
{$ifdef fpc}, LResources{$endif}; {$ifdef fpc}, LResources{$endif};
procedure ShowParseTree(const pcRoot: TParseTreeNode); procedure ShowParseTree(const pcRoot: TParseTreeNode);

View File

@ -84,7 +84,7 @@ implementation
uses uses
{ local } { local }
JcfStringUtils, JcfStringUtils,
Tokens, SourceToken, TokenUtils, JCFSettings, Tokens, SourceToken, TokenUtils, JcfSettings,
FormatFlags, SettingsTypes; FormatFlags, SettingsTypes;
const const

View File

@ -50,7 +50,7 @@ type
implementation implementation
uses ParseTreeNode, SourceToken, TokenUtils, FormatFlags, JCFSettings; uses ParseTreeNode, SourceToken, TokenUtils, FormatFlags, JcfSettings;
constructor TWarning.Create; constructor TWarning.Create;
begin begin

View File

@ -23,7 +23,7 @@ See http://www.gnu.org/licenses/gpl.html
------------------------------------------------------------------------------*) ------------------------------------------------------------------------------*)
{*)} {*)}
unit JCFSetBase; unit JcfSetBase;
{ base class for a group of settings { base class for a group of settings
AFS 29 Dec 1999 AFS 29 Dec 1999

View File

@ -23,7 +23,7 @@ See http://www.gnu.org/licenses/gpl.html
------------------------------------------------------------------------------*) ------------------------------------------------------------------------------*)
{*)} {*)}
unit JCFSettings; unit JcfSettings;
{ this is the settings on how to parse. As of 2.0 this is always from a file { this is the settings on how to parse. As of 2.0 this is always from a file
The file name is stored in registry The file name is stored in registry
@ -138,7 +138,7 @@ uses
{$IFNDEF FPC}Windows,{$ENDIF} SysUtils, Dialogs, {$IFNDEF FPC}Windows,{$ENDIF} SysUtils, Dialogs,
{ local } { local }
JcfStringUtils, JcfStringUtils,
JCFSetBase, JcfSetBase,
JcfRegistrySettings; JcfRegistrySettings;

View File

@ -33,7 +33,7 @@ unit SetAlign;
interface interface
uses JCFSetBase, SettingsStream; uses JcfSetBase, SettingsStream;
type type

View File

@ -35,7 +35,7 @@ interface
uses uses
{ delphi }Classes, { delphi }Classes,
{ local }JCFSetBase, SettingsStream; { local }JcfSetBase, SettingsStream;
type type

View File

@ -29,7 +29,7 @@ See http://www.gnu.org/licenses/gpl.html
interface interface
uses uses
JCFSetBase, JcfSetBase,
SettingsTypes, SettingsStream; SettingsTypes, SettingsStream;
type type

View File

@ -33,7 +33,7 @@ unit SetCaps;
interface interface
uses JCFSetBase, SettingsTypes, SettingsStream; uses JcfSetBase, SettingsTypes, SettingsStream;
type type

View File

@ -34,7 +34,7 @@ interface
uses uses
Classes, Classes,
JCFSetBase, SettingsStream; JcfSetBase, SettingsStream;
type type
// once-offs can be run, not run, or can be the only thing run // once-offs can be run, not run, or can be the only thing run

View File

@ -33,7 +33,7 @@ See http://www.gnu.org/licenses/gpl.html
interface interface
uses JCFSetBase, SettingsStream; uses JcfSetBase, SettingsStream;
type type

View File

@ -35,7 +35,7 @@ interface
uses uses
{ local } { local }
JCFSetBase, SettingsStream; JcfSetBase, SettingsStream;
type type

View File

@ -29,7 +29,7 @@ unit SetIndent;
interface interface
uses JCFSetBase, SettingsStream; uses JcfSetBase, SettingsStream;
type type

View File

@ -34,7 +34,7 @@ unit SetObfuscate;
interface interface
uses uses
{ local }JCFSetBase, SettingsTypes, SettingsStream; { local }JcfSetBase, SettingsTypes, SettingsStream;
type type

View File

@ -36,7 +36,7 @@ uses
{ delphi } { delphi }
Classes, Classes,
{ local } { local }
JCFSetBase, SettingsStream; JcfSetBase, SettingsStream;
type type
TSetPreProcessor = class(TSetBase) TSetPreProcessor = class(TSetBase)

View File

@ -37,7 +37,7 @@ uses
{ delphi } { delphi }
Classes, Classes,
{ local } { local }
JCFSetBase, SettingsStream; JcfSetBase, SettingsStream;
type type

View File

@ -31,7 +31,7 @@ See http://www.gnu.org/licenses/gpl.html
interface interface
uses JCFSetBase, SettingsTypes, SettingsStream; uses JcfSetBase, SettingsTypes, SettingsStream;
type type
{ rebreak lines has three modes: { rebreak lines has three modes:

View File

@ -31,7 +31,7 @@ unit SetSpaces;
interface interface
uses JCFSetBase, SettingsStream, SettingsTypes; uses JcfSetBase, SettingsStream, SettingsTypes;
type type

View File

@ -33,7 +33,7 @@ unit SetTransform;
interface interface
uses JCFSetBase, SettingsTypes, SettingsStream; uses JcfSetBase, SettingsTypes, SettingsStream;
type type
TUsesSortOrder = (eAlpha, eReverseAlpha, eShortToLong, eLongToShort); TUsesSortOrder = (eAlpha, eReverseAlpha, eShortToLong, eLongToShort);

View File

@ -39,7 +39,7 @@ interface
uses uses
{ delphi }Classes, { delphi }Classes,
{ local }JCFSetBase, SettingsStream; { local }JcfSetBase, SettingsStream;
type type

View File

@ -36,7 +36,7 @@ interface
uses uses
{ delphi }Classes, { delphi }Classes,
{ local }JCFSetBase, SettingsStream; { local }JcfSetBase, SettingsStream;
type type

View File

@ -155,7 +155,7 @@ begin
fReg.WriteString(fsSection, psTagName, Float2Str(pdValue)); fReg.WriteString(fsSection, psTagName, Float2Str(pdValue));
end; end;
// method from JCFSetBase // method from JcfSetBase
procedure TSettingsRegistryOutput.Write(const psTagName: string; procedure TSettingsRegistryOutput.Write(const psTagName: string;
const pcValue: TStrings); const pcValue: TStrings);
var var

View File

@ -59,7 +59,7 @@ implementation
{$R *.dfm} {$R *.dfm}
{$endif} {$endif}
uses JcfSettings, JCFHelp, SetClarify; uses JcfSettings, JcfHelp, SetClarify;
constructor TfClarify.Create(AOwner: TComponent); constructor TfClarify.Create(AOwner: TComponent);
begin begin

View File

@ -69,7 +69,7 @@ const
implementation implementation
uses JCFHelp; uses JcfHelp;
{$ifdef FPC} {$ifdef FPC}
{$R *.lfm} {$R *.lfm}

View File

@ -70,7 +70,7 @@ uses
LResources, LCLIntf, LResources, LCLIntf,
{$endif} {$endif}
{ local } { local }
JcfVersionConsts, JCFHelp, JcfFontSetFunctions, JcfStringUtils; JcfVersionConsts, JcfHelp, JcfFontSetFunctions, JcfStringUtils;
{$ifdef fpc} {$ifdef fpc}
procedure ShowURL(const ps: string); procedure ShowURL(const ps: string);

View File

@ -38,7 +38,7 @@ uses
SysUtils, Classes, Controls, Forms, SysUtils, Classes, Controls, Forms,
StdCtrls, Buttons, ExtCtrls, ComCtrls, ShellAPI, Dialogs, StdCtrls, Buttons, ExtCtrls, ComCtrls, ShellAPI, Dialogs,
{ local } { local }
JCFSettings, frmBaseSettingsFrame; JcfSettings, frmBaseSettingsFrame;
type type
TFormAllSettings = class(TForm) TFormAllSettings = class(TForm)
@ -84,7 +84,7 @@ implementation
uses uses
Windows, Windows,
JcfRegistrySettings, JcfFontSetFunctions, JCFHelp, JcfRegistrySettings, JcfFontSetFunctions, JcfHelp,
{ contained frames } { contained frames }
frFiles, frObfuscateSettings, frFiles, frObfuscateSettings,
frClarify, frClarifySpaces, frClarifyIndent, frClarify, frClarifySpaces, frClarifyIndent,

View File

@ -114,7 +114,7 @@ uses
{ jcl } { jcl }
JclSysInfo, JclSysInfo,
{ local } { local }
ConvertTypes, JcfRegistrySettings, JcfSettings, JCFHelp, JcfFontSetFunctions; ConvertTypes, JcfRegistrySettings, JcfSettings, JcfHelp, JcfFontSetFunctions;
{$ifdef FPC} {$ifdef FPC}
{$R *.lfm} {$R *.lfm}

View File

@ -1,4 +1,4 @@
unit JCFHelp; unit JcfHelp;
{(*} {(*}
(*------------------------------------------------------------------------------ (*------------------------------------------------------------------------------