问题标签 [textmatebundles]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
233 浏览

textmate - 在 TextMate 的 Bundles 菜单中单击 GetBundles 时无法打开它

我可以安装 GetBundles 包,但是当我单击它时(Bundles > GetBundles > GetBundles),什么也没有发生。

我遵循了多个指南,它们都将我带到了相同的情况。以下是此类指南的示例:

http://solutions.treypiepmeier.com/2009/02/25/installing-getbundles-on-a-fresh-copy-of-textmate/

0 投票
1 回答
136 浏览

svn - TextMate SVN 提交窗口

我从 Mac OS X 10.4.11 升级到 10.6.3。我在两个版本中都使用 TextMate,据我所知,两个 TextMate 具有相同的设置,尽管它们是不同的版本。

在我的旧 Mac TextMate 的 SVN 包中完美运行。在我的新 Mac 中,SVN 捆绑包在调用时不会拉出提交窗口(Ctrl-Shift-A,提交)

我的配置可能有什么问题?

0 投票
4 回答
682 浏览

playframework - 玩!textmate 的捆绑包给了我错误

我正在尝试使用 Play 配置 textmate!当我使用模型快捷方式时,我不断收到此错误

/Users/bennett/Library/Application Support/TextMate/Pristine Copy/Bundles/Play!.tmbundle/Support/bin/model.py:权限被拒绝

任何人都可以对此做出正面或反面吗?其他一些捷径也有效。只是不是模特或班级。谢谢!

0 投票
4 回答
1455 浏览

textmate - TextMate 切换注释宏已损坏

我的笔记本电脑崩溃了,当它重新启动时,“cmd /”(切换评论)坏了。当我尝试在仅包含“foo”的行上切换注释时,我在代码中得到此输出而不是“# foo”:

/tmp/temp_textmate.2erfLj:68:in /bin/bash:-c: line 0: 寻找匹配'' /bin/bash: -c: line 1: syntax error: unexpected end of filemap' for " foo":String (NoMethodError) from /tmp/temp_textmate.2erfLj:48:in /bin/bash: -c: line 0: unexpected EOF while looking for matching的''时出现意外的 EOF/bin/bash: -c: line 2: 语法错误:文件意外结束

这让我发疯

0 投票
1 回答
3097 浏览

ruby - RSpec TextMate Bundle [spec/autorun (LoadError)]

So I updated to the latest RSpec TextMate Bundle and I'm no longer able to run spec test with "Command R".

  • I have a clean version version of TextMate installed.
  • Rspec version 1.3.1 installed and the executable is working
  • My project is a gem generated by Mr. Bones.
  • No RVM installed

The Project Directory looks like this

When I run "Command R" from textmate to execute a spec I get this spec/autorun LoadError

The problem is with RSpec.tmbundle/Support/lib/spec/mate.rb because it requires spec which raises a LoadError: no such file to load — spec error.

I'm not sure why this error is raised. I can type spec on the command line but I can't require it in a file that is run by textmate.

Here are my current gem versions.

0 投票
1 回答
400 浏览

ruby-on-rails - 为什么 Textmate 片段不能自动完成,但在使用“捆绑”菜单时可以工作?

编辑: 下面是我原来的问题。解决我的问题后,我想我会重新编辑它,以便其他人受益。根本问题是“文本伴侣片段的某个子集不起作用”。

原始问题: 在 Textmate 中,我无法在我的 db/migrate/ 文件中使用 ruby​​ on rails 迁移片段,例如 mtab⇥、mcol⇥ 或 t.⇥。我尝试将文件类型设置为“Ruby on Rails”以及“Ruby”甚至“Sinatra”,但没有运气。但是,当我通过捆绑菜单时,这些命令确实有效。我究竟做错了什么?

0 投票
1 回答
2134 浏览

textmate - 如何在 TextMate 中更新 GetBundles?

我最初使用Trey Piepmeier 的说明安装了 GetBundles 。之后,我使用 GetBundles 安装了所有 TextMate 包。我注意到我的 GetBundles 副本很旧,所以我做了以下操作:

当我重新启动 TextMate 并打开 GetBundles 时,弹出一个对话框,要求我为我的许多(如果不是全部)包选择源。我不记得我安装了哪个版本的 Django 包或许多其他版本。

无论如何更新 GetBundles 而不会让它失去对源头的了解?

0 投票
2 回答
283 浏览

ruby-on-rails - 任何 TextMate 技巧/捆绑来查找 Rails 文档?

我知道这在“功能齐全”的 IDE 而不是文本编辑器中很常见,但 TextMate 以其许多捆绑包走一条独特的路线......我想知道是否有一种简单的方法可以点击 Ruby 或 Rails 类或方法并让 TextMate(或 shell)带我去定义或一些文档?

0 投票
6 回答
2785 浏览

html - MacOS X 上的 HTML5 格式?(最好使用 TextMate)

是否有适用于 MacOS X 的支持 HTML5 文档格式的编辑器或捆绑包?在画布等较新的标签上整理错误。

0 投票
3 回答
16470 浏览

textmate - TextMate - 如何安装捆绑包?

我在这里看到很多捆绑包,我想亲自动手

http://svn.textmate.org/trunk/Bundles/

问题是我不知道如何安装它们。我已阅读专用于捆绑包的手册第 5 节,但没有示例如何从 SVN 安装这些包。

我看到现有的扩展名为 .tmbundle,但 SVN 上的扩展名不同。