mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-08 01:18:20 +02:00
IDE: codeexplorer showing roodos in // comments
git-svn-id: trunk@19508 -
This commit is contained in:
parent
b149223f11
commit
c1ed6a09a4
@ -230,7 +230,7 @@ begin
|
|||||||
if CommentStartPos<1 then exit(false);
|
if CommentStartPos<1 then exit(false);
|
||||||
if CommentEndPos-CommentStartPos<5 then exit(false);
|
if CommentEndPos-CommentStartPos<5 then exit(false);
|
||||||
if Src[CommentStartPos]='/' then begin
|
if Src[CommentStartPos]='/' then begin
|
||||||
StartPos:=CommentStartPos+1;
|
StartPos:=CommentStartPos+2;
|
||||||
EndPos:=CommentEndPos-1;
|
EndPos:=CommentEndPos-1;
|
||||||
end else if (Src[CommentStartPos]='{') then begin
|
end else if (Src[CommentStartPos]='{') then begin
|
||||||
StartPos:=CommentStartPos+1;
|
StartPos:=CommentStartPos+1;
|
||||||
|
Loading…
Reference in New Issue
Block a user