mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 06:09:14 +02:00
IDE: rename function GetSourcesChangedOnDisk / incorrect name
This commit is contained in:
parent
a81ad6381b
commit
acb3f71e60
@ -8893,7 +8893,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
AIgnoreList := TFPList.Create;
|
AIgnoreList := TFPList.Create;
|
||||||
Project1.GetSourcesChangedOnDisk(BufferList);
|
Project1.GetAutoRevertLockedFiles(BufferList);
|
||||||
PkgBoss.GetPackagesChangedOnDisk(APackageList, True);
|
PkgBoss.GetPackagesChangedOnDisk(APackageList, True);
|
||||||
if (BufferList=nil) and (APackageList=nil) then exit;
|
if (BufferList=nil) and (APackageList=nil) then exit;
|
||||||
Reload:=ShowDiskDiffsDialog(BufferList,APackageList,AIgnoreList);
|
Reload:=ShowDiskDiffsDialog(BufferList,APackageList,AIgnoreList);
|
||||||
|
@ -957,7 +957,7 @@ type
|
|||||||
function SomeDataModified(Verbose: boolean = false): boolean;
|
function SomeDataModified(Verbose: boolean = false): boolean;
|
||||||
function SomeSessionModified(Verbose: boolean = false): boolean;
|
function SomeSessionModified(Verbose: boolean = false): boolean;
|
||||||
procedure MainSourceFilenameChanged;
|
procedure MainSourceFilenameChanged;
|
||||||
procedure GetSourcesChangedOnDisk(var ACodeBufferList: TFPList);
|
procedure GetAutoRevertLockedFiles(var ACodeBufferList: TFPList);
|
||||||
function HasProjectInfoFileChangedOnDisk: boolean;
|
function HasProjectInfoFileChangedOnDisk: boolean;
|
||||||
procedure IgnoreProjectInfoFileOnDisk;
|
procedure IgnoreProjectInfoFileOnDisk;
|
||||||
function ReadProject(const NewProjectInfoFile: string;
|
function ReadProject(const NewProjectInfoFile: string;
|
||||||
@ -4810,7 +4810,7 @@ begin
|
|||||||
ExtendPath(SrcPathMacroName,CompilerOptions.SrcPath);
|
ExtendPath(SrcPathMacroName,CompilerOptions.SrcPath);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TProject.GetSourcesChangedOnDisk(var ACodeBufferList: TFPList);
|
procedure TProject.GetAutoRevertLockedFiles(var ACodeBufferList: TFPList);
|
||||||
|
|
||||||
procedure Add(aCode: TCodeBuffer);
|
procedure Add(aCode: TCodeBuffer);
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user