ide: less hints

This commit is contained in:
mattias 2023-08-08 09:42:12 +02:00
parent 9fc403abea
commit 5d37c8659e
2 changed files with 2 additions and 2 deletions

View File

@ -1015,7 +1015,7 @@ type
function UnitInfoWithLFMFilename(const AFilename: string): TUnitInfo; // only currently open lfm (SourceLFM<>nil)
function AllEditorsInfoCount: Integer;
property AllEditorsInfo[Index: Integer]: TUnitEditorInfo read GetAllEditorsInfo;
function EditorInfoWithEditorComponent({H-}AEditor:TSourceEditorInterface): TUnitEditorInfo;
function EditorInfoWithEditorComponent({%H-}AEditor:TSourceEditorInterface): TUnitEditorInfo;
function SearchFile(const ShortFilename: string;
SearchFlags: TSearchIDEFileFlags): TUnitInfo;
function FindFile(const AFilename: string;

View File

@ -40,7 +40,7 @@ uses
Classes, SysUtils, Math, StrUtils, AVL_Tree,
// LCL
LCLProc, LCLType, Forms, Controls, Graphics, ComCtrls, Menus, Clipbrd,
ActnList, ExtCtrls, StdCtrls, Dialogs, LCLIntf,
ActnList, ExtCtrls, Dialogs, LCLIntf,
// LazControls
TreeFilterEdit, ExtendedNotebook,
// LazUtils