forked from qt-creator/qt-creator
Editor: implement find next/previous selected text.
Add actions to search next/previous occurence of the selected text/text under the cursor, like in Visual Studio (ctrl+F3 and ctrl+shift+F3). Task-number: QTCREATORBUG-464 Change-Id: I0bf44e386b91fce4b26c6e3864e6df484f2e3556 Reviewed-by: Andre Hartmann <aha_1980@gmx.de> Reviewed-by: Leandro Melo <leandro.melo@nokia.com> Reviewed-by: Yuchen Deng <loaden@gmail.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
committed by
Eike Ziller
parent
d1eefacd55
commit
3f4a9548be
@@ -417,6 +417,12 @@
|
||||
\row
|
||||
\o Find previous
|
||||
\o Shift+F3
|
||||
\row
|
||||
\o Find next occurence of selected text
|
||||
\o Ctrl+F3
|
||||
\row
|
||||
\o Find previous occurence of selected text
|
||||
\o Ctrl+Shift+F3
|
||||
\row
|
||||
\o Replace next
|
||||
\o Ctrl+=
|
||||
|
||||
Reference in New Issue
Block a user