This patch contains mostly gui updates to the Search Dialog and the Search Bar. It adds the option to search for whole word, by simple using \b \b and searching it as a regex.
Hi, I would be happy to try your patch, but could you try to do a patch that do not reorganize methods order or join splitted lines ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2008-12-30
This sounds like a nice option, however I think this option should be mutually exclusive with the regexp option, so that the user can either choose to search for a regexp or search for a whole word but not both. A while who searches for a regexp can easily add the "\b" around the word where suitable, adding this automatically to a regexp is sort-of 'dangerous'.
This patch allows both to be used at the same time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2008-12-30
assigned_to: nobody --> shlomy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2010-02-06
status: open --> open-rejected
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2010-02-06
The patch cannot be accepted as-is; at least, remove from it all changes that are not related to the whole-word search.
Preferably also disable "whole word" on reg-exp.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2010-02-06
status: open-rejected --> pending-rejected
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
svn siff for search whole word patch
Logged In: YES
user_id=285591
Originator: NO
Hi, I would be happy to try your patch, but could you try to do a patch that do not reorganize methods order or join splitted lines ?
This sounds like a nice option, however I think this option should be mutually exclusive with the regexp option, so that the user can either choose to search for a regexp or search for a whole word but not both. A while who searches for a regexp can easily add the "\b" around the word where suitable, adding this automatically to a regexp is sort-of 'dangerous'.
This patch allows both to be used at the same time.
The patch cannot be accepted as-is; at least, remove from it all changes that are not related to the whole-word search.
Preferably also disable "whole word" on reg-exp.
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).