mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 16:38:17 +02:00
ide: less hints
This commit is contained in:
parent
9fc403abea
commit
5d37c8659e
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user