Sublime Forum

Word wrapping with brackets in Sublime 3

#1

I apologize for the general redundancy of this post, and I especially apologize if it’s an exact redundancy, but I couldn’t find any posts that addressed my specific issue in a helpful way.
I’m running Sublime 3.2.2 on Windows 10, and currently editing a .txt file, and have the following syntax-specific settings:

// These settings override both User and Default settings for the Plain text syntax
{
“spell_check”: true,
“translate_tabs_to_spaces”: false,
“auto_match_enabled”: false,
“gutter”: false,
“word_separators”: “./\”’-:,.;<>~!@#$%^&*|+=`~?",
}

However, even after having edited word_separators, I still get text wrapping in between parens and the text after the paren. For example, right now I have “column contains (regardless of whether” wrapping as

column contains (
regardless of whether

which is obviously less than ideal. I don’t know if this is a bug / missing feature in Sublime 3, or if I’m just missing the setting that would fix this. Help would be greatly appreciated.

0 Likes

#2

currently the word wrapping doesn’t seem to take the word_separators into account at least for parens and things - someone else reported the same thing a while ago, currently there’s no configuration changes that can be made to fix it afaik:

0 Likes

#3

Thanks for the prompt and helpful reply. (Well, as helpful as “there’s nothing you can do about it” is…)

0 Likes