我最近下载了 SynEdit,我想知道如何启用行号(就像在 Lazarus 中一样)?
我在互联网上没有找到任何东西。
提前致谢。
问问题
1669 次
1 回答
13
基于code found here
尝试使用:
SynEdit1.Gutter.ShowLineNumbers := True;
于 2012-08-25T16:53:13.933 回答