Alexey-T / CudaText

Cross-platform text editor, written in Free Pascal
Mozilla Public License 2.0
2.39k stars 166 forks source link

HiOccur highlights all URLs when caret is over https #5527

Closed pintassilgo closed 1 month ago

pintassilgo commented 1 month ago
https://www.example.com/
https://www.example2.com/
https://www.example3.com/
https://www.example4.com/

Instal HiOccur. If caret is on any www, other occurences of the same words are highlighted as expected. The same if you place caret on com. image

But if you place caret on https, all links are entirely highlighted: image

Only https matches should be highlighted.

Alexey-T commented 1 month ago

Duplicate of https://github.com/Alexey-T/CudaText/issues/2342 closing.