Aptana Javascript 代码辅助
操作系统:Ubuntu 11.04 64位
应用程序:Aptana 3.05
Java:java版本“1.6.0_22” OpenJDK运行环境(IcedTea6 1.10.2)(6b22-1.10.2-0ubuntu1~11.04.1) OpenJDK 64 位服务器虚拟机(版本 20.0-b11,混合模式)
嗨!我是编程新手,所以我决定不将其作为错误发布,因为我认为这应该是解决这些问题的简单方法。 升级到 Aptana 3.05 后,我错过了一些功能,并且注意到一些奇怪的行为。
HTML 文件模板已删除,
当我打开命令>HTML>编辑此捆绑包时,我不小心修复了它,然后我保存了,应用程序崩溃了。重新启动时,我有了所有 HTML 文件模板。
创建了一个新文件夹 Aptana%20Rubles/html.ruble
Javascript Code Assistant
在更新之前它工作得很好!现在它越来越懒了,似乎忘记了一些常用的方法。
function searchList () {
var txt = document.getElementById("search").value;
if(!txt){
alert("Invalid Input");
document.getElementById("search").focus();
return false;
}
}
document.ge...
例如,最后一行的唯一建议是“getElementById”(例如,no -“getElementByTagName”) 如何安装或恢复更“基本”的 javascript 助手?
甚至一些有用的脚本也无法像以前那样工作。 javascript 中的函数应该关注函数的名称,然后是函数的参数,最后是函数体。相反,它会跳到名称后面的函数体。
您认为全新安装 Aptana 3.05 可以解决这些问题吗? 如果不行我宁愿降级。
OS: Ubuntu 11.04 64bit
Application: Aptana 3.05
Java: java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.2) (6b22-1.10.2-0ubuntu1~11.04.1)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
Hi! I'm new to programming, so I decided to not post it as a bug, because I think that should be an easy solution to these problems.
After upgrading to Aptana 3.05, I miss some features and I noticed some strange behaviour.
HTML Files Template removed
I accidentally fix it when I opened command>HTML>Edit this bundle, than I saved and the application crushed. At restart I had all HTML files template.
A new folder was created Aptana%20Rubles/html.ruble
Javascript Code Assistent
It worked so well before updating! now it getting lazy, and seems to have forgot some common methods.
function searchList () {
var txt = document.getElementById("search").value;
if(!txt){
alert("Invalid Input");
document.getElementById("search").focus();
return false;
}
}
document.ge...
For instance, the only proposal for the last line is "getElementById"(eg. no -"getElementByTagName")
How can I install or restore a more "basic" javascript assistent?
Even some useful scripts don't work as before. Function in javascript should focus on the function's name, then the function's arguments and finally the body. Instead it skip to the function body after the name.
Do you think a new fresh installation of Aptana 3.05 will fix these issues?
If it won't I rather downgrade.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论