mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 21:35:57 +02:00
fixed checking case insensitive renaming of published vars
git-svn-id: trunk@5127 -
This commit is contained in:
parent
8e7e336e83
commit
b049772be5
@ -2701,7 +2701,7 @@ begin
|
||||
TypeNode:=FindTypeNodeOfDefinition(VarNode);
|
||||
MoveCursorToNodeStart(TypeNode);
|
||||
ReadNextAtom;
|
||||
if AtomIs(VarType) then begin
|
||||
if UpAtomIs(UpperCaseStr(VarType)) then begin
|
||||
// rename the identifier
|
||||
MoveCursorToNodeStart(VarNode);
|
||||
ReadNextAtom;
|
||||
|
Loading…
Reference in New Issue
Block a user