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.
Eclipse または CDT に、コードの各行の文字数を表示したり、特定の長さを超えるコード行を強調表示したりするオプションはありますか?
私はEclipse 3.7でCでプログラミングしています
見つけた。[ウィンドウ] -> [設定] に移動します。ダイアログ ボックスで [テキスト エディター] を選択し、[印刷余白を表示する] オプションをオンにします。これにより、指定された列番号にマーカーが表示され、作成者は特定の行の長さを超えないようにすることができます。