我最近下载了SynEdit,我想知道如何启用行号(就像在拉撒路中一样)?
我在网上找不到任何东西。
提前谢谢。
发布于 2012-08-26 00:53:14
基于code found here,尝试使用:
code found here
SynEdit1.Gutter.ShowLineNumbers := True;
https://stackoverflow.com/questions/12123202
相似问题