mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 04:02:11 +02:00
Formatting and comments
git-svn-id: trunk@41442 -
This commit is contained in:
parent
14157739f0
commit
a8684998b7
@ -1106,8 +1106,7 @@ begin
|
||||
Init;
|
||||
end;
|
||||
|
||||
constructor TAvgLvlTree.CreateObjectCompare(
|
||||
OnCompareMethod: TObjectSortCompare);
|
||||
constructor TAvgLvlTree.CreateObjectCompare(OnCompareMethod: TObjectSortCompare);
|
||||
begin
|
||||
inherited Create;
|
||||
FOnObjectCompare:=OnCompareMethod;
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Abstract:
|
||||
This is an unsorted StringList with a fast lookup feature.
|
||||
Internally it uses a string map container to store the string again.
|
||||
It is then used for Contains, IndexOf and Find methods.
|
||||
Internally it uses a map container to store the strings again
|
||||
which is then used for Contains, IndexOf and Find methods.
|
||||
|
||||
The extra container does not reserve too much memory because the strings are
|
||||
reference counted and not really copied.
|
||||
|
@ -5054,8 +5054,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
function TEditorOptions.CreateSyn(LazSynHilighter: TLazSyntaxHighlighter):
|
||||
TSrcIDEHighlighter;
|
||||
function TEditorOptions.CreateSyn(LazSynHilighter: TLazSyntaxHighlighter): TSrcIDEHighlighter;
|
||||
begin
|
||||
if LazSyntaxHighlighterClasses[LazSynHilighter] <> Nil then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user