buggrep - Bugs: bug #39405, feature request: whitespace...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #39405: feature request: whitespace trimming

Submitter:  Martin Lukeš <meridius>
Submitted:  Wed 03 Jul 2013 12:17:15 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open

Wed 03 Jul 2013 12:23:18 PM UTC, comment #1: 

Betrayed by technology! There should be a lot of tab characters right after the first "php:47:", but I see the posting script here took them out. I hope you get what I mean.

Cheers!

Martin Lukeš <meridius>
Wed 03 Jul 2013 12:17:15 PM UTC, original submission:  

I think it would make so much lives a lot easier if grep could support whitespace trimming of results.
Common example is when you grep-ing any tab/space indented code. This is when grep presents you with this:
klient2/box_zpros_zam_new.php:47: $('#fancy_zpros_zam_sel').attr('href', 'box_zpros_zam.php?id_clovek=' + id_clovek + '&id=' + ui.item.value);

when it would be so much better if it trims the starting (and ending) tabs/spaces and gave you this instead:
klient2/box_zpros_zam_new.php:47: $('#fancy_zpros_zam_sel').attr('href', 'box_zpros_zam.php?id_clovek=' + id_clovek + '&id=' + ui.item.value);


What do you think?

Martin Lukeš <meridius>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by meridius (Submitted the item)
  • -email is unavailable- added by meridius
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-07-03 meridius Carbon-Copy- Added meridius

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code