Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to assign F3 to search in Eclipse?

I use Rclipse for Java where for used Ctrl+F for search, but F3 seems is a standard for search. I would like use F3 shortcut, but also if I assign F3 to work like Ctrl+F - it opens dialog windows for search and replace. Is it possible use F3 like in Notepad++?

like image 282
user710818 Avatar asked Jan 16 '23 17:01

user710818


1 Answers

Yes, you can. From the preference panel you have to bind F3 to Find and Replace feature :

screenshot

You must avoid conflicts with other command to make it work ...

like image 69
aleroot Avatar answered Jan 23 '23 11:01

aleroot