-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execute on mouse hovering #3
Comments
Can you give me an example to better describe your problem? What do you mean by "gets evaluated"? Is the whole line executed? |
Basically, when opening the |
This look like a problem of the mouse middle button which always executes the line. You can disable it by commenting out the line |
No, I always use the 32 bit version, I'll try the solution you provided and give an update. |
Seems like it comes from my Logitech G600 middle button that gave me a middle finger. |
Hi, despite
popupForSelectedExpression = False
ifpyPadStart.py
, once the kernel starts evaluating (with eitherpyPadExecute.py
orpyPadRestart.py
getting triggered), everything gets evaluated as soon as the mouse hover it, even not moving the pouse, it cycles evaluation about once or twice a second (not regular timing).Was more expecting the tooltip to appears instead.
I've tried setting
CT_expression = False
in__init__.py:636
(which I guess should be the correct default value, regarding the comment inpyPadStart.py
) but to no avail.Any guess ? Something wrong in
def onMouseDwell(self, args)
that triggers the evaluation upon mouse position ?Regards.
The text was updated successfully, but these errors were encountered: