reywood / sublime-project-specific-syntax

Allows syntax settings to be specified per project in Sublime Text
GNU Lesser General Public License v3.0
87 stars 8 forks source link

Syntax settings are not applied when file is opened with "Goto Anything" #1

Closed alvion427 closed 9 years ago

alvion427 commented 9 years ago

When using the Goto Anything command to open a file settings are not correctly applied because view.window() is None in _get_project_specific_syntax(). Suggest using sublime.active_window() instead.

reywood commented 9 years ago

Thanks for the bug report and apologies for my general slowness in fixing it. A new version is up.

alvion427 commented 9 years ago

Thanks for fixiing it!

On Thu, Jan 22, 2015 at 5:51 PM, Sean Dwyer notifications@github.com wrote:

Closed #1 https://github.com/reywood/sublime-project-specific-syntax/issues/1.

— Reply to this email directly or view it on GitHub https://github.com/reywood/sublime-project-specific-syntax/issues/1#event-223137842 .