Eclipse CDT : C++编辑器窗口,选择光标下的单词?
我是从一个知名的商业IDE转来使用Eclipse的。我正在努力满足一个非常简单的用户需求。
我想搜索下面的单词 一键按下光标!
我知道选择光标处元素的唯一方法是双击鼠标。 CTRL-左/右,将光标移动到当前单词的开头/结尾,并按 SHIFT 键进行选择。这意味着您需要按 CTRL-LEFT、CTRL-SHIFT-RIGHT - CTRL-K 进行搜索。
因此,如果我可以将双击功能映射到键盘键,我的问题就解决了 - “映射键”+ CTRL-K。
I am using Eclipse after coming from a well known commercial IDE. I am struggling with a very simple user requirement.
I want to search for the word under the
cursor with one key press!
The only way I know to select the element at the cursor is mouse double click. CTRL-LEFT/RIGHT, moves the cursor to start/end of the current word, with a SHIFT selecting as it goes. This means you need to CTRL-LEFT, CTRL-SHIFT-RIGHT - CTRL-K to do a search.
So if I can map the double click functionality to a keyboard key, my problem is solved - "Mapped Key" + CTRL-K.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
菜单选项
Edit | Find Word
可以满足您的需求。默认情况下它没有任何键绑定,但您可以在Window | 中添加一个键绑定。首选项,
常规 ->按键
The menu option
Edit | Find Word
does what you want. It doesn't have any keybinding by default, but you can add one inWindow | Preferences
,General -> Keys