mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 14:29:25 +01: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 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;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user