如何重新启用 TextMate2 捆绑包

发布于 2024-12-25 06:02:55 字数 156 浏览 2 评论 0原文

我用的是TM2。

由于某些原因,我通过“使用捆绑包编辑”禁用了捆绑包,但是当我重新打开 Tm2 并重新选择捆绑包(例如 Avian)时,它会变成灰色,因为它被禁用。

所以问题是,我无法选择已禁用的捆绑包,有什么帮助吗?

谢谢

——福特

I am using Tm2.

For some reasons,I disabled a bundle with "Edit with Bundles",but when I reopen the Tm2 and re-select the bundles such as Avian,it becomes grey cause it is disabled.

So the question ,I can not select the bundle which I have disabled,any help?

Thanks

--Ford

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

游魂 2025-01-01 06:02:55

在该目录下,

~/Library/Application Support/Avian/Bundles/

您应该找到您禁用的捆绑包。使用“打开方式”在 Textmate2(或任何您喜欢的编辑器;))中打开捆绑包,并且在捆绑包根目录中您应该找到 Info.plist 文件。
通过更改以下内容将 isDisable 键设置为 false:

<key>isDisabled</key>
<true/>

重新

<key>isDisabled</key>
<false/>

加载 textmate2,您应该会发现该捆绑包再次启用。我确实希望有一种方法可以在捆绑编辑器中执行此操作。希望当他们发布稳定版本时,他们会有这个选项。

Under the directory

~/Library/Application Support/Avian/Bundles/

you should find the bundle which you disabled. Use "Open With" to open the bundle in Textmate2 (or any of your favorite editor ;) ) and inside the bundle root you should find the Info.plist file.
There set the isDisable key to false by changing this:

<key>isDisabled</key>
<true/>

to

<key>isDisabled</key>
<false/>

Reload textmate2 and you should find the bundle enabled again. I do wish there was a way to do this from within the Bundle editor. Hopefully when they release a stable version, they would have this option.

九八野马 2025-01-01 06:02:55

我对 Source 包也有类似的问题,所以我有点残酷地修复了它:

mv Library/Application\ Support/Avian/Bundles/Source.tmbundle /tmp

I had a similar problem with the Source bundle, so I fixed it somewhat brutally:

mv Library/Application\ Support/Avian/Bundles/Source.tmbundle /tmp
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文