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