ahrm / sioyek

Sioyek is a PDF viewer with a focus on textbooks and research papers
https://sioyek.info/
GNU General Public License v3.0
6.75k stars 219 forks source link

[Feature] Keep selection in highlight mode #1077

Open HakonHarnes opened 1 month ago

HakonHarnes commented 1 month ago

Description When using highlight mode (toggle_select_highlight), the text is de-selected after it has been highlighted. However, I often want to modify the color of the highlight (I use a specific coloring system) and I always have to re-select the highlight before applying the color change. Sometimes I also want to delete the highlight, e.g. if the selection was slightly off.

Solution After a highlight has been made, don't de-select the text. This way, it's simple to change or delete the highlight without having to manually re-select the highlight every time.