mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 18:20:42 +02:00
IDE: do not report ~ as unusual char
git-svn-id: trunk@44547 -
This commit is contained in:
parent
69670fab2a
commit
f2060d3262
@ -152,7 +152,7 @@ begin
|
||||
#10,#13: Include(HasChars,ccoscNewLine);
|
||||
#0..#9,#11,#12,#14..#31: Include(HasChars,ccoscSpecialChars);
|
||||
'/','\': if Path[i]<>PathDelim then Include(HasChars,ccoscWrongPathDelim);
|
||||
'@','#','$','&','*','(',')','[',']','+','~','<','>','?','|': Include(HasChars,ccoscUnusualChars);
|
||||
'@','#','$','&','*','(',')','[',']','+','<','>','?','|': Include(HasChars,ccoscUnusualChars);
|
||||
#128..#255: Include(HasChars,ccoscNonASCII);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user