codetools: vr hint modifiers only in modes objfpc, delphi and delphiunicode

git-svn-id: trunk@43205 -
This commit is contained in:
mattias 2013-10-11 13:13:13 +00:00
parent c4e879f295
commit 32d0c4f93c

View File

@ -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;