mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 17:16:04 +02:00
renamed msgintf.pas to idemsgintf.pas
git-svn-id: trunk@9082 -
This commit is contained in:
parent
67510c519b
commit
cc4020a589
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1277,6 +1277,7 @@ ideintf/helpfpdoc.pas svneol=native#text/pascal
|
|||||||
ideintf/helphtml.pas svneol=native#text/pascal
|
ideintf/helphtml.pas svneol=native#text/pascal
|
||||||
ideintf/helpintf.pas svneol=native#text/pascal
|
ideintf/helpintf.pas svneol=native#text/pascal
|
||||||
ideintf/idecommands.pas svneol=native#text/pascal
|
ideintf/idecommands.pas svneol=native#text/pascal
|
||||||
|
ideintf/idemsgintf.pas svneol=native#text/plain
|
||||||
ideintf/idewindowintf.pas svneol=native#text/plain
|
ideintf/idewindowintf.pas svneol=native#text/plain
|
||||||
ideintf/imagelisteditor.lfm svneol=native#text/plain
|
ideintf/imagelisteditor.lfm svneol=native#text/plain
|
||||||
ideintf/imagelisteditor.lrs svneol=native#text/plain
|
ideintf/imagelisteditor.lrs svneol=native#text/plain
|
||||||
@ -1290,7 +1291,6 @@ ideintf/maskpropedit.lfm svneol=native#text/plain
|
|||||||
ideintf/maskpropedit.lrs svneol=native#text/plain
|
ideintf/maskpropedit.lrs svneol=native#text/plain
|
||||||
ideintf/maskpropedit.pas svneol=native#text/plain
|
ideintf/maskpropedit.pas svneol=native#text/plain
|
||||||
ideintf/menuintf.pas svneol=native#text/plain
|
ideintf/menuintf.pas svneol=native#text/plain
|
||||||
ideintf/msgintf.pas svneol=native#text/plain
|
|
||||||
ideintf/newfield.lfm svneol=native#text/plain
|
ideintf/newfield.lfm svneol=native#text/plain
|
||||||
ideintf/newfield.lrs svneol=native#text/pascal
|
ideintf/newfield.lrs svneol=native#text/pascal
|
||||||
ideintf/newfield.pas svneol=native#text/pascal
|
ideintf/newfield.pas svneol=native#text/pascal
|
||||||
|
@ -50,7 +50,7 @@ uses
|
|||||||
ExprEval, DefineTemplates, CodeCache, CodeToolManager, CodeToolsStructs,
|
ExprEval, DefineTemplates, CodeCache, CodeToolManager, CodeToolsStructs,
|
||||||
LinkScanner,
|
LinkScanner,
|
||||||
// IDEIntf
|
// IDEIntf
|
||||||
SrcEditorIntf, ComponentReg, MsgIntf, MainIntf, LazIDEIntf, PackageIntf,
|
SrcEditorIntf, ComponentReg, IDEMsgIntf, MainIntf, LazIDEIntf, PackageIntf,
|
||||||
ProjectIntf,
|
ProjectIntf,
|
||||||
// IDE
|
// IDE
|
||||||
IDEProcs, DelphiUnit2Laz, Project, DialogProcs, CheckLFMDlg,
|
IDEProcs, DelphiUnit2Laz, Project, DialogProcs, CheckLFMDlg,
|
||||||
|
@ -44,7 +44,7 @@ uses
|
|||||||
// Components
|
// Components
|
||||||
SynEdit, CodeAtom, CodeCache, CodeToolManager, DefineTemplates,
|
SynEdit, CodeAtom, CodeCache, CodeToolManager, DefineTemplates,
|
||||||
// IDEIntf
|
// IDEIntf
|
||||||
LazIDEIntf, MsgIntf,
|
LazIDEIntf, IDEMsgIntf,
|
||||||
// IDE
|
// IDE
|
||||||
CompilerOptions,
|
CompilerOptions,
|
||||||
PackageDefs, Project, DialogProcs, IDEProcs, LazarusIDEStrConsts;
|
PackageDefs, Project, DialogProcs, IDEProcs, LazarusIDEStrConsts;
|
||||||
|
@ -43,7 +43,7 @@ unit QuickFixDemo1;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, LCLProc, MsgIntf, CodeTree, CodeAtom, BasicCodeTools,
|
Classes, SysUtils, LCLProc, IDEMsgIntf, CodeTree, CodeAtom, BasicCodeTools,
|
||||||
PascalParserTool, SourceChanger, LazIDEIntf, CodeCache, CodeToolManager,
|
PascalParserTool, SourceChanger, LazIDEIntf, CodeCache, CodeToolManager,
|
||||||
Dialogs;
|
Dialogs;
|
||||||
|
|
||||||
|
@ -37,7 +37,8 @@ uses
|
|||||||
CodeToolManager, CodeAtom, CodeCache, CustomCodeTool, CodeTree,
|
CodeToolManager, CodeAtom, CodeCache, CustomCodeTool, CodeTree,
|
||||||
PascalParserTool, FindDeclarationTool,
|
PascalParserTool, FindDeclarationTool,
|
||||||
PropEdits, ObjectInspector, FormEditingIntf, ProjectIntf,
|
PropEdits, ObjectInspector, FormEditingIntf, ProjectIntf,
|
||||||
HelpIntf, HelpHTML, HelpFPDoc, MacroIntf, IDEWindowIntf, MsgIntf, LazIDEIntf,
|
HelpIntf, HelpHTML, HelpFPDoc, MacroIntf, IDEWindowIntf, IDEMsgIntf,
|
||||||
|
LazIDEIntf,
|
||||||
LazarusIDEStrConsts, TransferMacros, DialogProcs, IDEOptionDefs,
|
LazarusIDEStrConsts, TransferMacros, DialogProcs, IDEOptionDefs,
|
||||||
ObjInspExt, EnvironmentOpts, AboutFrm, MsgView, Project, PackageDefs, MainBar,
|
ObjInspExt, EnvironmentOpts, AboutFrm, MsgView, Project, PackageDefs, MainBar,
|
||||||
OutputFilter, HelpOptions, MainIntf, LazConf, ExtCtrls, LResources,
|
OutputFilter, HelpOptions, MainIntf, LazConf, ExtCtrls, LResources,
|
||||||
|
@ -72,7 +72,7 @@ uses
|
|||||||
SynEditKeyCmds,
|
SynEditKeyCmds,
|
||||||
// IDE interface
|
// IDE interface
|
||||||
AllIDEIntf, ObjectInspector, PropEdits, MacroIntf, IDECommands, SrcEditorIntf,
|
AllIDEIntf, ObjectInspector, PropEdits, MacroIntf, IDECommands, SrcEditorIntf,
|
||||||
NewItemIntf, MsgIntf, PackageIntf, ProjectIntf, MenuIntf, LazIDEIntf,
|
NewItemIntf, IDEMsgIntf, PackageIntf, ProjectIntf, MenuIntf, LazIDEIntf,
|
||||||
// protocol
|
// protocol
|
||||||
IDEProtocol,
|
IDEProtocol,
|
||||||
// compile
|
// compile
|
||||||
|
@ -61,7 +61,7 @@ uses
|
|||||||
CodeCache, AVL_Tree, SynEditKeyCmds,
|
CodeCache, AVL_Tree, SynEditKeyCmds,
|
||||||
// IDE
|
// IDE
|
||||||
LazConf, LazarusIDEStrConsts, SrcEditorIntf, LazIDEIntf, MenuIntf,
|
LazConf, LazarusIDEStrConsts, SrcEditorIntf, LazIDEIntf, MenuIntf,
|
||||||
IDECommands, MsgIntf,
|
IDECommands, IDEMsgIntf,
|
||||||
ProjectDefs, Project, PublishModule, BuildLazDialog, Compiler,
|
ProjectDefs, Project, PublishModule, BuildLazDialog, Compiler,
|
||||||
ComponentReg, OutputFilter,
|
ComponentReg, OutputFilter,
|
||||||
TransferMacros, ObjectInspector, PropEdits, IDEDefs, MsgView,
|
TransferMacros, ObjectInspector, PropEdits, IDEDefs, MsgView,
|
||||||
|
@ -30,7 +30,7 @@ unit MsgQuickFixes;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, LCLProc, MsgIntf, TextTools, LazarusIDEStrConsts,
|
Classes, SysUtils, LCLProc, IDEMsgIntf, TextTools, LazarusIDEStrConsts,
|
||||||
LazIDEIntf, CodeCache, CodeToolManager;
|
LazIDEIntf, CodeCache, CodeToolManager;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
@ -55,7 +55,7 @@ uses
|
|||||||
LCLProc,
|
LCLProc,
|
||||||
LResources,
|
LResources,
|
||||||
MenuIntf,
|
MenuIntf,
|
||||||
MsgIntf,
|
IDEMsgIntf,
|
||||||
Menus,
|
Menus,
|
||||||
StdCtrls,
|
StdCtrls,
|
||||||
SysUtils;
|
SysUtils;
|
||||||
|
@ -28,7 +28,7 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, Forms, Controls, CompilerOptions, Project, Process,
|
Classes, SysUtils, Forms, Controls, CompilerOptions, Project, Process,
|
||||||
IDEProcs, FileUtil, LclProc, LazConf, AsyncProcess, MsgIntf;
|
IDEProcs, FileUtil, LclProc, LazConf, AsyncProcess, IDEMsgIntf;
|
||||||
|
|
||||||
type
|
type
|
||||||
TOnOutputString = procedure(const Msg, Directory: String;
|
TOnOutputString = procedure(const Msg, Directory: String;
|
||||||
|
@ -34,6 +34,7 @@ uses
|
|||||||
HelpHTML,
|
HelpHTML,
|
||||||
HelpIntf,
|
HelpIntf,
|
||||||
IDECommands,
|
IDECommands,
|
||||||
|
IDEMsgIntf,
|
||||||
IDEWindowIntf,
|
IDEWindowIntf,
|
||||||
ImageListEditor,
|
ImageListEditor,
|
||||||
LazIDEIntf,
|
LazIDEIntf,
|
||||||
@ -41,7 +42,6 @@ uses
|
|||||||
MacroIntf,
|
MacroIntf,
|
||||||
MaskPropEdit,
|
MaskPropEdit,
|
||||||
MenuIntf,
|
MenuIntf,
|
||||||
MsgIntf,
|
|
||||||
NewItemIntf,
|
NewItemIntf,
|
||||||
ObjectInspector,
|
ObjectInspector,
|
||||||
ObjInspStrConsts,
|
ObjInspStrConsts,
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
Abstract:
|
Abstract:
|
||||||
Interface to the IDE messages (below the source editor).
|
Interface to the IDE messages (below the source editor).
|
||||||
}
|
}
|
||||||
unit MsgIntf;
|
unit IDEMsgIntf;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user