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 166154 - devhelp has no case-insensitive search
devhelp has no case-insensitive search
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: Mikael Hallendal
Mikael Hallendal
Depends on:
Blocks:
 
 
Reported: 2005-02-03 12:32 UTC by Murray Cumming
Modified: 2005-09-27 22:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
devhelp-smartcase.patch (2.36 KB, patch)
2005-09-20 15:20 UTC, Ruben Vermeersch
none Details | Review

Description Murray Cumming 2005-02-03 12:32:52 UTC
It would be nice if devhelp could do case-insensitive search, even if it was a
little check-box to the right of the text box.
Comment 1 Ruben Vermeersch 2005-09-20 15:20:47 UTC
Created attachment 52431 [details] [review]
devhelp-smartcase.patch

I'm proposing the following patch, it works pretty much like Vi's
smartcase+ignorecase search:

Search case insensitive when a lowercase search term has been entered.
Works like Vi's smartcase feature (thus allows you to search for cased stuff
much easier)

 dh-keyword-model.c |	37 +++++++++++++++++++++++++++++++------
 1 files changed, 31 insertions(+), 6 deletions(-)
Comment 2 Richard Hult 2005-09-27 22:17:54 UTC
Tried this, and it felt really nice IMO, committed. Thanks! I'll close this, if
you think it's not good enough Murray, feel free to re-open.