I’ve got an iPad Pro 12.9" connected to my MacBook via Air Display essentially making it an external HiDpi screen.
Until a few hours ago everything worked great, and I had really nice crisp text in Sublime Text showing on the iPad.
But after quitting and restarting Sublime Text the interface now shows up in twice the size when on the iPad, but shows up fine on the low dpi screen on my Macbook. When dragging the window between the screens the text shows up fine on the HiDpi screen until it’s all the way over (window switching screen) and sometimes it takes a few fractions of a second until the scale goes all wrong efter having dragged the window to the iPad.
The window seems to scale outside it’s frame, so to speak, and you only see the bottom left part (the tabs and file preview isn’t visible) and you can’s see the top of the document (cant scroll further than I’ve done in the screenshot)
Other applications still work fine on the iPad screen, and it’s only Sublime Text acting up.
Tried rebooting, tried connecting and disconnecting the iPad. Tried different resolutions (if I turn of HiDpi in the screen settings and go 1:1 pixel view there is no scaling issue) and I tried playing around with the “dpi_scale” setting, but that doesn’t seem to do anything. Also tried changing the theme and the color scheme, but no change.
Running:
OSX 10.11.4
Sublime Text 3103 and 3111 (same behavior on both)
{
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Tomorrow-Night (SL).tmTheme",
"detect_indentation": true,
"detect_slow_plugins": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.DS_store",
"*.eot",
"*.gem",
"*.gif",
"*.gz",
"*.jar",
"*.jpeg",
"*.jpg",
"*.pdf",
"*.png",
"*.psd",
"*.sassc",
"*.scssc",
"*.ttf",
"*.woff",
"*.xap",
"*.zip"
],
"find_selected_text": true,
"findreplace_small": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
".sass-cache",
"_build",
"dist",
"build"
],
"font_face": "InputSans Light",
"font_options":
[
"no_round",
//"gray_antialias"
],
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"rulers":
[
80,
120
],
"scroll_past_end": true,
"show_encoding": true,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"tab_size": 4,
"tabs_small": true,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}

