Sublime Forum

Any plans to get "scroll_past_end" working on Mac OS?

#1

Hi,

The title pretty much says it all. Just wondering if that setting will ever work on Mac OS or if it’s an OS specific thing that’s preventing it?

Thanks!

0 Likes

#2

Works for me. You’re setting it in your user file settings?
Can you open the console and run “view.settings().get(“scroll_past_end”)”?

0 Likes

#3

Weird. So, it was set to true in the base file config. But the command you gave me returned false.

I set it to true in my user file settings and now it works.

Thanks man. :smile:

0 Likes

#4

[quote=“Woodwater”]Weird. So, it was set to true in the base file config. But the command you gave me returned false.

I set it to true in my user file settings and now it works.[/quote]

After Base settings, “Base File (OSX).sublime-settings” is applied:

{ "font_face": "Menlo Regular", "font_size": 11, "scroll_past_end": false, "find_selected_text": false }

0 Likes