Eclipse 的重做键盘快捷键
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/20231469/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Redo keyboard shortcut for Eclipse
提问by answerSeeker
Does anyone know what the redokeyboard shortcut for Eclipse is?
有谁知道Eclipse的重做键盘快捷键是什么?
I'm using Linux Mint based on Ubuntu and do all my programming there. I noticed Eclipse supports C, Java, PHP, HTML, Python. I code in all of these languages so I thought it'd be a nice IDE to use, but the redo shortcut is really important to me. I just use Ctrl+Shift+Zfor redo in gedit, but it does not work on Eclipse.
我正在使用基于 Ubuntu 的 Linux Mint 并在那里完成我的所有编程。我注意到 Eclipse 支持 C、Java、PHP、HTML、Python。我用所有这些语言编写代码,所以我认为它是一个很好用的 IDE,但重做快捷方式对我来说真的很重要。我只是用Ctrl+ Shift+Z中的gedit重做,但它不会对Eclipse的工作。
回答by Dan
In Eclipse go to:
在 Eclipse 中转到:
Window > Preferences > General > Keys
In the keys, scroll down to redo and make it what you want.
在键中,向下滚动以重做并使其成为您想要的。
Here is documentation.
这是文档。
Here is a screenshot:
这是一个屏幕截图: