mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 13:29:37 +02:00
fixed typos: completly
git-svn-id: trunk@29443 -
This commit is contained in:
parent
cfd767ecf2
commit
46cae9d061
@ -5417,7 +5417,7 @@ begin
|
|||||||
// merge to start ( ARange.RangeEndAddr is in MergeRng )
|
// merge to start ( ARange.RangeEndAddr is in MergeRng )
|
||||||
if MergeRng.ContainsAddr(ARange.RangeStartAddr)
|
if MergeRng.ContainsAddr(ARange.RangeStartAddr)
|
||||||
then begin
|
then begin
|
||||||
debugln(['ERROR: New Range is completly inside existing ', dbgs(MergeRng)]);
|
debugln(['ERROR: New Range is completely inside existing ', dbgs(MergeRng)]);
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
// MergeRng changes ID
|
// MergeRng changes ID
|
||||||
|
@ -8535,7 +8535,7 @@ begin
|
|||||||
- The type may be prefixed by "&" for var param under dwarf (an fpc workaround)
|
- The type may be prefixed by "&" for var param under dwarf (an fpc workaround)
|
||||||
Under dwarf var param are hnadled by gdb, if casted or part of an expression,
|
Under dwarf var param are hnadled by gdb, if casted or part of an expression,
|
||||||
but not if standalone or dereferred ("^") only
|
but not if standalone or dereferred ("^") only
|
||||||
Under stabs "var param" have no indications, but are completly and correctly
|
Under stabs "var param" have no indications, but are completely and correctly
|
||||||
handled by gdb
|
handled by gdb
|
||||||
|
|
||||||
* ptype TheWhatisType
|
* ptype TheWhatisType
|
||||||
|
@ -4387,7 +4387,7 @@ Application developers may use the OnSelection and OnBeforeSelection events to r
|
|||||||
<short>Clear all cells from the grid.</short>
|
<short>Clear all cells from the grid.</short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>Reset Column and Row counts to 0. Grid is completely emptied.</p>
|
<p>Reset Column and Row counts to 0. Grid is completely emptied.</p>
|
||||||
<p>Compatibility: This property applies to Lazarus grids only , under Delphi/Kylix a grid can't be completly emptied.</p>
|
<p>Compatibility: This property applies to Lazarus grids only , under Delphi/Kylix a grid can't be completely emptied.</p>
|
||||||
</descr>
|
</descr>
|
||||||
</element>
|
</element>
|
||||||
<!-- procedure Visibility: public -->
|
<!-- procedure Visibility: public -->
|
||||||
|
@ -1972,7 +1972,7 @@ begin
|
|||||||
|
|
||||||
if Count=0 then begin
|
if Count=0 then begin
|
||||||
//it's an autofillcolumns grid, so at least one
|
//it's an autofillcolumns grid, so at least one
|
||||||
// of the columns must fill completly the grid's
|
// of the columns must fill completely the grid's
|
||||||
// available width, let it be that column the last
|
// available width, let it be that column the last
|
||||||
ForcedIndex := ColCount-1;
|
ForcedIndex := ColCount-1;
|
||||||
if ForcedIndex>=FixedCols then
|
if ForcedIndex>=FixedCols then
|
||||||
|
Loading…
Reference in New Issue
Block a user