自动完成功能在 Textmate 的 Flex Bundle 中不起作用。我该如何修复?

发布于 2024-09-12 18:09:47 字数 356 浏览 10 评论 0原文

我的头脑非常顽固,并决定在我的动作脚本和 Flex 项目中对 Textmate 进行一次扎实的尝试。该捆绑包的工作还有些欠缺,但迄今为止所开发的内容相当出色。

我遇到了一些小问题,但能够解决它们并将事情设置得很好,并且我已经深入研究并开始自定义片段以满足我的需求。

我无法修复、找出或找到直接答案的一件事是关于使用 MXML 文件。 Actionscript 文件的自动完成似乎工作得很好,但当我在 MXML 文件的脚本块内编辑 Actionscript 时,我似乎没有得到相同的结果。

我希望一直使用 Textmate 的人可以通过我的方式提供一些建议来帮助解决问题。如果我在动作脚本代码块中并点击(选项+esc),我会收到“没有可用的完成”消息。

I am being very hard headed and determined that I am going to give Textmate a solid try for my actionscript and flex projects. Work on the bundle has been a little lacking but what has been developed so far is pretty great.

I have run into some slight issues but able to figure them out and get things set up pretty well and I have already dug in and started customizing the snippets to suit my needs.

One thing that I have not been able to fix, figure out or find a straight answer for is regarding working with MXML files. AutoComplete for Actionscript files seems to work great but I don't seem to get the same result when I am editing Actionscript inside the script block in a MXML file.

I am hoping that someone that uses Textmate all the time could through some suggestions my way to help track down the issue. If I am in the actionscript code block and hit (option + esc) I get "no completion available" message.

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

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

发布评论

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

评论(1

赠佳期 2024-09-19 18:09:47

因此,我在 textmate 邮件列表上发布了这个“问题”,并收到了 Flex 捆绑包创建者的回复。 Simon 基本上告诉我,他还没有为 flex mxml 脚本块启用自动完成功能。很高兴知道我的狗屎没有坏,他提供了以下解决方案,以便自动完成可以在 mxml 脚本块中工作。

没问题,只是我没有
围绕支持自动完成
从嵌入的脚本块中
mxml。虽然看起来很漂亮
稳定,如果你继续添加
正确的范围(text.xml.mxml
源.actionscript.3.embedded.mxml)
听从命令,就像我在我的计划中所做的那样
开发分支:

http://github.com/simongregory /actionscript3-tmbundle/blob/sg/Commands/Auto%20Complete.tmCommand

你可以用
自动导入命令,它会添加
导入到脚本块。

干杯,西蒙

So I posted this "issue" on the textmate mailing list and I heard back from the creator of the flex bundle. Simon basically told me that he had not enabled autocomplete feature to the flex mxml script blocks yet. This is good to know that my shit wasn't broke and he offered the following solution so that auto complete will work in mxml script blocks.

There's no issues, I just haven't got
around to supporting autocompletion
from within script blocks embedded in
mxml. Although it seems to be pretty
stable if you just go ahead and add
the right scope (text.xml.mxml
source.actionscript.3.embedded.mxml)
to the command, as I have done in my
dev branch:

http://github.com/simongregory/actionscript3-tmbundle/blob/sg/Commands/Auto%20Complete.tmCommand

You can do the same thing with the
auto import command and it'll add the
import to the script block.

Cheers, Simon

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