阿普塔纳和画布

发布于 2024-12-03 20:02:44 字数 342 浏览 0 评论 0原文

我是 Aptana 新手,当我创建新的 java 脚本文件并引用画布标记 id 时,似乎我没有自动完成 html5 canvas 相关功能。

例如在 java 脚本文件中:

var theCanvas = document.getElementById("canvasOne");
var context = theCanvas.getContext("2d");

当我编写 context. Aptana 不显示 html5 canvas 相关功能的自动完成建议,例如 fillStyle。

如何显示 html5 功能的自动完成建议?或者 Aptana 还不支持它们?

I'm new to Aptana and when I create new java-script file and reference to a canvas tag id it seems that i don't have auto-complete for html5 canvas related function.

For example inside the java-script file:

var theCanvas = document.getElementById("canvasOne");
var context = theCanvas.getContext("2d");

when i write context. Aptana doesn't show Auto-complete suggestions for html5 canvas related functions like for example fillStyle.

How to show those auto-complete suggestions for html5 functions? or Aptana doesn't support them yet?

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

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

发布评论

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

评论(1

ら栖息 2024-12-10 20:02:44

我没有设法让 Aptana 自动完成新的 HTML5 API,但当我必须编写一些画布内容时,我使用 Komodo。

我拍摄了 Komodo 的自动完成功能:https://i.sstatic.net/SM9tL.png

I didn't manage to get Aptana autocomplete the new HTML5 APIs, but I use Komodo when I have to code some canvas stuff.

I took a shot of Komodo's autocomplete function : https://i.sstatic.net/SM9tL.png

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