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.
我仍在使用我的文本编辑器,现在我想让它运行得更快。所以我想我可能会以某种方式获得当前可见的文本,并根据需要对其进行解析。那么有没有办法获得当前可见的线条?
PS或者也许还有另一种方法可以提高 StyledTextCtrl 的性能?谢谢。
用于GetFirstVisibleLine()确定第一条可见线。行从零开始编号。
GetFirstVisibleLine()
用于LinesOnScreen()确定屏幕上可见的行数。
LinesOnScreen()
您可以使用GetLine(line)获取单个行的字符串。
GetLine(line)