With CH 3.0.2 enabled, search result highlights immediately disappear
See original GitHub issueDescription
With CH3.0beta02 installed, when I use ⌘F and ⌘G to find and iterate over search results, the normal yellow highlight background only briefly flickers and then disappears. Best shown with a video:
https://user-images.githubusercontent.com/1992842/109042975-cf507900-769e-11eb-8908-114bca8eb96d.mp4
Here’s the same thing, but with the CH package disabled:
https://user-images.githubusercontent.com/1992842/109043006-d8d9e100-769e-11eb-94dc-6c49215eca3a.mp4
Not sure what could be causing this, but it makes it harder to see the results for sure. Thank you.
Support Info
- ST ver.: 3211
- Platform: osx
- Arch: x64
- Plugin ver.: 3.0.0-beta.02
- Install via PC: True
- coloraide ver: 0.1.6
- mdpopups ver.: 3.7.5
- markdown ver.: 3.1.1
- pygments ver.: 2.1a0
- jinja2 ver.: 2.10.1
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (10 by maintainers)
Top Results From Across the Web
Vim clear last search highlighting - Stack Overflow
here is a command I made to quicken clearing of the search string (and therefore removing all highlights): :command C let @/="" Using...
Read more >Unhighlight last search in 'less' - Unix & Linux Stack Exchange
You can use Alt + u to remove the highlight on last search results. You can highlight them again with Alt + u...
Read more >Apply or remove highlighting - Microsoft Support
Go to Home and select the arrow next to Text Highlight Color. The Text Highlight Color options are shown on the Home tab....
Read more >Use Select Highlighting in Westlaw Edge - Thomson Reuters
Select Highlighting in Westlaw. Edge. helps you scan search results and cases for specific language by highlighting key words and phrases in up...
Read more >GNU Source-highlight 3.1.8
GNU Source-highlight, given a source file, produces a document with syntax highlighting. This is Edition 3.1.8 of the Source-highlight manual. This file ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think we’ll try and bump it from 0.25 to .30. It seems to give me no issues, so we’ll try that for now. I’ll double check on my older system as well. Worst case, maybe we’ll bump it to .35, but I think that should be fine.
We can probably pick a slightly less aggressive value but still try and keep some of the snappiness. I think we are just running into a race condition with certain Sublime events. We probably need to back off a little to give Sublime a chance to do its thing.
@gir-bot remove S: triage @gir-bot add T: bug, P: low