mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 10:19:23 +02:00
IDE: renamed lazdoc.pas to codehelp.pas
git-svn-id: trunk@13511 -
This commit is contained in:
parent
a6358840d5
commit
30013eaefe
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1870,6 +1870,7 @@ ide/codeexplopts.pas svneol=native#text/pascal
|
||||
ide/codeexplorer.lfm svneol=native#text/plain
|
||||
ide/codeexplorer.lrs svneol=native#text/pascal
|
||||
ide/codeexplorer.pas svneol=native#text/pascal
|
||||
ide/codehelp.pas svneol=native#text/plain
|
||||
ide/codehelpform.pas svneol=native#text/plain
|
||||
ide/codemacroprompt.lfm svneol=native#text/plain
|
||||
ide/codemacroprompt.lrs svneol=native#text/plain
|
||||
@ -2004,7 +2005,6 @@ ide/lazbuild.lpi svneol=native#text/plain
|
||||
ide/lazbuild.lpr svneol=native#text/plain
|
||||
ide/lazbuild.rc svneol=native#text/plain
|
||||
ide/lazconf.pp svneol=native#text/pascal
|
||||
ide/lazdoc.pas svneol=native#text/plain
|
||||
ide/lazdocfrm.lfm svneol=native#text/plain
|
||||
ide/lazdocfrm.lrs svneol=native#text/plain
|
||||
ide/lazdocfrm.pas svneol=native#text/plain
|
||||
|
@ -24,7 +24,7 @@
|
||||
* *
|
||||
***************************************************************************
|
||||
}
|
||||
unit LazDoc;
|
||||
unit CodeHelp;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
/***************************************************************************
|
||||
CodeContextForm.pas
|
||||
CodeHelpForm.pas
|
||||
-------------------
|
||||
|
||||
***************************************************************************/
|
||||
|
@ -46,7 +46,7 @@ uses
|
||||
// IDE
|
||||
LazarusIDEStrConsts, TransferMacros, DialogProcs, IDEOptionDefs,
|
||||
ObjInspExt, EnvironmentOpts, AboutFrm, MsgView, Project, PackageDefs, MainBar,
|
||||
OutputFilter, HelpOptions, MainIntf, LazConf, HelpFPCMessages, LazDoc,
|
||||
OutputFilter, HelpOptions, MainIntf, LazConf, HelpFPCMessages, CodeHelp,
|
||||
IDEContextHelpEdit;
|
||||
|
||||
type
|
||||
|
@ -50,7 +50,7 @@ uses
|
||||
IDEHelpIntf, LazHelpIntf,
|
||||
// IDE
|
||||
IDEOptionDefs, EnvironmentOpts,
|
||||
IDEProcs, LazarusIDEStrConsts, LazDocSelectInherited, LazDoc;
|
||||
IDEProcs, LazarusIDEStrConsts, LazDocSelectInherited, CodeHelp;
|
||||
|
||||
type
|
||||
TLazDocFormFlag = (
|
||||
|
@ -33,7 +33,7 @@ uses
|
||||
Classes, SysUtils, LCLProc, Forms, Controls, Graphics,
|
||||
CodeToolManager, CodeCache, BasicCodeTools, IdentCompletionTool,
|
||||
SrcEditorIntf,
|
||||
CodeHelpForm, LazDoc;
|
||||
CodeHelpForm, CodeHelp;
|
||||
|
||||
type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user