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.
如何在 Scintilla.net 中突出显示对括号(“{”和“}”)?
您可以将 ScintillaNet 控件的 IsBraceMatching 属性设置为 true,它将突出显示 ()、[] 和 {}。