You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if there would be a way to manually trigger a rehighlight from the auto-highlight feature (CodeAttributedString). Essentially, on top of the highlighting, I am using a yellow highlighter to display certain text (like a Find feature). However, the only way to remove this highlighting is when a user start typing, so that it re-highlights the text.
If anyone knows a simple work around that would be great.
Calling processEditing causes an error because no edits were actually made
I tried to reset the theme (setting it to itself), but to no luck
The text was updated successfully, but these errors were encountered:
It would be nice if there would be a way to manually trigger a rehighlight from the auto-highlight feature (CodeAttributedString). Essentially, on top of the highlighting, I am using a yellow highlighter to display certain text (like a Find feature). However, the only way to remove this highlighting is when a user start typing, so that it re-highlights the text.
If anyone knows a simple work around that would be great.
Calling
processEditing
causes an error because no edits were actually madeI tried to reset the theme (setting it to itself), but to no luck
The text was updated successfully, but these errors were encountered: