mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 20:40:25 +02:00
IDE: formatting
git-svn-id: trunk@41054 -
This commit is contained in:
parent
f557c914d8
commit
ce249b4904
@ -84,10 +84,8 @@ type
|
||||
Flags: TCloseFlags):TModalResult;
|
||||
function CloseEditorFile(const Filename: string; Flags: TCloseFlags): TModalResult;
|
||||
function OpenEditorFile(AFileName:string; PageIndex, WindowIndex: integer;
|
||||
AEditorInfo: TUnitEditorInfo;
|
||||
Flags: TOpenFlags;
|
||||
UseWindowID: Boolean = False // WindowIndex is WindowID
|
||||
): TModalResult;
|
||||
AEditorInfo: TUnitEditorInfo; Flags: TOpenFlags;
|
||||
UseWindowID: Boolean = False): TModalResult; // WindowIndex is WindowID
|
||||
function OpenFileAtCursor(ActiveSrcEdit: TSourceEditor;
|
||||
ActiveUnitInfo: TUnitInfo): TModalResult;
|
||||
function InitNewProject(ProjectDesc: TProjectDescriptor): TModalResult;
|
||||
|
Loading…
Reference in New Issue
Block a user