-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
symbol swapping issue in 0.20 #43
Comments
@ivanbachev I am having a hard time reproducing any issue of the wrong symbol being swapped. Is this something you are able to reproduce consistently? I'll see what I can do about the dropdown, I was trying to solve an issue where symbol names were being cutoff if longer than the dropdown. |
Sure, here is a quick screencast to show the bug: say I have an instance of a library symbol named: and I want to swap it with: what happens instead is that the Symbol Swapper plugin incorrectly identifies the symbol as: and replaces it with: Hope this helps. |
As a comparison, see a screencast taken with v 0.19 (downloaded from the GitHub commits) - where the above flow works fine - |
The pattern I noticed is that in the v 0.20 example, Symbol Swapper incorrectly shows the current symbol instance name matching the symbol that is +7 positions in the list of all library symbols. |
Was this ever resolved? I'm having the same issue |
@ivanbachev, @jorgemartins, Apologies, there was an issue with the last version, which I finally got a chance to resolve. Could you please try version 0.21 which I just published? |
I can confirm that so far it is working as intended. Also the new scrollable dropdown instead of the select box 👍 |
The issue had to do with missing and disabled libraries not being removed from the list of available libraries, this is why the results were offset at times, or other times the plugin would fail. Version 0.21 was a step in the right direction but there was still another issue which I have resolved in 0.22. |
Hello, I noticed some issues after I updated to the most recent version of the symbol-swapper plugin.
When I point it to a specific symbol from a library using the “Let me choose…” option - it replaces with a wrong symbol. Even the default option, when swapping with a symbol with same name, ends up swapping with a wrong symbol.
Also, if possible can the “Let me choose…” be a combobox (as before) so that we can still type a symbol instance name in it, instead of using just the dropdown list?
The text was updated successfully, but these errors were encountered: