Sublime Forum

Wrap width issues in Distraction Free mode

#1

Hi,

I’m trying to have wrap_width set to 0 when in ‘normal’ view mode, but have it set to 80 when in ‘distraction free’ mode. I changed the file in User/Distraction Free.sublime-settings, and its entire contents are:

{
“wrap_width”: 80
}

However, if when in ‘norma’ mode I set the wrap width to automatic (via: View > Word Wrap Column > Automatic), this seems to override the user settings for the Distraction Free mode.

I tried adding:

“wrap_width”: 0

to User/Preferences.sublime-settings, but this doesn’t help.

My impression is that whatever I set through “View > Word Wrap Column” overrides any “wrap_width” declaration in the settings files in both viewing modes. Is this the intended behavior? If not, any thoughts on what could be going on?

EDIT: Forgot to add. I’m using Sublime Text 2, Build 2181 on OSX 10.7.3.

Thanks,

APC

0 Likes

Custom user wrap_width ignored (stomped by menu options?)
#2

Yes, that is the intended behavior.

0 Likes

#3

Thanks. I would have thought it made sense to have whatever is set through “View > Word wrap column” only override the wrap_width declaration for the current view only, so that one can still have different settings for the two viewing modes.

0 Likes