Double-clicking a word in the editor normally selects the word, but if the word is followed by bolding markup, the bolding markup is selected instead. For example, double-clicking "word" in '''second word''' selects the last ''', not "word".
Description
Description
Event Timeline
Comment Actions
Seems to be an issue with the underlying C# /System.Windows.Forms.RichTextBox - https://stackoverflow.com/questions/69975808/double-click-selecting-words-separated-by-periods-like-i-a
I tried something along the lines of the code suggestion there but it caused more issues than it solved. Will need more thought.