Sublime Forum

Sidebar issue after updating to the latest version of the dev build

#1

Hi,
I took the latest update today. When I perform a small scroll it seems that the folder icons in the sidebar move a little “earlier” and then the rest of the text follows.

Although it is a small issue, but if you can fix this issue, it would be awesome.

https://cl.ly/mYFz

This is happening with all the themes (or at least two - the default theme and the retina theme).

thanks
Gagan

0 Likes

#2

What platform are you on? Can you provide your DPI scale (from the console)? Is the screen recoding the Theme - Retina?

0 Likes

#3

I am on maxOS Sierra 10.12.6 . The recording was done with theme Retina. If you can let me know how to provide the DPI scale, I can sure provide it here.

Thank you for taking a look into this.

0 Likes

#4

It is shown in the console.

0 Likes

#5

When you say console, do you mean terminal, or the sublime console? if you meant Sublime Console, can you please let me know which text should I be searching for in order to get its value ?

Thank you.
With Regards
Gagan

0 Likes

#6

Sublime Text console.

  1. Menu > View > Show Console
  2. Scroll up to the very top. dpi_scale is one of the first values printed there.
0 Likes

#7

Thanks @deathaxe. This is what I see in my console. PS. I removed an errror statement from the console output below. It was because of my local plugin.
Thanks

startup, version: 3144 osx x64 channel: dev
executable: /Applications/Sublime Text.app/Contents/MacOS/Sublime Text
working dir: /
packages path: /Users/gagan/Library/Application Support/Sublime Text 3/Packages
state path: /Users/gagan/Library/Application Support/Sublime Text 3/Local
zip path: /Applications/Sublime Text.app/Contents/MacOS/Packages
zip path: /Users/gagan/Library/Application Support/Sublime Text 3/Installed Packages
ignored_packages: [“Vintage”, “Zen Tabs”]
pre session restore time: 0.530429
using gpu buffer for window
startup time: 0.600173
reloading plugin Default.auto_indent_tag
reloading plugin Default.block
reloading plugin Default.comment
reloading plugin Default.convert_syntax
reloading plugin Default.copy_path
reloading plugin Default.delete_word
reloading plugin Default.detect_indentation
reloading plugin Default.duplicate_line
reloading plugin Default.echo
reloading plugin Default.exec
reloading plugin Default.fold
reloading plugin Default.font
reloading plugin Default.goto_line
reloading plugin Default.history_list
reloading plugin Default.indentation
reloading plugin Default.install_package_control
reloading plugin Default.kill_ring
reloading plugin Default.mark
reloading plugin Default.new_templates
reloading plugin Default.open_context_url
reloading plugin Default.open_in_browser
reloading plugin Default.pane
reloading plugin Default.paragraph
reloading plugin Default.paste_from_history
reloading plugin Default.profile
reloading plugin Default.quick_panel
reloading plugin Default.run_syntax_tests
reloading plugin Default.save_on_focus_lost
reloading plugin Default.scroll
reloading plugin Default.set_unsaved_view_name
reloading plugin Default.settings
reloading plugin Default.show_scope_name
reloading plugin Default.side_bar
reloading plugin Default.sort
reloading plugin Default.swap_line
reloading plugin Default.switch_file
reloading plugin Default.symbol
reloading plugin Default.transform
reloading plugin Default.transpose
reloading plugin Default.trim_trailing_white_space
reloading plugin Default.ui
reloading plugin CSS.css_completions
reloading plugin Diff.diff
reloading plugin HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading plugin 0_package_control_loader.00-package_control
reloading plugin 0_package_control_loader.01-pygments
reloading plugin 0_package_control_loader.50-backrefs
reloading plugin 0_package_control_loader.50-dateutil
reloading plugin 0_package_control_loader.50-markupsafe
reloading plugin 0_package_control_loader.50-python-markdown
reloading plugin 0_package_control_loader.51-python-jinja2
reloading plugin 0_package_control_loader.55-mdpopups
reloading plugin A File Icon.A File Icon

reloading settings Packages/User/Preferences.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
indexing [job 110]: no files were indexed out of the 1 queued, abandoning crawl
reloading settings Packages/User/Preferences.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings

0 Likes