爲什麼崇高文本2 Ctrl + P在某些項目中不起作用,而在其他項目中起作用?Sublime Text 2 Ctrl + P不起作用
感謝skuroda的提示,日誌在控制檯按下ctrl + P後是folows:
command: show_overlay {"overlay": "goto", "show_files": true}
Unable to auto detect encoding, using fallback encoding Western (Windows 1252)
Unable to auto detect encoding, using fallback encoding Western (Windows 1252)
Traceback (most recent call last):
File ".\sublime_plugin.py", line 175, in on_load
callback.__module__, "on_load", EVENT_TIMEOUT)
File ".\sublime_plugin.py", line 154, in run_timed_function
ret = f()
File ".\sublime_plugin.py", line 174, in <lambda>
run_timed_function(lambda: callback.on_load(v),
File ".\sublime_gbk.py", line 51, in on_load
File ".\sublime_gbk.py", line 36, in gbk2utf8
Boost.Python.ArgumentError: Python argument types in
Window.focus_view(Window, NoneType)
did not match C++ signature:
focus_view(class SP<struct edit_window::reference>, class SP<class TextBufferView>)
Traceback (most recent call last):
File ".\sublime_plugin.py", line 175, in on_load
callback.__module__, "on_load", EVENT_TIMEOUT)
File ".\sublime_plugin.py", line 154, in run_timed_function
ret = f()
File ".\sublime_plugin.py", line 174, in <lambda>
run_timed_function(lambda: callback.on_load(v),
File ".\sublime_gbk.py", line 51, in on_load
File ".\sublime_gbk.py", line 36, in gbk2utf8
Boost.Python.ArgumentError: Python argument types in
Window.focus_view(Window, NoneType)
did not match C++ signature:
focus_view(class SP<struct edit_window::reference>, class SP<class TextBufferView>)
可能你的p鍵是叛逃。或者ctrl。或者你應該確定他們是項目。 – Taylan
這有點奇怪!它應該工作,即使沒有文件打開! –
嘗試禁用sublime-gbk插件 –