Skip to content

Try our best to convert preedit styling to text-input-v3 cursor range.

Xuetian Weng requested to merge work/text-input-v3-styling into master

text-input-v3 does not have preedit styling, instead, it can only specify the range of cursor. Try to keep track of any highlight/selection style range and combine them together. If it matches the cursor position, use it as the cursor range.

Screenshot to demonstrate this (Gtk use bold for this.):

图片

Merge request reports