-
Notifications
You must be signed in to change notification settings - Fork 86
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
Crashing Xcode and other bugs #40
Comments
Hi @Rivukis, thanks for the feedback! I'm glad you like it. I'll take a look at this when I can, but I can't tell when that'll be as I'm pretty occupied these days. If you feel like it, feel free to investigate and report back your findings here (simply running the project from Xcode runs the plugin in another Xcode instance for debugging purposes, very easy). Or better still, send a pull request! |
The plugin is crashing Xcode for me very frequently. It's really unfortunate since this is an amazingly useful plugin!! I've copied the crash report which can be viewed here @fortinmike : Thanks for any help, please let me know if there's any more I can do. |
Thanks for the crash report, @jasonseney. I'll try to find some time to figure this one out soon. Did you notice the bug occurring when highlighting specific symbols in specific source files or does it occur seemingly randomly? Say, can you reproduce a crash by highlighting the same symbol after re-opening Xcode? |
@fortinmike It seems to happen when changing the highlight color of the first symbol in the file, before highlighting any other symbols. Here's another crash report if it's of any help:
|
Hi.. cool plugin ;) I had a problem: Xcode crashed on "Highlight Occurrences Of String" in big files and many occurrences. |
Crashing Xcode:
When trying to highlight the same thing twice (accidentally) then sometimes Xcode will crash other times it will highlight the same selection with the next color. (Haven't been able to get exact repro steps)
When in AppDelegate select UIApplication in one of the method signatures and use "Highlight Occurrences of String". Xcode will crash immediately.
Other Bugs:
Doesn't always highlight everything. Go to AppDelegate of new project and put cursor in "UIApplication" in any method signature and use command "Highlight Occurrences of Symbol". Only that specific "UIApplication" will be highlighted.
If you try to highlight something that won't highlight then the color that would have been used is still used up. Example: try to highlight something with no results (uses blue color for no results) then the next highlight (uses green for seen results) even though there is no blue to be found.
If you use the command "Highlight Occurrences of Symbol" twice on same symbol (without it crashing) then use command "Remove Most Recently Added Highlight" the highlight will be removed but the first color used will still be used up even though that color is no where to be found (similar to the last bug results)
Sorry, if this looks like a lot. This plugin is helpful and would like to be able to use it bug free.
Thank you for creating.
The text was updated successfully, but these errors were encountered: