-
Notifications
You must be signed in to change notification settings - Fork 84
Description
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.