mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 18:19:34 +02:00
Ide/Project; SourceEditor: Decouple relationship via EditorIndex (equals Tab/Page). Refactor updates via object reference (prepare for multi window) (missing file)
git-svn-id: trunk@23994 -
This commit is contained in:
parent
5f1f1153e3
commit
30d49ee5b5
@ -118,6 +118,7 @@ type
|
|||||||
|
|
||||||
// context
|
// context
|
||||||
function GetProjectFile: TLazProjectFile; virtual; abstract;
|
function GetProjectFile: TLazProjectFile; virtual; abstract;
|
||||||
|
procedure UpdateProjectFile; virtual; abstract;
|
||||||
function GetDesigner(LoadForm: boolean): TIDesigner; virtual; abstract;
|
function GetDesigner(LoadForm: boolean): TIDesigner; virtual; abstract;
|
||||||
public
|
public
|
||||||
property BlockBegin: TPoint read GetBlockBegin write SetBlockBegin;
|
property BlockBegin: TPoint read GetBlockBegin write SetBlockBegin;
|
||||||
|
Loading…
Reference in New Issue
Block a user