Delegate must be set for plugins to work #27
Closed
mattmassicotte
started this conversation in
General
Replies: 4 comments
-
oh, that's a bug then. The intention is to interfere with whether the delegate is set or not. Since delegate is set by the user, plugin shouldn't rely on that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The fix f462e18 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks great and super fast too! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Released 0.8.12 with the fix, and bumped plugins dependency to use that version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It took me a while to figure out what was going on here. The
STTextViewDelegateProxy
is a really neat trick! But it depends on theSTTextView
delegate actually being set. With no delegate, events are never relayed to plugins.Beta Was this translation helpful? Give feedback.
All reactions