Sublime Forum

ST3 editor window refreshes/flashes when focusing?

#1

Whenever I click back to ST3 Build 3114 the editor flashes. It refreshes the code shown. Its super annoying. I click away, then back to ST and it flashes. Its when I have the side bar in use (but doesn’t have to be showing) with a folder open in it. It has to update the listing of files I guess whenever ST is refocused? If so is there a way to change ST to tell it to stop trying to refresh the listing? Does anyone know how to stop this?

I’ve disabled all packages, its specifically when ST has a folder open in the sidebar.

0 Likes

#2

What OS are you using? it doesn’t seem to flicker on Windows 7 x64

0 Likes

#3

Windows 10 64 bit. I’ve made some style changes to the Sidebar though in my theme. I have the following type of changes in my Default.sublime-theme, and I added custom file_type_???.png for the icons in Sublime Text 3\Packages\Theme - Default:

{
        "class": "sidebar_container",
        "layer0.tint": [80, 80, 80],
        "layer0.opacity": 1.0,
        "layer0.draw_center": false,
        "layer0.inner_margin": [0, 0, 1, 0],
        "content_margin": [0, 0, 1, 0]
    },
    {
        "class": "sidebar_tree",
        "row_padding": [8, 3],
        "indent": 12,
        "indent_offset": 17,
        "indent_top_level": false,
        "layer0.tint": [30, 30, 30],
        "layer0.opacity": 1.0,
        "dark_content": false
    },
0 Likes