Sublime Forum

The content of newly created folders not shown

#1

Hi there,

I am using Sublime Text 3 (Build 3126) in Ubuntu 16.04.

I cannot see the content of newly created folders in Sublime. Everytime I create a new folder, I need to close and open the sublime to see the content.

0 Likes

#2

The SidebarEnhancements plug-in uses the following via the Sidebar menu:

def refresh(self):
    sublime.active_window().run_command('refresh_folder_list')

compare:

0 Likes