You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tricky part is to make the text big enough to include everything that was drawn for the last mouse move event. We are working on a solution to separate the outline content from temporary (e.g. mouse over) stuff. That should improve performance quite a bit and will allow more effects/animation.
Isn’t the mouseMove in Red Arrows only needed for displaying the annotations when the cursor is near an errorous node? Couldn’t said node just get an invisible circle path in which the cursor-point-distance checking happens only when cursor is inside that circle? That way the distance-alpha can stay, but the redraw only happens when the mouse is over that area.
RedArrow-Glyphs/RedArrow.glyphsReporter/Contents/Resources/plugin.py
Line 126 in 803ce30
I think it’s not the best idea to redraw everything in mouseMove. Maybe better use
setNeedsDisplayInRect:
for a smaller portion of interest?Could this be related to #33 ?
The text was updated successfully, but these errors were encountered: