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.
TSynEditDelphiXE2の構文強調表示エディタとして使用します。1つを除いてすべてがうまく機能します。Gutterには行番号は表示されません。どうしたの?この問題を修正するにはどうすればよいですか?
TSynEdit
プロパティを設定する必要があります。
SynEdit.Gutter.ShowLineNumbers := True;