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
There is a big lack of features in popular GUI frameworks. One of them is the lack of extensions. For example if I want to implement something like yomichan for all the gui apps I have, I get a lot of problems when dealing with text detection. I don't see ways to just ask the application to give me information about the text I am hovering on. Yes, I can select the text and using binding, copy the text into the secondary buffer and look it up, but it is not going to be comfortable to anyone.
I don't think that implementing extensions worth fixing it. But having something like RPC which I can use externally to gather and modify the information between apps would be nice!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There is a big lack of features in popular GUI frameworks. One of them is the lack of extensions. For example if I want to implement something like yomichan for all the gui apps I have, I get a lot of problems when dealing with text detection. I don't see ways to just ask the application to give me information about the text I am hovering on. Yes, I can select the text and using binding, copy the text into the secondary buffer and look it up, but it is not going to be comfortable to anyone.
I don't think that implementing extensions worth fixing it. But having something like RPC which I can use externally to gather and modify the information between apps would be nice!
Beta Was this translation helpful? Give feedback.
All reactions