Sublime Forum

ST3: click & drag on the minimap

#1

Heya,

On Sublime Text 3, when you click the minimap, the window is scrolled as expected.
However, if you click and drag, the window scrolls to the click position but doesn’t continue to scroll upon dragging.

0 Likes

#2

Same trobule here. The behavior is different form ST2, i wich the mini map would go directly to the point I clicked and the drag was already attached. Now it’s woking much like the scrollbar…

0 Likes

#3

Same sh*t :frowning: I’ve noticed “minimap_scroll_to_clicked_text” option for last ST2 build, but seems there’s no this option in ST3

0 Likes

#4

Echoing this sentiment…

0 Likes

#5

I added the option and it seems to work as expected for me (Build 3047 on Windows 7 x64).

    "minimap_scroll_to_clicked_text": true,
0 Likes

#6

Bump.

I managed to make this work by this setting (Build 3083, Windows)

"minimap_scroll_to_clicked_text": false

(notice false instead of true)

But I think it should be noted in the default settings file. Otherwise we cannot know, that it is possible to achieve such effect, unless we search the Internet.
And the feature itself should stay, otherwise it would be a regression to Sublime Text 2.

0 Likes