After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 359750 - fix find/replace shortcut keys
fix find/replace shortcut keys
Status: VERIFIED FIXED
Product: anjuta
Classification: Applications
Component: core application
CVS HEAD
Other All
: Normal minor
: ---
Assigned To: Anjuta maintainers
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-04 23:32 UTC by Adam Dingle
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix (2.24 KB, patch)
2006-10-05 22:37 UTC, Adam Dingle
committed Details | Review

Description Adam Dingle 2006-10-04 23:32:47 UTC
Currently Anjuta uses the following shortcuts:

Find: Ctrl + F
Find and Replace: Shift + Ctrl + F
Find in Files: (no shortcut)
Context Help: Ctrl + H

This has the following problems:

1) According to the GNOME interface guidelines Ctrl + H should be used for Replace (as it is in Gedit).

2) Find in Files is so useful that it should have a shortcut key.

So I propose the following change:

Find: Ctrl + F
Find and Replace: Ctrl + H
Find in Files: Shift + Ctrl + F
Context Help: Shift + F1

The GNOME interface guidelines say that Shift + F1 is used for "context-sensitive help for [the] currently-focused window or control", so I think it's reasonable to use it for context help for the symbol under the cursor as well.

Other information:
Comment 1 Naba Kumar 2006-10-05 08:30:41 UTC
Sounds resonable
Comment 2 Adam Dingle 2006-10-05 22:37:50 UTC
Created attachment 74097 [details] [review]
fix

I've attached a patch implementing these shortcut changes.
Comment 3 Naba Kumar 2006-12-04 10:01:46 UTC
Closing all fixed bugs. Sorry for the mass update :( ...