mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 12:29:29 +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
|
||||
function GetProjectFile: TLazProjectFile; virtual; abstract;
|
||||
procedure UpdateProjectFile; virtual; abstract;
|
||||
function GetDesigner(LoadForm: boolean): TIDesigner; virtual; abstract;
|
||||
public
|
||||
property BlockBegin: TPoint read GetBlockBegin write SetBlockBegin;
|
||||
|
Loading…
Reference in New Issue
Block a user