keyboard shortcut for next in Find Results

General questions regarding the usage of CodeLite
ds_on_cl
CodeLite Enthusiast
Posts: 13
Joined: Wed Jan 13, 2010 3:58 am
Genuine User: Yes
IDE Question: c++
Contact:

keyboard shortcut for next in Find Results

Post by ds_on_cl »

Is there or may there be a keyboard shortcut for the next found item in the Find Results?

I'm looking for something like how F4 will take you to the next build error, but for the Find Results instead.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: keyboard shortcut for next in Find Results

Post by eranif »

By default it is F8 for the next match, and Ctrl-F8 for the previous match.

Or:
From the menu: 'search -> go to next 'find in files' match' and 'search -> go to previous 'find in files' match'

Also, you can re-assign the keyboard shortcuts for these actions from:
settings -> keyboard shortcuts

Eran
Make sure you have read the HOW TO POST thread
Post Reply