Sublime Forum

Goto Anything loses focus

#1

Sublime Text 2’s Goto Anything model periodically loses focus for me in the middle of typing. So I’ll enter the first few letters into the Goto Anything window, and the next few will fall through and begin typing in the open document behind the window. The Goto Anything modal stays open and just doesn’t receive any more key presses. This has happened on and off through the last six months of beta and is still present in the 2.0 release. Any suggestions? Thanks!

0 Likes

#2

Just a suggestion: try openning the console (control+`) and typing the following:sublime.log_commands(True)
Maybe a plugin is interfering.

0 Likes

#3

Thanks a lot for the suggestion. I did that, and it looks like it loses its focus with a “Reloading my_filename” message. I was hoping that was coming out of PyLint, but a little grepping implies that it’s coming from Sublime itself.

0 Likes