Scope automatically evaluates an expression if the mouse pointer is hovered over it. But before this change it only evaluated words. E.g. if the mouse was hovered over structa->item1
then scope would have evaluated structa
or itemb
depending on the exact position of the mouse pointer. With this change it will instead evaluate the value of structa->item1
.
https://github.com/geany/geany-plugins/pull/823
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.