NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
mark commented lines in search result


Joined: 31 Aug 2005
Posts: 44
Location: Bamberg, Germany
Reply with quote
currently search result is delievered as plain text. one can't see wether a line is commented or not if it is within an huge commented block.

example: search for $searchme

Code:
$line = 1;
// $searchme = $line;
$someother = $stupidstuff;

will result in:
Find: // $searchme = $line;

But
Code:
/*
$line = 1;
$searchme = $line;
$someother = $stupidstuff;
*/

will result in:
Find: $searchme = $line;

If you search hundreds of files it could be useful to see in the result already which LOC is commented out and which is not. This could be done by writing commented lines italic or in another color.[/code]
View user's profileFind all posts by MarcusSchwarzSend private messageVisit poster's websiteICQ Number
mark commented lines in search result
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic