Sublime Forum

Doesn't refresh the project directory

#1

Not too sure if there’s a way to refresh the project directory manually but in case you’ve added one or two files, to the directory the “Find in Project” or “Goto Anything” fail to find those files, infact they don’t exist in directory tree either…

0 Likes

#2

…try “Project \ Refresh Folders”

0 Likes

#3

well works fine, but search history keeps suggesting the file names(even if those files are deleted from project tree)

0 Likes

#4

You can clear the history :smile: File > Open Recent > Clear Items

0 Likes

#5

No way to automate the process? maybe someway we could define a shortcut in global/user file preferences???

0 Likes

#6

Add this to your keymap…

{ “keys”: “ctrl+alt+shift+c”], “command”: “clear_recent_files” }

You can change the key combination obviously.

0 Likes

#7

Hi there,

I have added user key map:

{ "keys": "ctrl+f5"], "command": "scanProject"}

but it seen not work, I think that command was changed in Sublime Text 2, any suggestion?


Best regard!
Uoc Nguyen

0 Likes

#8

Found it in menu file :smiley:

Use this key map:

{ "keys": "ctrl+f5"], "command": "refresh_folder_list"}
0 Likes