-1
Fixed

scroll_past_end "Base File.sublime-settings" does not work

Josh Benner 13 years ago updated by Jon Skinner 13 years ago 0

 Setting scroll_past_end to true (which is actually the default) does not seem to work to allow any file types not overriding this to scroll past the end of buffers.


However, when scroll_past_end is set to true in a syntax-specific settings file, it works.

Answer

Answer
Fixed
While counter-intuitive, this is working as designed. scroll_past_end is overridden the the OSX defaults (in Default/Base File (OSX).sublime-settings), so changing the regular default settings will have no effect - you need to place the setting in your user settings.

In general, it's better to place all your settings in your user settings, so they're not lost when updating. It's likely the default settings will be read only in the future.
Answer
Fixed
While counter-intuitive, this is working as designed. scroll_past_end is overridden the the OSX defaults (in Default/Base File (OSX).sublime-settings), so changing the regular default settings will have no effect - you need to place the setting in your user settings.

In general, it's better to place all your settings in your user settings, so they're not lost when updating. It's likely the default settings will be read only in the future.