mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 12:16:18 +02:00
codetools: vr hint modifiers only in modes objfpc, delphi and delphiunicode
git-svn-id: trunk@43205 -
This commit is contained in:
parent
c4e879f295
commit
32d0c4f93c
@ -3382,6 +3382,7 @@ var
|
||||
NeedUndo: boolean;
|
||||
CanHaveString: Boolean;
|
||||
begin
|
||||
if not (Scanner.CompilerMode in [cmOBJFPC,cmDELPHI,cmDELPHIUNICODE]) then exit;
|
||||
if CurPos.Flag=cafSemicolon then begin
|
||||
ReadNextAtom;
|
||||
NeedUndo:=true;
|
||||
|
Loading…
Reference in New Issue
Block a user