阿普塔纳和画布
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有设法让 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