tool:fgrep & code folding
Posted: Thu Mar 17, 2005 4:51 pm
I'm not sure if this is a bug or by design, but...
when I have code folded (hidden) and perform a tool / fgrep (find in files),
it does not find text that has been folded. This is not what I expect.
Details: C source code, example below
for example:
unfolded:
if (foobar)
{
<blah ...>
target text is here: HIT!
}
folded:
if (foobar)
{ .... }
If i use the tool/fgrep to search for "HIT" it will not 'find' it in 'folded' mode.
comments? thoughts? is this a bug, or by design?
-raz.
when I have code folded (hidden) and perform a tool / fgrep (find in files),
it does not find text that has been folded. This is not what I expect.
Details: C source code, example below
for example:
unfolded:
if (foobar)
{
<blah ...>
target text is here: HIT!
}
folded:
if (foobar)
{ .... }
If i use the tool/fgrep to search for "HIT" it will not 'find' it in 'folded' mode.
comments? thoughts? is this a bug, or by design?
-raz.