Sublime Forum

fade_fold_buttons=false doesn't work

#1

on OSX, setting fade_fold_buttons=false and fold_buttons=true doesn’t work (ie no folding triangles are shown)

0 Likes

#2

Just to check: you know that you should use this format, right?

"fade_fold_buttons": true
0 Likes

#3

yes, the config file is valid but the behavior is not as intended.

0 Likes

#4

I am experiencing the same issue.
Fold buttons show only when mouse is over the gutter:

// Fold buttons are the triangles shown in the gutter to fold regions of text
"fold_buttons": true,
// Hides the fold buttons unless the mouse is over the gutter
"fade_fold_buttons": true,

Now they don’t show at all (even tho the space for them is still there):

// Fold buttons are the triangles shown in the gutter to fold regions of text
"fold_buttons": true,
// Hides the fold buttons unless the mouse is over the gutter
"fade_fold_buttons": false,

Are there any plans or work-arounds to fix it? I would really like my fold buttons to always show…

0 Likes