Hi, despite popupForSelectedExpression = False if pyPadStart.py, once the kernel starts evaluating (with either pyPadExecute.py or pyPadRestart.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 in pyPadStart.py) but to no avail.
Any guess ? Something wrong in def onMouseDwell(self, args) that triggers the evaluation upon mouse position ?
Regards.
Hi, despite
popupForSelectedExpression = FalseifpyPadStart.py, once the kernel starts evaluating (with eitherpyPadExecute.pyorpyPadRestart.pygetting 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 = Falsein__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.