From 8f8dd580ad47a3208c0a40115bf5ef75dc2e1d9a Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 29 Dec 2007 10:27:00 +0000 Subject: [PATCH] IDE: renamed codehelpform.pas to srcedithintfrm.pas git-svn-id: trunk@13512 - --- .gitattributes | 2 +- ide/lazdochints.pas | 2 +- ide/{codehelpform.pas => srcedithintfrm.pas} | 8 +------- ide/uniteditor.pp | 2 +- 4 files changed, 4 insertions(+), 10 deletions(-) rename ide/{codehelpform.pas => srcedithintfrm.pas} (97%) diff --git a/.gitattributes b/.gitattributes index 3ecc1257fa..46c1b31835 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/ide/lazdochints.pas b/ide/lazdochints.pas index 9483ee7769..2f07a0248f 100644 --- a/ide/lazdochints.pas +++ b/ide/lazdochints.pas @@ -33,7 +33,7 @@ uses Classes, SysUtils, LCLProc, Forms, Controls, Graphics, CodeToolManager, CodeCache, BasicCodeTools, IdentCompletionTool, SrcEditorIntf, - CodeHelpForm, CodeHelp; + SrcEditHintFrm, CodeHelp; type diff --git a/ide/codehelpform.pas b/ide/srcedithintfrm.pas similarity index 97% rename from ide/codehelpform.pas rename to ide/srcedithintfrm.pas index b5b5a4647f..58e8d40502 100644 --- a/ide/codehelpform.pas +++ b/ide/srcedithintfrm.pas @@ -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+} diff --git a/ide/uniteditor.pp b/ide/uniteditor.pp index a0044f315e..4742ba2aeb 100644 --- a/ide/uniteditor.pp +++ b/ide/uniteditor.pp @@ -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,