mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 06:36:48 +02:00
moved ideintf/helpintf.pas to lcl/lazhelpintf.pas
git-svn-id: trunk@9277 -
This commit is contained in:
parent
9c209dac9a
commit
678d335e79
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1299,7 +1299,6 @@ ideintf/graphicpropedit.pas svneol=native#text/plain
|
||||
ideintf/graphpropedits.pas svneol=native#text/pascal
|
||||
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/idedialogs.pas svneol=native#text/plain
|
||||
ideintf/idehelpintf.pas svneol=native#text/plain
|
||||
@ -2298,6 +2297,7 @@ lcl/languages/lcl.po svneol=native#text/plain
|
||||
lcl/languages/lcl.ru.po svneol=native#text/plain
|
||||
lcl/languages/lcl.ua.po svneol=native#text/plain
|
||||
lcl/lazconfigstorage.pas svneol=native#text/pascal
|
||||
lcl/lazhelpintf.pas svneol=native#text/pascal
|
||||
lcl/lazlinkedlist.pas svneol=native#text/pascal
|
||||
lcl/lclclasses.pp svneol=native#text/pascal
|
||||
lcl/lclicons.lrs svneol=native#text/pascal
|
||||
|
@ -23,7 +23,7 @@ unit LazChmHelp;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, HelpIntf, HelpManager, LazConfigStorage, PropEdits,
|
||||
Classes, SysUtils, LazHelpIntf, HelpManager, LazConfigStorage, PropEdits,
|
||||
LHelpControl;
|
||||
|
||||
type
|
||||
|
@ -38,7 +38,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LCLProc, Dialogs, FileUtil, TextTools, MacroIntf,
|
||||
LazarusIDEStrConsts, LazConfigStorage, IDEHelpIntf, HelpIntf, HelpHTML;
|
||||
LazarusIDEStrConsts, LazConfigStorage, IDEHelpIntf, LazHelpIntf, HelpHTML;
|
||||
|
||||
const
|
||||
lihcFPCMessages = 'FreePascal Compiler messages';
|
||||
|
@ -38,7 +38,7 @@ uses
|
||||
BasicCodeTools, CodeToolManager, CodeAtom, CodeCache, CustomCodeTool, CodeTree,
|
||||
PascalParserTool, FindDeclarationTool,
|
||||
PropEdits, ObjectInspector, FormEditingIntf, ProjectIntf,
|
||||
HelpIntf, HelpHTML, HelpFPDoc, MacroIntf, IDEWindowIntf, IDEMsgIntf,
|
||||
LazHelpIntf, HelpHTML, HelpFPDoc, MacroIntf, IDEWindowIntf, IDEMsgIntf,
|
||||
LazIDEIntf, IDEHelpIntf,
|
||||
LazarusIDEStrConsts, TransferMacros, DialogProcs, IDEOptionDefs,
|
||||
ObjInspExt, EnvironmentOpts, AboutFrm, MsgView, Project, PackageDefs, MainBar,
|
||||
|
@ -37,7 +37,7 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, LCLProc, LResources, Forms, Controls, Graphics, Dialogs,
|
||||
StdCtrls, Buttons, ExtCtrls,
|
||||
ObjectInspector, HelpIntf, IDEWindowIntf, IDEDialogs, Laz_XMLCfg,
|
||||
ObjectInspector, LazHelpIntf, IDEWindowIntf, IDEDialogs, Laz_XMLCfg,
|
||||
LazConf, LazarusIDEStrConsts, IDEProcs, IDEOptionDefs;
|
||||
|
||||
type
|
||||
|
@ -33,7 +33,7 @@ uses
|
||||
Classes, SysUtils, LCLProc, LResources, Forms, Controls, Graphics, Dialogs,
|
||||
Buttons, ButtonPanel, StdCtrls, ComCtrls,
|
||||
// IDEIntf
|
||||
IDEWindowIntf, HelpIntf,
|
||||
IDEWindowIntf, LazHelpIntf,
|
||||
// IDE
|
||||
IDEWindowHelp, LazarusIDEStrConsts, ExtCtrls;
|
||||
|
||||
|
@ -30,7 +30,7 @@ unit IDEWindowHelp;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LCLProc, Controls, FileUtil, Dialogs, HelpIntf,
|
||||
Classes, SysUtils, LCLProc, Controls, FileUtil, Dialogs, LazHelpIntf,
|
||||
LazConfigStorage, EnvironmentOpts, Laz_XMLCfg, IDEOptionDefs;
|
||||
|
||||
type
|
||||
|
@ -44,7 +44,7 @@ uses
|
||||
SynEdit,
|
||||
CodeToolManager, CodeCache,
|
||||
Laz_DOM, Laz_XMLRead, Laz_XMLWrite,
|
||||
IDEHelpIntf, HelpIntf,
|
||||
IDEHelpIntf, LazHelpIntf,
|
||||
IDEProcs, LazarusIDEStrConsts;
|
||||
|
||||
const
|
||||
|
@ -50,7 +50,7 @@ uses
|
||||
SynEditTypes, SynEdit, SynRegExpr, SynEditHighlighter, SynEditAutoComplete,
|
||||
SynEditKeyCmds, SynCompletion,
|
||||
// IDE interface
|
||||
MacroIntf, ProjectIntf, HelpIntf, SrcEditorIntf, MenuIntf, LazIDEIntf,
|
||||
MacroIntf, ProjectIntf, LazHelpIntf, SrcEditorIntf, MenuIntf, LazIDEIntf,
|
||||
IDEWindowIntf,
|
||||
// IDE units
|
||||
LazarusIDEStrConsts, LazConf, IDECommands, EditorOptions, KeyMapping, Project,
|
||||
|
@ -32,7 +32,6 @@ uses
|
||||
GraphPropEdits,
|
||||
HelpFPDoc,
|
||||
HelpHTML,
|
||||
HelpIntf,
|
||||
IDECommands,
|
||||
IDEDialogs,
|
||||
IDEHelpIntf,
|
||||
|
@ -26,7 +26,7 @@ unit HelpFPDoc;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LCLProc, FileUtil, MacroIntf, HelpIntf, HelpHTML;
|
||||
Classes, SysUtils, LCLProc, FileUtil, MacroIntf, LazHelpIntf, HelpHTML;
|
||||
|
||||
type
|
||||
{ TFPDocHTMLHelpDatabase }
|
||||
|
@ -23,7 +23,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LCLProc, Forms, Process, FileUtil, LazConfigStorage,
|
||||
HelpIntf;
|
||||
LazHelpIntf;
|
||||
|
||||
resourcestring
|
||||
hhsHelpTheHelpDatabaseWasUnableToFindFile = 'The help database %s%s%s was '
|
||||
|
@ -23,7 +23,7 @@ unit IDEHelpIntf;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, HelpIntf, TextTools;
|
||||
Classes, SysUtils, LazHelpIntf, TextTools;
|
||||
|
||||
type
|
||||
{ THelpDBIRegExprMessage
|
||||
|
@ -29,7 +29,8 @@ unit MenuIntf;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LCLProc, Menus, ImgList, Graphics, HelpIntf, IDECommands;
|
||||
Classes, SysUtils, LCLProc, Menus, ImgList, Graphics, LazHelpIntf,
|
||||
IDECommands;
|
||||
|
||||
type
|
||||
TIDEMenuItem = class;
|
||||
|
@ -41,7 +41,7 @@ uses
|
||||
InterfaceBase,
|
||||
IntfGraphics,
|
||||
// components and functions
|
||||
LCLClasses, AsyncProcess, Maps, HelpIntfs,
|
||||
LCLClasses, AsyncProcess, Maps, HelpIntfs, LazHelpIntf,
|
||||
StdActns, Buttons, Extctrls, Calendar, Clipbrd, Forms, LCLIntf, Spin,
|
||||
Comctrls, Graphics, StdCtrls, Arrow, Controls, ImgList, Menus, Toolwin,
|
||||
Dialogs, Messages, Clistbox, ActnList, Grids, MaskEdit, ButtonPanel,
|
||||
|
@ -38,6 +38,13 @@ interface
|
||||
uses
|
||||
Classes, SysUtils;
|
||||
|
||||
type
|
||||
THelpManager = class(TInterfacedObject)
|
||||
|
||||
end;
|
||||
|
||||
var
|
||||
HelpManager: THelpManager = nil;
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
- Add Help Editing functions
|
||||
- Standalone help system for LCL applications
|
||||
}
|
||||
unit HelpIntf;
|
||||
unit LazHelpIntf;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -1081,7 +1081,6 @@ begin
|
||||
AddFile('graphpropedits.pas','GraphPropEdits',pftUnit,[],cpBase);
|
||||
AddFile('helpfpdoc.pas','HelpFPDoc',pftUnit,[],cpBase);
|
||||
AddFile('helphtml.pas','HelpHTML',pftUnit,[],cpBase);
|
||||
AddFile('helpintf.pas','HelpIntf',pftUnit,[],cpBase);
|
||||
AddFile('idecommands.pas','IDECommands',pftUnit,[],cpBase);
|
||||
AddFile('idewindowintf.pas','IDEWindowIntf',pftUnit,[pffHasRegisterProc],cpBase);
|
||||
AddFile('imagelisteditor.pp','ImageListEditor',pftUnit,[],cpBase);
|
||||
|
Loading…
Reference in New Issue
Block a user