mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 23:59:12 +02:00
synedit: less hints
git-svn-id: trunk@43331 -
This commit is contained in:
parent
0f1ab1f8fe
commit
5532f47222
@ -448,10 +448,12 @@ var
|
||||
KeyOffset: integer;
|
||||
|
||||
function IsIdentifierChar(p: PChar): boolean; inline;
|
||||
{$IF FPC_FULLVERSION >= 20701}
|
||||
var
|
||||
u: UnicodeString;
|
||||
i: Integer;
|
||||
L: Cardinal;
|
||||
{$ENDIF}
|
||||
begin
|
||||
Result := p^ in ['a'..'z','A'..'Z','0'..'9','_'];
|
||||
if Result then exit;
|
||||
|
Loading…
Reference in New Issue
Block a user