Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 SWT Styledtext 对文本进行 CaretLocation。
谢谢
不做getCaretOffset()你想做的事?
getCaretOffset()
StyledText text = ... int position = text.getCaretOffset();