Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚下载了 Aptana 3.2.2,但是在编辑时,我的退格键不起作用。我在很多论坛上搜索过,但我没有找到问题。我在 Ubuntu Precise 上,我没有按下鼠标中键。先感谢您。
我有同样的问题。我通过创建一个新文件(我认为它适用于任何类型)解决了这个问题,当我必须为其设置名称时,我按下了退格键。
之后我取消了这个过程,退格键在代码编辑器中一如既往地工作。
不创建文件而是重置视角为我解决了这个问题。
我以这种方式解决了(Eclipse Mars):
窗口 > 首选项 > 常规 > 键,
选择命令删除上一个,
在组合绑定中选择Backspace,
申请。
它们之间有什么区别,第一个真的跑得更快吗?
for (x in myArray) { document.write(myArray[x] + "<br />") } for (i=0; i<myArray.length; i++) { document.write(myArray[i] +