Aptana Ruble for Jquery 无法正常工作

发布于 2024-12-15 08:24:15 字数 687 浏览 5 评论 0原文

我已经完全按照 http://wiki.appcelerator 上的说明安装了 Aptana Ruble for jQuery .org/display/tis/JavaScript+Library+Support(两种方式,适用于 Studio 3.0.1+ 和 3.0.5+)。

在卢布安装上一切似乎都正常工作。所有文件都从 git 下载到我的 ~/Documents/Aptana Rubles/ 目录中。没有发生错误。

我已经在项目设置的“项目构建路径”上检查了“jQuery 1.6.2”和“jQuery 1.4.2”。我还多次重新启动 Eclipse...

它坚持不显示 Jquery 的代码完成选项。

我输入 $('p')。 和 ctrl + space 和 "没有默认建议”出现。
我还输入 jQuery('p') 并按 ctrl + space,然后出现“无默认建议”。

我正在使用面向 Web 开发人员的 Eclipse Java EE IDE。
版本:Helios 服务版本 2
使用 Aptana 插件版本:3.0.6

提前致谢!

I have installed the Aptana Ruble for jQuery exactly as explained on http://wiki.appcelerator.org/display/tis/JavaScript+Library+Support (both ways, for Studio 3.0.1+ and 3.0.5+).

Everything seems to work correctly on Ruble installation. All the files where downloaded from git into my ~/Documents/Aptana Rubles/ directory. No error happened.

I have checked both "jQuery 1.6.2" and "jQuery 1.4.2" on "Project Build Path" on the Project Settings. I also have restarted Eclipse several times...

It insists on not showing code completion options for Jquery.

I type $('p'). and ctrl + space and "No Default proposals" appear.
I also type jQuery('p') and and ctrl + space and "No Default proposals" appear.

I'm using Eclipse Java EE IDE for Web Developers.
Version: Helios Service Release 2
with Aptana Plugin Version: 3.0.6

Thanks in advance!

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

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

发布评论

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

评论(1

画骨成沙 2024-12-22 08:24:16

“LanguageType”+“Source Editor”编辑器类型由 Aptana 工作室提供,而“LanguageType”+“Editor”来自 Eclipse(即与 Aptana 捆绑包不兼容,尽管您将能够看到命令,但无法完成它们)。对于 PHP 来说也是如此。不幸的是,在某些方面 PDT 优于 Aptana Studio 插件提供的“PHP 源编辑器”,但总的来说,我开始感觉到 PHP 捆绑包的好处(例如,对于 Drupal 开发、对于 Wordpress 开发)和对于 jQuery,更不用说在打开 Word Wrap(另一个插件)时对重新编号的更好支持,使 Aptana Studio 总体上更好,因此我为所有语言类型分配了 Aptana“源”编辑器,并开始删除其他冗余插件以减少负载和兼容性问题。

简而言之,名称中带有“源编辑器”的编辑器支持使用 Rubles/bundles,而安装 Aptana Studio 之前在 Eclipse 中拥有的编辑器则不支持。希望对其他人有帮助...我也被这个问题困扰了一段时间。

The "LanguageType" + "Source Editor" editor types are provided by the Aptana studio, whereas the "LanguageType" + "Editor" is from Eclipse (i.e. not compatible with the Aptana bundles, although you will be able to see the commands, you cannot complete them).This is true for PHP, too. Unfortunately, there are some ways that the PDT is superior to the Aptana Studio plugin-provided "PHP Source Editor", but overall I'm starting to feel that the benefits of the PHP bundles (e.g. for Drupal development, for Wordpress dev) and for jQuery, not to mention the better support for renumbering when turning on Word Wrap (another plugin), make the Aptana Studio better, overall, so I've assigned the Aptana "source" editors for all language types and started to remove other redundant plugins to reduce the load and compatibility issues.

In short, editors with "source editor" in the name support using the Rubles/bundles, whereas the editors which you had in Eclipse before installing Aptana Studio do not. Hope that helps others... I was stumped by this for some time, too.

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