From 30d49ee5b5b6dc621f9c61a11ad9add76977a1cc Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 14 Mar 2010 19:15:06 +0000 Subject: [PATCH] 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 - --- ideintf/srceditorintf.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/ideintf/srceditorintf.pas b/ideintf/srceditorintf.pas index 2e8ab88722..6faf9ea4f9 100644 --- a/ideintf/srceditorintf.pas +++ b/ideintf/srceditorintf.pas @@ -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;