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.
我正在使用 RichTextFx (CodeArea) 突出显示我的代码。我想更改某些关键字的文本背景颜色并在下面使用 css:
.parameter { -rtfx-background-color: yellow; }
但它改变了我的关键字之间所有文本的背景颜色(:p1在:p2这个例子中)。字体颜色和样式更改成功。
:p1
:p2
用于StyleClassedTextArea.setStyleClass(from, to, "class Name");将类名添加到某个特定范围。
StyleClassedTextArea.setStyleClass(from, to, "class Name");