mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 10:18:05 +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/helpintf.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/imagelisteditor.lfm 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.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.lrs svneol=native#text/pascal
|
||||
ideintf/newfield.pas svneol=native#text/pascal
|
||||
|
@ -50,7 +50,7 @@ uses
|
||||
ExprEval, DefineTemplates, CodeCache, CodeToolManager, CodeToolsStructs,
|
||||
LinkScanner,
|
||||
// IDEIntf
|
||||
SrcEditorIntf, ComponentReg, MsgIntf, MainIntf, LazIDEIntf, PackageIntf,
|
||||
SrcEditorIntf, ComponentReg, IDEMsgIntf, MainIntf, LazIDEIntf, PackageIntf,
|
||||
ProjectIntf,
|
||||
// IDE
|
||||
IDEProcs, DelphiUnit2Laz, Project, DialogProcs, CheckLFMDlg,
|
||||
|
@ -44,7 +44,7 @@ uses
|
||||
// Components
|
||||
SynEdit, CodeAtom, CodeCache, CodeToolManager, DefineTemplates,
|
||||
// IDEIntf
|
||||
LazIDEIntf, MsgIntf,
|
||||
LazIDEIntf, IDEMsgIntf,
|
||||
// IDE
|
||||
CompilerOptions,
|
||||
PackageDefs, Project, DialogProcs, IDEProcs, LazarusIDEStrConsts;
|
||||
|
@ -43,7 +43,7 @@ unit QuickFixDemo1;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LCLProc, MsgIntf, CodeTree, CodeAtom, BasicCodeTools,
|
||||
Classes, SysUtils, LCLProc, IDEMsgIntf, CodeTree, CodeAtom, BasicCodeTools,
|
||||
PascalParserTool, SourceChanger, LazIDEIntf, CodeCache, CodeToolManager,
|
||||
Dialogs;
|
||||
|
||||
|
@ -37,7 +37,8 @@ uses
|
||||
CodeToolManager, CodeAtom, CodeCache, CustomCodeTool, CodeTree,
|
||||
PascalParserTool, FindDeclarationTool,
|
||||
PropEdits, ObjectInspector, FormEditingIntf, ProjectIntf,
|
||||
HelpIntf, HelpHTML, HelpFPDoc, MacroIntf, IDEWindowIntf, MsgIntf, LazIDEIntf,
|
||||
HelpIntf, HelpHTML, HelpFPDoc, MacroIntf, IDEWindowIntf, IDEMsgIntf,
|
||||
LazIDEIntf,
|
||||
LazarusIDEStrConsts, TransferMacros, DialogProcs, IDEOptionDefs,
|
||||
ObjInspExt, EnvironmentOpts, AboutFrm, MsgView, Project, PackageDefs, MainBar,
|
||||
OutputFilter, HelpOptions, MainIntf, LazConf, ExtCtrls, LResources,
|
||||
|
@ -72,7 +72,7 @@ uses
|
||||
SynEditKeyCmds,
|
||||
// IDE interface
|
||||
AllIDEIntf, ObjectInspector, PropEdits, MacroIntf, IDECommands, SrcEditorIntf,
|
||||
NewItemIntf, MsgIntf, PackageIntf, ProjectIntf, MenuIntf, LazIDEIntf,
|
||||
NewItemIntf, IDEMsgIntf, PackageIntf, ProjectIntf, MenuIntf, LazIDEIntf,
|
||||
// protocol
|
||||
IDEProtocol,
|
||||
// compile
|
||||
|
@ -61,7 +61,7 @@ uses
|
||||
CodeCache, AVL_Tree, SynEditKeyCmds,
|
||||
// IDE
|
||||
LazConf, LazarusIDEStrConsts, SrcEditorIntf, LazIDEIntf, MenuIntf,
|
||||
IDECommands, MsgIntf,
|
||||
IDECommands, IDEMsgIntf,
|
||||
ProjectDefs, Project, PublishModule, BuildLazDialog, Compiler,
|
||||
ComponentReg, OutputFilter,
|
||||
TransferMacros, ObjectInspector, PropEdits, IDEDefs, MsgView,
|
||||
|
@ -30,7 +30,7 @@ unit MsgQuickFixes;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LCLProc, MsgIntf, TextTools, LazarusIDEStrConsts,
|
||||
Classes, SysUtils, LCLProc, IDEMsgIntf, TextTools, LazarusIDEStrConsts,
|
||||
LazIDEIntf, CodeCache, CodeToolManager;
|
||||
|
||||
type
|
||||
|
@ -55,7 +55,7 @@ uses
|
||||
LCLProc,
|
||||
LResources,
|
||||
MenuIntf,
|
||||
MsgIntf,
|
||||
IDEMsgIntf,
|
||||
Menus,
|
||||
StdCtrls,
|
||||
SysUtils;
|
||||
|
@ -28,7 +28,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Forms, Controls, CompilerOptions, Project, Process,
|
||||
IDEProcs, FileUtil, LclProc, LazConf, AsyncProcess, MsgIntf;
|
||||
IDEProcs, FileUtil, LclProc, LazConf, AsyncProcess, IDEMsgIntf;
|
||||
|
||||
type
|
||||
TOnOutputString = procedure(const Msg, Directory: String;
|
||||
|
@ -34,6 +34,7 @@ uses
|
||||
HelpHTML,
|
||||
HelpIntf,
|
||||
IDECommands,
|
||||
IDEMsgIntf,
|
||||
IDEWindowIntf,
|
||||
ImageListEditor,
|
||||
LazIDEIntf,
|
||||
@ -41,7 +42,6 @@ uses
|
||||
MacroIntf,
|
||||
MaskPropEdit,
|
||||
MenuIntf,
|
||||
MsgIntf,
|
||||
NewItemIntf,
|
||||
ObjectInspector,
|
||||
ObjInspStrConsts,
|
||||
|
@ -15,7 +15,7 @@
|
||||
Abstract:
|
||||
Interface to the IDE messages (below the source editor).
|
||||
}
|
||||
unit MsgIntf;
|
||||
unit IDEMsgIntf;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
Loading…
Reference in New Issue
Block a user