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```.
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany-plugins/pull/823

-- Commit Summary --

  * scope: Improved evaluation on-hover

-- File Changes --

    M scope/src/tooltip.c (5)

-- Patch Links --

https://github.com/geany/geany-plugins/pull/823.patch
https://github.com/geany/geany-plugins/pull/823.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/823

Reply via email to