Sublime Forum

View-Ruler: Is it limited to the six selection options?

#1

Sublime Text 3
View - Ruler: the selection options are as follows: None, 70, 78, 80, 100, & 120

Is there a way to override the selection, by adding a user preference in Preferences: Settings - User? If I add the following line of code, it has no effect whatsoever:
“rulers”: [79],

I’ve read some posts that this can be impacted by choice of font. Is that relevant as I’ve described my situation above? My font-face setting is the Default setting:
“font-face”: “”,

Thanks!

0 Likes

#2

The “rulers” setting in the user preferences defines the default rulers when you open a file; it doesn’t seem to modify the menu. Personally, that’s all I need for custom rulers so I never use the menu.

If you really want it in the menu, you might be able make create a custom Main.sublime-menu in your user settings folder. I haven’t tried it though.

0 Likes