kiwidoggie / Rime

Rime's Bug Tracker
2 stars 0 forks source link

Cant close more than one tab of the same plugin opened #26

Closed 3ti65 closed 7 years ago

3ti65 commented 7 years ago

Cant close more than one tab of the same plugin opened. Also, any attempts of closing Rime completely after that will fail.

If you cant reproduce it, i'll dump my /plugins here.

kiwidoggie commented 7 years ago

This will require a slight modification to how the plugin system works. I will update this when the work has been completed, but this should not affect plugins in a major way.

The Fix: I will be creating a unique identifier for each of the plugins when they are loaded (this identifier is not to be used/created by user and will be handled automatically) and closing/opening/events will all be identified by this identifier instead of by plugin name (which is the current process)

kiwidoggie commented 7 years ago

This has been fixed in 1.6.6395.1202 (not yet pushed)