[length_notifier] Fix counter for multiple chat controls
All threads resolved!
All threads resolved!
Fixes the counter when used in multiple chat controls. This also adds support for group chats.
Merge request reports
Activity
Filter activity
- Resolved by Daniel Brötzmann
- Resolved by Daniel Brötzmann
This plugin could be improved
-
Instead of storing data in the chat control
length_notifier_plugin_data
, create a Class that inherits from Gtk.Label() store all information in that class. -
connect to the buffer from that class, so on the callback you are already inside the Label and have all data available, so you dont have to pass the chat control to the callback and retrieve the data from the chat control
-
Color change should be done via adding a css class and removing a css class, not via override_background_color which is deprecated
-
Migrate to new style plugin config window
-
mentioned in issue #473 (closed)
Please register or sign in to reply