Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: SourceForge.net <noreply@so...> - 2008-03-02 05:10:44
|
Patches item #1905574, was opened at 2008-03-01 21:10 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1905574&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: encorejane (encorejane) Assigned to: Nobody/Anonymous (nobody) Summary: Search whole word option Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1905574&group_id=588 |
From: SourceForge.net <noreply@so...> - 2008-03-08 20:40:03
|
Patches item #1905574, was opened at 2008-03-02 06:10 Message generated for change (Comment added) made by kpouer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1905574&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: encorejane (encorejane) Assigned to: Nobody/Anonymous (nobody) Summary: Search whole word option Initial Comment: 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. ---------------------------------------------------------------------- >Comment By: Matthieu Casanova (kpouer) Date: 2008-03-08 21:40 Message: 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 ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1905574&group_id=588 |
From: SourceForge.net <noreply@so...> - 2008-12-30 04:24:01
|
Patches item #1905574, was opened at 2008-03-02 07:10 Message generated for change (Comment added) made by shlomy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1905574&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: encorejane (encorejane) Assigned to: Nobody/Anonymous (nobody) Summary: Search whole word option Initial Comment: 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. ---------------------------------------------------------------------- >Comment By: Shlomy Reinstein (shlomy) Date: 2008-12-30 06:23 Message: 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. ---------------------------------------------------------------------- Comment By: Matthieu Casanova (kpouer) Date: 2008-03-08 22:40 Message: 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 ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1905574&group_id=588 |
From: SourceForge.net <noreply@so...> - 2008-12-30 04:25:25
|
Patches item #1905574, was opened at 2008-03-02 07:10 Message generated for change (Settings changed) made by shlomy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1905574&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: encorejane (encorejane) >Assigned to: Shlomy Reinstein (shlomy) Summary: Search whole word option Initial Comment: 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. ---------------------------------------------------------------------- Comment By: Shlomy Reinstein (shlomy) Date: 2008-12-30 06:23 Message: 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. ---------------------------------------------------------------------- Comment By: Matthieu Casanova (kpouer) Date: 2008-03-08 22:40 Message: 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 ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1905574&group_id=588 |
From: SourceForge.net <noreply@so...> - 2010-02-06 20:37:18
|
Patches item #1905574, was opened at 2008-03-02 07:10 Message generated for change (Comment added) made by shlomy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1905574&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open >Resolution: Rejected Priority: 5 Private: No Submitted By: encorejane (encorejane) Assigned to: Shlomy Reinstein (shlomy) Summary: Search whole word option Initial Comment: 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. ---------------------------------------------------------------------- >Comment By: Shlomy Reinstein (shlomy) Date: 2010-02-06 22:37 Message: 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. ---------------------------------------------------------------------- Comment By: Shlomy Reinstein (shlomy) Date: 2008-12-30 06:23 Message: 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. ---------------------------------------------------------------------- Comment By: Matthieu Casanova (kpouer) Date: 2008-03-08 22:40 Message: 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 ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1905574&group_id=588 |
From: SourceForge.net <noreply@so...> - 2010-02-06 20:37:50
|
Patches item #1905574, was opened at 2008-03-02 07:10 Message generated for change (Settings changed) made by shlomy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1905574&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Pending Resolution: Rejected Priority: 5 Private: No Submitted By: encorejane (encorejane) Assigned to: Shlomy Reinstein (shlomy) Summary: Search whole word option Initial Comment: 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. ---------------------------------------------------------------------- Comment By: Shlomy Reinstein (shlomy) Date: 2010-02-06 22:37 Message: 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. ---------------------------------------------------------------------- Comment By: Shlomy Reinstein (shlomy) Date: 2008-12-30 06:23 Message: 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. ---------------------------------------------------------------------- Comment By: Matthieu Casanova (kpouer) Date: 2008-03-08 22:40 Message: 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 ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1905574&group_id=588 |
From: SourceForge.net <noreply@so...> - 2010-02-21 02:20:17
|
Patches item #1905574, was opened at 2008-03-02 05:10 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1905574&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: Rejected Priority: 5 Private: No Submitted By: encorejane (encorejane) Assigned to: Shlomy Reinstein (shlomy) Summary: Search whole word option Initial Comment: 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. ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2010-02-21 02:20 Message: 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). ---------------------------------------------------------------------- Comment By: Shlomy Reinstein (shlomy) Date: 2010-02-06 20:37 Message: 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. ---------------------------------------------------------------------- Comment By: Shlomy Reinstein (shlomy) Date: 2008-12-30 04:23 Message: 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. ---------------------------------------------------------------------- Comment By: Matthieu Casanova (kpouer) Date: 2008-03-08 20:40 Message: 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 ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1905574&group_id=588 |