IDE: order search results by line ascending line numbers

git-svn-id: trunk@18084 -
This commit is contained in:
vincents 2009-01-03 20:14:58 +00:00
parent 0e0fb14c52
commit ba2045194a

View File

@ -1043,7 +1043,7 @@ begin
if not Assigned(Node) then
Node := Items.AddFirst(Node, MatchPos.FileName);
ChildNode := Items.AddChildFirst(Node, Line);
ChildNode := Items.AddChild(Node, Line);
Node.Expanded:=true;
ChildNode.Data := MatchPos;
end;