jcberquist / sublimetext-cfml

CFML (ColdFusion and Lucee) package for Sublime Text
MIT License
115 stars 24 forks source link

Current version throwing errors in logs. #105

Closed ghedwards closed 6 years ago

ghedwards commented 6 years ago

Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 599, in on_query_completions res = callback.on_query_completions(v, prefix, locations) File "cfml_plugin in /Users/ghedwards/Library/Application Support/Sublime Text 3/Installed Packages/CFML.sublime-package", line 54, in on_query_completions File "src.completions in /Users/ghedwards/Library/Application Support/Sublime Text 3/Installed Packages/CFML.sublime-package", line 28, in get_completions File "src.in_file_completions in /Users/ghedwards/Library/Application Support/Sublime Text 3/Installed Packages/CFML.sublime-package", line 10, in get_completions File "src.in_file_completions.in_file_completions in /Users/ghedwards/Library/Application Support/Sublime Text 3/Installed Packages/CFML.sublime-package", line 27, in get_dot_completions File "src.cfml_view in /Users/ghedwards/Library/Application Support/Sublime Text 3/Installed Packages/CFML.sublime-package", line 173, in get_string_metadata NameError: global name 'parse_cfc_file_string' is not defined

jcberquist commented 6 years ago

Thanks for reporting @ghedwards, I think I have it fixed now.