mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-05 17:59:40 +01:00
IDE: clean up
git-svn-id: trunk@26129 -
This commit is contained in:
parent
466f67f457
commit
30d2db57ba
@ -81,6 +81,7 @@ var
|
|||||||
List: TStringList;
|
List: TStringList;
|
||||||
i: Integer;
|
i: Integer;
|
||||||
begin
|
begin
|
||||||
|
Result:=true;
|
||||||
List:=TStringList.Create;
|
List:=TStringList.Create;
|
||||||
try
|
try
|
||||||
AGrid.BeginUpdate;
|
AGrid.BeginUpdate;
|
||||||
@ -105,6 +106,7 @@ var
|
|||||||
OldIdent, NewIdent: string;
|
OldIdent, NewIdent: string;
|
||||||
i: Integer;
|
i: Integer;
|
||||||
begin
|
begin
|
||||||
|
Result:=true;
|
||||||
AMap.Clear;
|
AMap.Clear;
|
||||||
// Collect (maybe edited) properties from StringGrid to fStringMap.
|
// Collect (maybe edited) properties from StringGrid to fStringMap.
|
||||||
for i:=1 to AGrid.RowCount-1 do begin // Skip the fixed row.
|
for i:=1 to AGrid.RowCount-1 do begin // Skip the fixed row.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user