mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 22:20:26 +02:00
IDE: renamed codehelpform.pas to srcedithintfrm.pas
git-svn-id: trunk@13512 -
This commit is contained in:
parent
30013eaefe
commit
8f8dd580ad
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1871,7 +1871,6 @@ 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
|
||||
ide/codemacroprompt.pas svneol=native#text/plain
|
||||
@ -2082,6 +2081,7 @@ ide/sourcemarks.pas svneol=native#text/pascal
|
||||
ide/splash.lfm svneol=native#text/plain
|
||||
ide/splash.lrs svneol=native#text/pascal
|
||||
ide/splash.pp svneol=native#text/pascal
|
||||
ide/srcedithintfrm.pas svneol=native#text/plain
|
||||
ide/startlazarus.lpi svneol=native#text/plain
|
||||
ide/startlazarus.lpr svneol=native#text/pascal
|
||||
ide/startlazarus.rc svneol=native#text/plain
|
||||
|
@ -33,7 +33,7 @@ uses
|
||||
Classes, SysUtils, LCLProc, Forms, Controls, Graphics,
|
||||
CodeToolManager, CodeCache, BasicCodeTools, IdentCompletionTool,
|
||||
SrcEditorIntf,
|
||||
CodeHelpForm, CodeHelp;
|
||||
SrcEditHintFrm, CodeHelp;
|
||||
|
||||
type
|
||||
|
||||
|
@ -1,10 +1,4 @@
|
||||
{
|
||||
/***************************************************************************
|
||||
CodeHelpForm.pas
|
||||
-------------------
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
***************************************************************************
|
||||
* *
|
||||
* This source is free software; you can redistribute it and/or modify *
|
||||
@ -30,7 +24,7 @@
|
||||
The base class for hint windows for the source editor for the online help.
|
||||
For example for the fpdoc and comment help.
|
||||
}
|
||||
unit CodeHelpForm;
|
||||
unit SrcEditHintFrm;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -55,7 +55,7 @@ uses
|
||||
// IDE units
|
||||
LazarusIDEStrConsts, LazConf, IDECommands, EditorOptions, KeyMapping, Project,
|
||||
WordCompletion, FindReplaceDialog, FindInFilesDlg, IDEProcs, IDEOptionDefs,
|
||||
MacroPromptDlg, TransferMacros, CodeContextForm, CodeHelpForm,
|
||||
MacroPromptDlg, TransferMacros, CodeContextForm, SrcEditHintFrm,
|
||||
EnvironmentOpts, MsgView, SearchResultView, InputHistory, CodeMacroPrompt,
|
||||
CodeTemplatesDlg, TodoDlg, TodoList,
|
||||
SortSelectionDlg, EncloseSelectionDlg, DiffDialog, ConDef, InvertAssignTool,
|
||||
|
Loading…
Reference in New Issue
Block a user