
Hi,
Please tell me how to get the correct location of an IAdornment when the editor is zoomed-in or zoomed-out.
I want to determin whether an IAdornment is displayed or not taking scrolling and zooming into consideration.
I put an intra text adornment next to each variables on the editor and an adornment shows the current value of the variable.
I need to determine whether an adornment is displayed or not because I do not want meaningless communication occurs for scrolled-out variables.
Thanks.