Hello. I want to see variable hints in debug mode. With English characters, hints appear in their proper places. Everything shifts in other languages. The cursor is over one variable and the tooltip comes from another variable.
procedure TForm1.FormCreate(Sender: TObject);
const
મોટી_શરૂઆત: TDateTime = 43866.08334;
begin
var
વીતેલા_દિવસોની_સંખ્યા := DaysBetween(Now,મોટી_શરૂઆત);
end;
Are there ways to fix this?