mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 18:39:52 +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);
|
TypeNode:=FindTypeNodeOfDefinition(VarNode);
|
||||||
MoveCursorToNodeStart(TypeNode);
|
MoveCursorToNodeStart(TypeNode);
|
||||||
ReadNextAtom;
|
ReadNextAtom;
|
||||||
if AtomIs(VarType) then begin
|
if UpAtomIs(UpperCaseStr(VarType)) then begin
|
||||||
// rename the identifier
|
// rename the identifier
|
||||||
MoveCursorToNodeStart(VarNode);
|
MoveCursorToNodeStart(VarNode);
|
||||||
ReadNextAtom;
|
ReadNextAtom;
|
||||||
|
Loading…
Reference in New Issue
Block a user