Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable column indicator in Qt Creator?

Tags:

qt-creator

Visual Assist X has a nice feature for Visual Studio called column indicator. It displays a vertical line in text editor on the specified column(I use 80th column). This heps you not to write a very long horizontal statements

Is it possible to enable such a feature in Qt Creator? How is it called and how to enable it?

like image 537
Dmitriy Avatar asked Jan 17 '12 11:01

Dmitriy


1 Answers

Yes, it is possible. See Tools / Options / Text Editor / Display / Text Wrapping / Display right margin at column:.

like image 96
Bill Avatar answered Oct 14 '22 19:10

Bill