IDE: codeexplorer showing roodos in // comments

git-svn-id: trunk@19508 -
This commit is contained in:
mattias 2009-04-19 11:01:41 +00:00
parent b149223f11
commit c1ed6a09a4

View File

@ -230,7 +230,7 @@ begin
if CommentStartPos<1 then exit(false);
if CommentEndPos-CommentStartPos<5 then exit(false);
if Src[CommentStartPos]='/' then begin
StartPos:=CommentStartPos+1;
StartPos:=CommentStartPos+2;
EndPos:=CommentEndPos-1;
end else if (Src[CommentStartPos]='{') then begin
StartPos:=CommentStartPos+1;