Formatting and comments

git-svn-id: trunk@41442 -
This commit is contained in:
juha 2013-05-28 15:59:52 +00:00
parent 14157739f0
commit a8684998b7
3 changed files with 4 additions and 6 deletions

View File

@ -1106,8 +1106,7 @@ begin
Init;
end;
constructor TAvgLvlTree.CreateObjectCompare(
OnCompareMethod: TObjectSortCompare);
constructor TAvgLvlTree.CreateObjectCompare(OnCompareMethod: TObjectSortCompare);
begin
inherited Create;
FOnObjectCompare:=OnCompareMethod;

View File

@ -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.

View File

@ -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