Flow Development Studio - File Search
  • MDW
  • Order of the Butterfly
    Order of the Butterfly
    MDW
    Posts: 453 from 2003/7/26
    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:
    round(something)

    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.
  • »24.04.24 - 14:35
    Profile Visit Website
  • MorphOS Developer
    jacadcaps
    Posts: 2984 from 2003/3/5
    From: Canada
    The search uses regular expressions. round\( should work.
  • »24.04.24 - 15:36
    Profile Visit Website
  • MDW
  • Order of the Butterfly
    Order of the Butterfly
    MDW
    Posts: 453 from 2003/7/26
    From: Wroclaw/Poland
    Quote:

    jacadcaps wrote:
    The search uses regular expressions. round\( should work.

    It works perfect.
    So this is feature, not a bug. :) The search is more advanced than I expected. Great! :)
    Thank you.
  • »25.04.24 - 18:15
    Profile Visit Website