mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 01:38:01 +02:00
Move unitt ParsedCompilerOpts and CompilerOptions to package IdeConfig.
This commit is contained in:
parent
201af675d3
commit
817427e89e
@ -46,10 +46,9 @@ uses
|
|||||||
// IDEIntf
|
// IDEIntf
|
||||||
IDEDialogs, LazIDEIntf, IDEOptEditorIntf, EditorSyntaxHighlighterDef,
|
IDEDialogs, LazIDEIntf, IDEOptEditorIntf, EditorSyntaxHighlighterDef,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
IDEProcs,
|
IDEProcs, ParsedCompilerOpts, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
DialogProcs, ParsedCompilerOpts, CompilerOptions, ProjPackCommon, Project,
|
DialogProcs, ProjPackCommon, Project, PackageDefs, PackageSystem, PackageEditor,
|
||||||
PackageDefs, PackageSystem, PackageEditor,
|
|
||||||
BasePkgManager, LazarusIDEStrConsts, SearchPathProcs, SourceFileManager,
|
BasePkgManager, LazarusIDEStrConsts, SearchPathProcs, SourceFileManager,
|
||||||
// Converter
|
// Converter
|
||||||
ConverterTypes, ConvertSettings, ConvCodeTool, MissingUnits, MissingPropertiesDlg,
|
ConverterTypes, ConvertSettings, ConvCodeTool, MissingUnits, MissingPropertiesDlg,
|
||||||
|
@ -35,6 +35,7 @@ uses
|
|||||||
LazUTF8, LazLoggerBase,
|
LazUTF8, LazLoggerBase,
|
||||||
// IdeIntf
|
// IdeIntf
|
||||||
IDEImagesIntf,
|
IDEImagesIntf,
|
||||||
|
// IDE
|
||||||
Compiler, LazarusIDEStrConsts;
|
Compiler, LazarusIDEStrConsts;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
@ -60,11 +60,10 @@ uses
|
|||||||
IdeIntfStrConsts, LazIDEIntf, IDEMsgIntf, IDEHelpIntf, IDEImagesIntf, IDEWindowIntf,
|
IdeIntfStrConsts, LazIDEIntf, IDEMsgIntf, IDEHelpIntf, IDEImagesIntf, IDEWindowIntf,
|
||||||
PackageIntf, IDEExternToolIntf, IDEDialogs, IDEUtils,
|
PackageIntf, IDEExternToolIntf, IDEDialogs, IDEUtils,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
EnvironmentOpts, LazConf, TransferMacros,
|
EnvironmentOpts, LazConf, TransferMacros, ParsedCompilerOpts, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
LazarusIDEStrConsts, DialogProcs, MainBar, ApplicationBundle, ModeMatrixOpts,
|
LazarusIDEStrConsts, DialogProcs, MainBar, ApplicationBundle, ModeMatrixOpts,
|
||||||
ParsedCompilerOpts, CompilerOptions, BuildProfileManager, GenericListEditor,
|
BuildProfileManager, GenericListEditor, GenericCheckList, PackageSystem, PackageDefs;
|
||||||
GenericCheckList, PackageSystem, PackageDefs;
|
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
@ -52,11 +52,10 @@ uses
|
|||||||
IDEDialogs, LazIDEIntf, IDEMsgIntf, SrcEditorIntf, InputHistory,
|
IDEDialogs, LazIDEIntf, IDEMsgIntf, SrcEditorIntf, InputHistory,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
LazConf, EnvironmentOpts, ModeMatrixOpts, TransferMacros, IdeConfStrConsts,
|
LazConf, EnvironmentOpts, ModeMatrixOpts, TransferMacros, IdeConfStrConsts,
|
||||||
IDEProcs, etMakeMsgParser,
|
IDEProcs, etMakeMsgParser, etFPCMsgFilePool, ParsedCompilerOpts, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
LazarusIDEStrConsts, DialogProcs, EditDefineTree, ProjectResources,
|
LazarusIDEStrConsts, DialogProcs, EditDefineTree, ProjectResources,
|
||||||
MiscOptions, ParsedCompilerOpts, CompilerOptions,
|
MiscOptions, ExtTools, etFPCMsgParser, etPas2jsMsgParser, Compiler,
|
||||||
ExtTools, etFPCMsgFilePool, etFPCMsgParser, etPas2jsMsgParser, Compiler,
|
|
||||||
FPCSrcScan, PackageDefs, PackageSystem, Project, ProjectIcon, BaseBuildManager,
|
FPCSrcScan, PackageDefs, PackageSystem, Project, ProjectIcon, BaseBuildManager,
|
||||||
ApplicationBundle, RunParamsOpts, IdeTransferMacros, SearchPathProcs;
|
ApplicationBundle, RunParamsOpts, IdeTransferMacros, SearchPathProcs;
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@ uses
|
|||||||
IDEDialogs, CompOptsIntf, IDEOptionsIntf, LazIDEIntf, IDEImagesIntf,
|
IDEDialogs, CompOptsIntf, IDEOptionsIntf, LazIDEIntf, IDEImagesIntf,
|
||||||
IDEWindowIntf,
|
IDEWindowIntf,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
EnvironmentOpts, TransferMacros, SearchPathProcs,
|
EnvironmentOpts, TransferMacros, SearchPathProcs, ParsedCompilerOpts, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
MainBase, MainBar, BasePkgManager, PackageDefs, Project, ParsedCompilerOpts, CompilerOptions,
|
MainBase, MainBar, BasePkgManager, PackageDefs, Project,
|
||||||
BaseBuildManager, Compiler_ModeMatrix, BuildModeDiffDlg, GenericCheckList,
|
BaseBuildManager, Compiler_ModeMatrix, BuildModeDiffDlg, GenericCheckList,
|
||||||
LazarusIDEStrConsts;
|
LazarusIDEStrConsts;
|
||||||
|
|
||||||
|
@ -43,9 +43,9 @@ uses
|
|||||||
ProjectIntf, MacroIntf, IDEExternToolIntf, LazIDEIntf, IDEDialogs,
|
ProjectIntf, MacroIntf, IDEExternToolIntf, LazIDEIntf, IDEDialogs,
|
||||||
PackageIntf, IDEMsgIntf,
|
PackageIntf, IDEMsgIntf,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
TransferMacros, SearchPathProcs, IDEProcs,
|
TransferMacros, SearchPathProcs, IDEProcs, ParsedCompilerOpts, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
Project, PackageSystem, LazarusIDEStrConsts, PackageDefs, ParsedCompilerOpts, CompilerOptions;
|
Project, PackageSystem, PackageDefs, LazarusIDEStrConsts;
|
||||||
|
|
||||||
type
|
type
|
||||||
TCompilerOptionsTest = (
|
TCompilerOptionsTest = (
|
||||||
|
@ -45,9 +45,10 @@ uses
|
|||||||
// IDEIntf
|
// IDEIntf
|
||||||
LazIDEIntf, IDEUtils,
|
LazIDEIntf, IDEUtils,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
EnvironmentOpts, LazConf, IDECmdLine, SearchPathProcs, etMakeMsgParser,
|
EnvironmentOpts, LazConf, IDECmdLine, SearchPathProcs,
|
||||||
|
etMakeMsgParser, etFPCMsgFilePool,
|
||||||
// IDE
|
// IDE
|
||||||
etFPCMsgFilePool, LazarusIDEStrConsts;
|
LazarusIDEStrConsts;
|
||||||
|
|
||||||
const
|
const
|
||||||
FPCMsgIDCompiling = 3104;
|
FPCMsgIDCompiling = 3104;
|
||||||
|
@ -33,9 +33,10 @@ uses
|
|||||||
// CodeTools
|
// CodeTools
|
||||||
KeywordFuncLists, CodeToolsCfgScript,
|
KeywordFuncLists, CodeToolsCfgScript,
|
||||||
// IdeIntf
|
// IdeIntf
|
||||||
IDEOptionsIntf, IDEOptEditorIntf, CompOptsIntf, MacroIntf, IDEImagesIntf, IDEDialogs,
|
IDEOptionsIntf, IDEOptEditorIntf, CompOptsIntf, MacroIntf, IDEImagesIntf,
|
||||||
|
IDEDialogs, ParsedCompilerOpts, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
ParsedCompilerOpts, CompilerOptions, LazarusIDEStrConsts, PackageDefs;
|
LazarusIDEStrConsts, PackageDefs;
|
||||||
|
|
||||||
type
|
type
|
||||||
TCBMNodeType = (
|
TCBMNodeType = (
|
||||||
|
@ -18,8 +18,10 @@ uses
|
|||||||
IDEOptionsIntf, IDEExternToolIntf, CompOptsIntf,
|
IDEOptionsIntf, IDEExternToolIntf, CompOptsIntf,
|
||||||
// IdeIntf
|
// IdeIntf
|
||||||
IDEOptEditorIntf, IDEDialogs,
|
IDEOptEditorIntf, IDEDialogs,
|
||||||
|
// IdeConfig
|
||||||
|
etFPCMsgFilePool,
|
||||||
// IDE
|
// IDE
|
||||||
CompilerOptions, etFPCMsgFilePool, LazarusIDEStrConsts;
|
CompilerOptions, LazarusIDEStrConsts;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
@ -39,8 +39,10 @@ uses
|
|||||||
IDEOptionsIntf, IDEOptEditorIntf, CompOptsIntf, IDECommands,
|
IDEOptionsIntf, IDEOptEditorIntf, CompOptsIntf, IDECommands,
|
||||||
// SynEdit
|
// SynEdit
|
||||||
SynEdit, SynEditKeyCmds, SynCompletion,
|
SynEdit, SynEditKeyCmds, SynCompletion,
|
||||||
|
// IdeConfig
|
||||||
|
ParsedCompilerOpts, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
LazarusIDEStrConsts, ParsedCompilerOpts, CompilerOptions, Compiler,
|
LazarusIDEStrConsts, Compiler,
|
||||||
AllCompilerOptions, DefinesGui, EditorOptions, PackageDefs, SourceSynEditor;
|
AllCompilerOptions, DefinesGui, EditorOptions, PackageDefs, SourceSynEditor;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
@ -13,9 +13,9 @@ uses
|
|||||||
// IdeIntf
|
// IdeIntf
|
||||||
IDEOptionsIntf, IDEOptEditorIntf, MacroIntf, CompOptsIntf, IDEImagesIntf, IDEDialogs,
|
IDEOptionsIntf, IDEOptEditorIntf, MacroIntf, CompOptsIntf, IDEImagesIntf, IDEDialogs,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
SearchPathProcs,
|
SearchPathProcs, ParsedCompilerOpts, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
Project, ParsedCompilerOpts, CompilerOptions, LazarusIDEStrConsts, PathEditorDlg,
|
Project, LazarusIDEStrConsts, PathEditorDlg,
|
||||||
CheckCompilerOpts, ShowCompilerOpts, ImExportCompilerOpts;
|
CheckCompilerOpts, ShowCompilerOpts, ImExportCompilerOpts;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
@ -691,11 +691,6 @@
|
|||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="etFPCMsgParser"/>
|
<UnitName Value="etFPCMsgParser"/>
|
||||||
</Unit>
|
</Unit>
|
||||||
<Unit>
|
|
||||||
<Filename Value="etmakemsgparser.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
<UnitName Value="etMakeMsgParser"/>
|
|
||||||
</Unit>
|
|
||||||
<Unit>
|
<Unit>
|
||||||
<Filename Value="etmessageframe.pas"/>
|
<Filename Value="etmessageframe.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
@ -735,11 +730,6 @@
|
|||||||
<ResourceBaseClass Value="Frame"/>
|
<ResourceBaseClass Value="Frame"/>
|
||||||
<UnitName Value="MsgWnd_Options"/>
|
<UnitName Value="MsgWnd_Options"/>
|
||||||
</Unit>
|
</Unit>
|
||||||
<Unit>
|
|
||||||
<Filename Value="compileroptions.pp"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
<UnitName Value="CompilerOptions"/>
|
|
||||||
</Unit>
|
|
||||||
<Unit>
|
<Unit>
|
||||||
<Filename Value="exttools.pas"/>
|
<Filename Value="exttools.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
@ -1278,6 +1268,7 @@
|
|||||||
<Filename Value="showcompileropts.pas"/>
|
<Filename Value="showcompileropts.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True"/>
|
||||||
|
<UnitName Value="ShowCompilerOpts"/>
|
||||||
</Unit>
|
</Unit>
|
||||||
<Unit>
|
<Unit>
|
||||||
<Filename Value="cleandirdlg.pas"/>
|
<Filename Value="cleandirdlg.pas"/>
|
||||||
@ -1507,11 +1498,6 @@
|
|||||||
<ResourceBaseClass Value="Frame"/>
|
<ResourceBaseClass Value="Frame"/>
|
||||||
<UnitName Value="Project_DisplayFormat_Options"/>
|
<UnitName Value="Project_DisplayFormat_Options"/>
|
||||||
</Unit>
|
</Unit>
|
||||||
<Unit>
|
|
||||||
<Filename Value="etfpcmsgfilepool.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
<UnitName Value="etFPCMsgFilePool"/>
|
|
||||||
</Unit>
|
|
||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
|
@ -5977,7 +5977,6 @@ resourcestring
|
|||||||
lisPENoFilesMissingAllFilesExist = 'No files missing. All files exist.';
|
lisPENoFilesMissingAllFilesExist = 'No files missing. All files exist.';
|
||||||
lisCurrentLCLWidgetSet = 'Current LCL widgetset: "%s"';
|
lisCurrentLCLWidgetSet = 'Current LCL widgetset: "%s"';
|
||||||
lisSelectAnotherLCLWidgetSet = 'Select another LCL widgetset (macro LCLWidgetType)';
|
lisSelectAnotherLCLWidgetSet = 'Select another LCL widgetset (macro LCLWidgetType)';
|
||||||
lisEndlessLoopInMacros = 'Endless loop in macros';
|
|
||||||
|
|
||||||
// Uses Unit dialog
|
// Uses Unit dialog
|
||||||
dlgUseUnitCaption = 'Add unit to Uses section';
|
dlgUseUnitCaption = 'Add unit to Uses section';
|
||||||
|
@ -40,9 +40,9 @@ uses
|
|||||||
BaseIDEIntf, MacroIntf, PackageIntf, LazMsgWorker, ProjectIntf, IDEExternToolIntf,
|
BaseIDEIntf, MacroIntf, PackageIntf, LazMsgWorker, ProjectIntf, IDEExternToolIntf,
|
||||||
CompOptsIntf, IDEOptionsIntf, PackageDependencyIntf,
|
CompOptsIntf, IDEOptionsIntf, PackageDependencyIntf,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
LazConf, IDECmdLine, TransferMacros, EnvironmentOpts,
|
LazConf, IDECmdLine, TransferMacros, EnvironmentOpts, ParsedCompilerOpts, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
InitialSetupProc, ExtToolsConsole, ParsedCompilerOpts, CompilerOptions, ApplicationBundle,
|
InitialSetupProc, ExtToolsConsole, ApplicationBundle,
|
||||||
IDETranslations, LazarusIDEStrConsts, MiscOptions, Project, PackageDefs,
|
IDETranslations, LazarusIDEStrConsts, MiscOptions, Project, PackageDefs,
|
||||||
PackageLinks, PackageSystem, InterPkgConflictFiles, BuildLazDialog,
|
PackageLinks, PackageSystem, InterPkgConflictFiles, BuildLazDialog,
|
||||||
BuildProfileManager, BuildManager, BaseBuildManager, ModeMatrixOpts;
|
BuildProfileManager, BuildManager, BaseBuildManager, ModeMatrixOpts;
|
||||||
|
@ -4,10 +4,8 @@
|
|||||||
Compiler options sets the switches for the project
|
Compiler options sets the switches for the project
|
||||||
file for the FPC compiler.
|
file for the FPC compiler.
|
||||||
|
|
||||||
|
|
||||||
Initial Revision : Sat May 10 23:15:32 CST 1999
|
Initial Revision : Sat May 10 23:15:32 CST 1999
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
@ -53,9 +51,7 @@ uses
|
|||||||
ProjectIntf, MacroIntf, IDEExternToolIntf, CompOptsIntf, IDEOptionsIntf,
|
ProjectIntf, MacroIntf, IDEExternToolIntf, CompOptsIntf, IDEOptionsIntf,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
LazConf, EnvironmentOpts, SearchPathProcs, IdeXmlConfigProcs, TransferMacros,
|
LazConf, EnvironmentOpts, SearchPathProcs, IdeXmlConfigProcs, TransferMacros,
|
||||||
IDEProcs, ModeMatrixOpts, CompOptsModes,
|
IDEProcs, ModeMatrixOpts, CompOptsModes, etFPCMsgFilePool, ParsedCompilerOpts;
|
||||||
// IDE
|
|
||||||
etFPCMsgFilePool, ParsedCompilerOpts;
|
|
||||||
|
|
||||||
const
|
const
|
||||||
DefaultCompilerPath = '$(CompPath)';
|
DefaultCompilerPath = '$(CompPath)';
|
@ -50,6 +50,7 @@ begin
|
|||||||
P.IncludePath.Add('include/$(OS)');
|
P.IncludePath.Add('include/$(OS)');
|
||||||
P.UnitPath.Add('.');
|
P.UnitPath.Add('.');
|
||||||
T:=P.Targets.AddUnit('ideconfig.pas');
|
T:=P.Targets.AddUnit('ideconfig.pas');
|
||||||
|
t.Dependencies.AddUnit('compileroptions');
|
||||||
t.Dependencies.AddUnit('compoptsmodes');
|
t.Dependencies.AddUnit('compoptsmodes');
|
||||||
t.Dependencies.AddUnit('coolbaroptions');
|
t.Dependencies.AddUnit('coolbaroptions');
|
||||||
t.Dependencies.AddUnit('diffpatch');
|
t.Dependencies.AddUnit('diffpatch');
|
||||||
@ -65,17 +66,19 @@ begin
|
|||||||
t.Dependencies.AddUnit('idexmlconfigprocs');
|
t.Dependencies.AddUnit('idexmlconfigprocs');
|
||||||
t.Dependencies.AddUnit('lazconf');
|
t.Dependencies.AddUnit('lazconf');
|
||||||
t.Dependencies.AddUnit('modematrixopts');
|
t.Dependencies.AddUnit('modematrixopts');
|
||||||
|
t.Dependencies.AddUnit('parsedcompileropts');
|
||||||
t.Dependencies.AddUnit('recentlistprocs');
|
t.Dependencies.AddUnit('recentlistprocs');
|
||||||
t.Dependencies.AddUnit('searchpathprocs');
|
t.Dependencies.AddUnit('searchpathprocs');
|
||||||
t.Dependencies.AddUnit('toolbaroptionsbase');
|
t.Dependencies.AddUnit('toolbaroptionsbase');
|
||||||
t.Dependencies.AddUnit('transfermacros');
|
t.Dependencies.AddUnit('transfermacros');
|
||||||
|
|
||||||
|
T:=P.Targets.AddUnit('compileroptions.pp');
|
||||||
T:=P.Targets.AddUnit('compoptsmodes.pas');
|
T:=P.Targets.AddUnit('compoptsmodes.pas');
|
||||||
T:=P.Targets.AddUnit('coolbaroptions.pas');
|
T:=P.Targets.AddUnit('coolbaroptions.pas');
|
||||||
T:=P.Targets.AddUnit('diffpatch.pas');
|
T:=P.Targets.AddUnit('diffpatch.pas');
|
||||||
T:=P.Targets.AddUnit('editortoolbaroptions.pas');
|
T:=P.Targets.AddUnit('editortoolbaroptions.pas');
|
||||||
T:=P.Targets.AddUnit('environmentopts.pp');
|
T:=P.Targets.AddUnit('environmentopts.pp');
|
||||||
P.Targets.AddImplicitUnit('etfpcmsgfilepool.pas');
|
T:=P.Targets.AddUnit('etfpcmsgfilepool.pas');
|
||||||
T:=P.Targets.AddUnit('etmakemsgparser.pas');
|
T:=P.Targets.AddUnit('etmakemsgparser.pas');
|
||||||
T:=P.Targets.AddUnit('idecmdline.pas');
|
T:=P.Targets.AddUnit('idecmdline.pas');
|
||||||
T:=P.Targets.AddUnit('ideconfstrconsts.pas');
|
T:=P.Targets.AddUnit('ideconfstrconsts.pas');
|
||||||
@ -85,6 +88,7 @@ begin
|
|||||||
T:=P.Targets.AddUnit('idexmlconfigprocs.pas');
|
T:=P.Targets.AddUnit('idexmlconfigprocs.pas');
|
||||||
T:=P.Targets.AddUnit('lazconf.pp');
|
T:=P.Targets.AddUnit('lazconf.pp');
|
||||||
T:=P.Targets.AddUnit('modematrixopts.pas');
|
T:=P.Targets.AddUnit('modematrixopts.pas');
|
||||||
|
T:=P.Targets.AddUnit('parsedcompileropts.pas');
|
||||||
T:=P.Targets.AddUnit('recentlistprocs.pas');
|
T:=P.Targets.AddUnit('recentlistprocs.pas');
|
||||||
T:=P.Targets.AddUnit('searchpathprocs.pas');
|
T:=P.Targets.AddUnit('searchpathprocs.pas');
|
||||||
T:=P.Targets.AddUnit('toolbaroptionsbase.pas');
|
T:=P.Targets.AddUnit('toolbaroptionsbase.pas');
|
||||||
|
@ -23,6 +23,10 @@ Files in this package are for the main configuration of the IDE."/>
|
|||||||
<License Value="GPLv2"/>
|
<License Value="GPLv2"/>
|
||||||
<Version Major="1"/>
|
<Version Major="1"/>
|
||||||
<Files>
|
<Files>
|
||||||
|
<Item>
|
||||||
|
<Filename Value="compileroptions.pp"/>
|
||||||
|
<UnitName Value="CompilerOptions"/>
|
||||||
|
</Item>
|
||||||
<Item>
|
<Item>
|
||||||
<Filename Value="compoptsmodes.pas"/>
|
<Filename Value="compoptsmodes.pas"/>
|
||||||
<UnitName Value="CompOptsModes"/>
|
<UnitName Value="CompOptsModes"/>
|
||||||
@ -83,6 +87,10 @@ Files in this package are for the main configuration of the IDE."/>
|
|||||||
<Filename Value="modematrixopts.pas"/>
|
<Filename Value="modematrixopts.pas"/>
|
||||||
<UnitName Value="ModeMatrixOpts"/>
|
<UnitName Value="ModeMatrixOpts"/>
|
||||||
</Item>
|
</Item>
|
||||||
|
<Item>
|
||||||
|
<Filename Value="parsedcompileropts.pas"/>
|
||||||
|
<UnitName Value="ParsedCompilerOpts"/>
|
||||||
|
</Item>
|
||||||
<Item>
|
<Item>
|
||||||
<Filename Value="recentlistprocs.pas"/>
|
<Filename Value="recentlistprocs.pas"/>
|
||||||
<UnitName Value="RecentListProcs"/>
|
<UnitName Value="RecentListProcs"/>
|
||||||
|
@ -8,11 +8,12 @@ unit IdeConfig;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
CompOptsModes, CoolBarOptions, DiffPatch, EditorToolBarOptions,
|
CompilerOptions, CompOptsModes, CoolBarOptions, DiffPatch,
|
||||||
EnvironmentOpts, etFPCMsgFilePool, etMakeMsgParser, IDECmdLine,
|
EditorToolBarOptions, EnvironmentOpts, etFPCMsgFilePool, etMakeMsgParser,
|
||||||
IdeConfStrConsts, IDEGuiCmdLine, IDEOptionDefs, IDEProcs, IdeXmlConfigProcs,
|
IDECmdLine, IdeConfStrConsts, IDEGuiCmdLine, IDEOptionDefs, IDEProcs,
|
||||||
LazConf, ModeMatrixOpts, RecentListProcs, SearchPathProcs,
|
IdeXmlConfigProcs, LazConf, ModeMatrixOpts, ParsedCompilerOpts,
|
||||||
ToolBarOptionsBase, TransferMacros, LazarusPackageIntf;
|
RecentListProcs, SearchPathProcs, ToolBarOptionsBase, TransferMacros,
|
||||||
|
LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
@ -24,6 +24,7 @@ resourcestring
|
|||||||
lisTMunknownMacro = '(unknown macro: %s)';
|
lisTMunknownMacro = '(unknown macro: %s)';
|
||||||
lisComponentNameIsNotAValidIdentifier = 'Component name "%s" is not a valid identifier';
|
lisComponentNameIsNotAValidIdentifier = 'Component name "%s" is not a valid identifier';
|
||||||
lisComponentNameIsAPascalKeyword = 'Component name "%s" is a Pascal keyword.';
|
lisComponentNameIsAPascalKeyword = 'Component name "%s" is a Pascal keyword.';
|
||||||
|
lisEndlessLoopInMacros = 'Endless loop in macros';
|
||||||
|
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
{
|
||||||
|
***************************************************************************
|
||||||
|
* *
|
||||||
|
* This source is free software; you can redistribute it and/or modify *
|
||||||
|
* it under the terms of the GNU General Public License as published by *
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or *
|
||||||
|
* (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
* This code is distributed in the hope that it will be useful, but *
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
|
||||||
|
* General Public License for more details. *
|
||||||
|
* *
|
||||||
|
* A copy of the GNU General Public License is available on the World *
|
||||||
|
* Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also *
|
||||||
|
* obtain it by writing to the Free Software Foundation, *
|
||||||
|
* Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1335, USA. *
|
||||||
|
* *
|
||||||
|
***************************************************************************
|
||||||
|
}
|
||||||
unit ParsedCompilerOpts;
|
unit ParsedCompilerOpts;
|
||||||
|
|
||||||
{$mode ObjFPC}{$H+}
|
{$mode ObjFPC}{$H+}
|
||||||
@ -15,9 +35,7 @@ uses
|
|||||||
// BuildIntf
|
// BuildIntf
|
||||||
CompOptsIntf, MacroIntf,
|
CompOptsIntf, MacroIntf,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
EnvironmentOpts, TransferMacros, SearchPathProcs, ModeMatrixOpts,
|
EnvironmentOpts, TransferMacros, SearchPathProcs, ModeMatrixOpts, IdeConfStrConsts;
|
||||||
// IDE
|
|
||||||
LazarusIDEStrConsts;
|
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
@ -65,8 +65,9 @@ uses
|
|||||||
// IdeConfig
|
// IdeConfig
|
||||||
EnvironmentOpts, LazConf, TransferMacros, SearchPathProcs, IdeXmlConfigProcs,
|
EnvironmentOpts, LazConf, TransferMacros, SearchPathProcs, IdeXmlConfigProcs,
|
||||||
IDECmdLine, IDEProcs, CompOptsModes, ModeMatrixOpts,
|
IDECmdLine, IDEProcs, CompOptsModes, ModeMatrixOpts,
|
||||||
|
ParsedCompilerOpts, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
ProjectResources, ProjectIcon, ParsedCompilerOpts, CompilerOptions, RunParamsOpts,
|
ProjectResources, ProjectIcon, RunParamsOpts,
|
||||||
ProjectDefs, EditDefineTree, LazarusIDEStrConsts,
|
ProjectDefs, EditDefineTree, LazarusIDEStrConsts,
|
||||||
ProjPackCommon, PackageDefs, PackageSystem;
|
ProjPackCommon, PackageDefs, PackageSystem;
|
||||||
|
|
||||||
|
@ -44,10 +44,9 @@ uses
|
|||||||
CodeToolsCfgScript,
|
CodeToolsCfgScript,
|
||||||
// IdeIntf
|
// IdeIntf
|
||||||
BaseIDEIntf, LazIDEIntf, IDEImagesIntf, CompOptsIntf, ProjectIntf,
|
BaseIDEIntf, LazIDEIntf, IDEImagesIntf, CompOptsIntf, ProjectIntf,
|
||||||
PackageIntf, MacroIntf,
|
PackageIntf, MacroIntf, ParsedCompilerOpts, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
LazarusIDEStrConsts, Project, PackageDefs,
|
LazarusIDEStrConsts, Project, PackageDefs, ModeMatrixOpts, MiscOptions;
|
||||||
ParsedCompilerOpts, CompilerOptions, ModeMatrixOpts, MiscOptions;
|
|
||||||
|
|
||||||
type
|
type
|
||||||
TShowCompToolOpts = class
|
TShowCompToolOpts = class
|
||||||
|
@ -54,10 +54,11 @@ uses
|
|||||||
UnitResources, InputHistory,
|
UnitResources, InputHistory,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
EnvironmentOpts, SearchPathProcs, TransferMacros, RecentListProcs, IDEProcs,
|
EnvironmentOpts, SearchPathProcs, TransferMacros, RecentListProcs, IDEProcs,
|
||||||
|
ParsedCompilerOpts, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
DialogProcs, IDEProtocol, LazarusIDEStrConsts, NewDialog,
|
DialogProcs, IDEProtocol, LazarusIDEStrConsts, NewDialog,
|
||||||
NewProjectDlg, MainBase, MainBar, MainIntf, Project, ProjectDefs,
|
NewProjectDlg, MainBase, MainBar, MainIntf, Project, ProjectDefs,
|
||||||
ProjectInspector, ParsedCompilerOpts, CompilerOptions, SourceSynEditor, SourceEditor,
|
ProjectInspector, SourceSynEditor, SourceEditor,
|
||||||
EditorOptions, CustomFormEditor, ControlSelection,
|
EditorOptions, CustomFormEditor, ControlSelection,
|
||||||
FormEditor, EmptyMethodsDlg, BaseDebugManager, BuildManager,
|
FormEditor, EmptyMethodsDlg, BaseDebugManager, BuildManager,
|
||||||
EditorMacroListViewer, FindRenameIdentifier, BuildModesManager, ViewUnit_Dlg,
|
EditorMacroListViewer, FindRenameIdentifier, BuildModesManager, ViewUnit_Dlg,
|
||||||
|
@ -65,8 +65,9 @@ uses
|
|||||||
ProjectIntf, CompOptsIntf, IDEWindowIntf, LazIDEIntf, IDEMsgIntf, IDEExternToolIntf,
|
ProjectIntf, CompOptsIntf, IDEWindowIntf, LazIDEIntf, IDEMsgIntf, IDEExternToolIntf,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
EnvironmentOpts, TransferMacros, IDEProcs, SearchPathProcs,
|
EnvironmentOpts, TransferMacros, IDEProcs, SearchPathProcs,
|
||||||
|
ParsedCompilerOpts, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
ParsedCompilerOpts, CompilerOptions, DialogProcs, LazarusIDEStrConsts, PackageDefs, PackageSystem;
|
DialogProcs, LazarusIDEStrConsts, PackageDefs, PackageSystem;
|
||||||
|
|
||||||
type
|
type
|
||||||
TPGInterPkgOwnerInfo = class
|
TPGInterPkgOwnerInfo = class
|
||||||
|
@ -51,10 +51,10 @@ uses
|
|||||||
MacroIntf, MacroDefIntf, CompOptsIntf, IDEOptionsIntf, PublishModuleIntf, ComponentReg,
|
MacroIntf, MacroDefIntf, CompOptsIntf, IDEOptionsIntf, PublishModuleIntf, ComponentReg,
|
||||||
PackageDependencyIntf, PackageIntf, FppkgIntf, LazMsgWorker, BaseIDEIntf,
|
PackageDependencyIntf, PackageIntf, FppkgIntf, LazMsgWorker, BaseIDEIntf,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
TransferMacros, IDEProcs, IDEOptionDefs, CompOptsModes, SearchPathProcs, IdeXmlConfigProcs,
|
TransferMacros, IDEProcs, IDEOptionDefs, CompOptsModes, SearchPathProcs,
|
||||||
|
IdeXmlConfigProcs, ParsedCompilerOpts, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
EditDefineTree, ParsedCompilerOpts, CompilerOptions, ProjPackCommon,
|
EditDefineTree, ProjPackCommon, LazarusIDEStrConsts, FppkgHelper;
|
||||||
LazarusIDEStrConsts, FppkgHelper;
|
|
||||||
|
|
||||||
type
|
type
|
||||||
TLazPackage = class;
|
TLazPackage = class;
|
||||||
|
@ -50,9 +50,9 @@ uses
|
|||||||
IDEImagesIntf, MenuIntf, LazIDEIntf, FormEditingIntf, IDEHelpIntf, InputHistory,
|
IDEImagesIntf, MenuIntf, LazIDEIntf, FormEditingIntf, IDEHelpIntf, InputHistory,
|
||||||
IdeIntfStrConsts, IDEWindowIntf, IDEDialogs, IDEOptEditorIntf,
|
IdeIntfStrConsts, IDEWindowIntf, IDEDialogs, IDEOptEditorIntf,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
EnvironmentOpts, SearchPathProcs,
|
EnvironmentOpts, SearchPathProcs, ParsedCompilerOpts, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
MainBase, DialogProcs, LazarusIDEStrConsts, IDEDefs, ParsedCompilerOpts, CompilerOptions,
|
MainBase, DialogProcs, LazarusIDEStrConsts, IDEDefs,
|
||||||
PackageSystem, PackageDefs, AddToPackageDlg, AddPkgDependencyDlg, ComponentPalette,
|
PackageSystem, PackageDefs, AddToPackageDlg, AddPkgDependencyDlg, ComponentPalette,
|
||||||
AddFPMakeDependencyDlg, ProjPackChecks, PkgVirtualUnitEditor, CleanPkgDeps,
|
AddFPMakeDependencyDlg, ProjPackChecks, PkgVirtualUnitEditor, CleanPkgDeps,
|
||||||
MissingPkgFilesDlg, ProjPackFilePropGui, ProjPackEditing, BasePkgManager;
|
MissingPkgFilesDlg, ProjPackFilePropGui, ProjPackEditing, BasePkgManager;
|
||||||
|
@ -62,8 +62,9 @@ uses
|
|||||||
LazarusPackageIntf,
|
LazarusPackageIntf,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
EnvironmentOpts, LazConf, TransferMacros, IDEProcs, SearchPathProcs,
|
EnvironmentOpts, LazConf, TransferMacros, IDEProcs, SearchPathProcs,
|
||||||
|
ParsedCompilerOpts, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
LazarusIDEStrConsts, DialogProcs, IDETranslations, ParsedCompilerOpts, CompilerOptions,
|
LazarusIDEStrConsts, DialogProcs, IDETranslations,
|
||||||
PackageLinks, PackageDefs, FppkgHelper, PkgSysBasePkgs;
|
PackageLinks, PackageDefs, FppkgHelper, PkgSysBasePkgs;
|
||||||
|
|
||||||
const
|
const
|
||||||
|
@ -64,14 +64,14 @@ uses
|
|||||||
IdeIntfStrConsts, ComponentEditors, PropEdits, IDEDialogs,
|
IdeIntfStrConsts, ComponentEditors, PropEdits, IDEDialogs,
|
||||||
UnitResources, InputHistory,
|
UnitResources, InputHistory,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
EnvironmentOpts, IDEOptionDefs, ModeMatrixOpts, RecentListProcs,
|
EnvironmentOpts, IDEOptionDefs, ModeMatrixOpts, RecentListProcs, SearchPathProcs,
|
||||||
SearchPathProcs, TransferMacros, IDECmdLine, IDEProcs,
|
TransferMacros, IDECmdLine, IDEProcs, ParsedCompilerOpts, CompilerOptions,
|
||||||
// FCL registration
|
// FCL registration
|
||||||
LazarusPackageIntf,
|
LazarusPackageIntf,
|
||||||
// IDE
|
// IDE
|
||||||
LazarusIDEStrConsts, DialogProcs, MiscOptions,
|
LazarusIDEStrConsts, DialogProcs, MiscOptions,
|
||||||
Project, ProjPackEditing, AddToPackageDlg, PackageDefs, PackageLinks, PackageSystem,
|
Project, ProjPackEditing, AddToPackageDlg, PackageDefs, PackageLinks, PackageSystem,
|
||||||
OpenInstalledPkgDlg, PkgGraphExplorer, BrokenDependenciesDlg, ParsedCompilerOpts, CompilerOptions,
|
OpenInstalledPkgDlg, PkgGraphExplorer, BrokenDependenciesDlg,
|
||||||
IDETranslations, BuildLazDialog, NewDialog, FindInFilesDlg,
|
IDETranslations, BuildLazDialog, NewDialog, FindInFilesDlg,
|
||||||
ProjectInspector, PackageEditor, SourceEditor, ProjPackChecks, AddFileToAPackageDlg,
|
ProjectInspector, PackageEditor, SourceEditor, ProjPackChecks, AddFileToAPackageDlg,
|
||||||
PublishModuleDlg, PkgLinksDlg, InterPkgConflictFiles, InstallPkgSetDlg,
|
PublishModuleDlg, PkgLinksDlg, InterPkgConflictFiles, InstallPkgSetDlg,
|
||||||
|
Loading…
Reference in New Issue
Block a user