Order of the Butterfly
Posts: 469 from 2003/7/25
From: Wroclaw/Poland
I noticed something strange in Flow Development Studio.
If I use function
"File Search" (RCmd+u) and try to search string
"round(", I don't have any results. Path is properly set to sources directory. I have in several files something like this:
Code:
so I should get several results.
In LogTool I see almost one hunderd logs:
Code:
1846.643| &D?Xp: Error in search pattern: Missing ')'
If I search
"round" with selected option
"Whole Word" I have correct results, so this is not a big problem.
Could someone tell me if the behaviour is a bug or a feature? :) Maybe I can't use
'(' and
')' in search string because these characters are reserved for an advanced search query.