Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code::Blocks - How to show gutter/vertical right margin line in editor

How to show the vertical right margin line (usually 80 characters) in the editor window in Code::Blocks?

like image 685
rovyko Avatar asked Sep 16 '25 10:09

rovyko


1 Answers

For the current Code::Blocks version (16.01):

  1. Go to Toolbar -> Settings -> Editor
  2. Under the list of categories (icons) on the left, select Margins and Caret
  3. In the Right margin section, change Right margin hint to visible line
  4. You can also change the color and column number
  5. Click OK to save
like image 106
rovyko Avatar answered Sep 18 '25 10:09

rovyko