gedit 3.10.4 的分屏插件

wer*_*rty 2 gedit python plugins

我想在 gedit 中拆分屏幕以便同时查看多个文件。

我找到了这个插件

https://github.com/jonocodes/GeditSplitView

但搬家后

SplitView.plugin

拆分视图.py

到 .local/share/gedit/plugins

并转到编辑-> 首选项-> 插件,如果我尝试单击拆分视图按钮,则会出现无输入符号。“未找到‘python’插件加载器”

如果我从终端运行 gedit,我会收到以下消息:

(gedit:17504): libpeas-WARNING **: 'python' 插件加载器尚未启用

有什么建议吗?

Tim*_*imo 5

我认为较新的 Gedit 版本适用于 Python 3 而不是 2。因此您可能想要更改SplitView.plugin.

将第 2 行从

Loader=python
Run Code Online (Sandbox Code Playgroud)

Loader=python3
Run Code Online (Sandbox Code Playgroud)