ctags
과 같은 Sublime Text 플러그인을 작성하고 싶습니다. sublime.Window.open_file()
함수를 사용해야합니다.숭고한 텍스트 api open_file()을 사용하지만 경로가 올바르지 않음
하지만 작동하지 않습니다. 인쇄 경로가 있지만 API로 전송 한 경로와 다르게 보입니다. 전체 코드,
root.view.window().open_file("C:/Users/lujunhao/AppData/Roaming/npm/node_modules/fis/node_modules/fis-kernel/fis-kernel.js")
작업에 대한 가장 그럴듯한 설명을 볼 수있는없이
print("needOpen "+needOpen)
root.view.window().open_file(needOpen)
콘솔
needOpen C:/Users/lujunhao/AppData/Roaming/npm/node_modules/fis/node_modules/fis-kernel/fis-kernel.js
Unable to open /C/Users/lujunhao/AppData/Roaming/npm/node_modules/fis/node_modules/fis-kernel/fis-kernel.js
needOpen에서 드라이버 문자 (C :)를 제거하려고 시도 했습니까? –
여전히 작동하지 않습니다. ~ – simotophs23
잘 모르겠지만 Windows 구분 기호는 \ 및 Linux /에서는 아닙니다. 그리고 아마도 \ – sergioFC