gpt4 book ai didi

textmate - Sublime2插件: how to open multiple files in editor?

转载 作者:行者123 更新时间:2023-12-03 13:36:11 24 4
gpt4 key购买 nike

我正在编写一个具有创建3个文件的命令的插件。

我希望在Sublime中打开3个文件并在其中添加标签。

我以为这可以解决问题,但是只能打开一个文件。

self.view.window().open_file(view_path, 1)
self.view.window().open_file(controller_path, 1)
self.view.window().open_file(base_coffee, 1)

有什么见识吗?

最佳答案

终于我找到了:

initial_window = self.view.window()
initial_window.open_file(view_path, 1)
initial_window.open_file(controller_path, 1)
initial_window.open_file(base_coffee, 1)

关于textmate - Sublime2插件: how to open multiple files in editor?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13583288/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com