Menu

#49 Grep Search does not find strings in DFM files that are split in multiple lines

Closed
closed-fixed
None
5
2019-03-16
2017-09-02
No

Search is not working when the string content is in the DFM, and Delphi stores it "splitted" due too long lines, for example:

select long_sentence_here from somefield = 1

if it is stored in the dfm like

'select long_sentence_here from some' +
'field = 1'

Searching for somefield will return no results.

(reported by Carlos H. Cantu)

Discussion

  • Thomas Mueller

    Thomas Mueller - 2017-09-02
    • summary: Grep Search on strings in DFM files that are split in multiple lines --> Grep Search does not find trings in DFM files that are split in multiple lines
     
  • Thomas Mueller

    Thomas Mueller - 2017-09-03
    • summary: Grep Search does not find trings in DFM files that are split in multiple lines --> Grep Search does not find strings in DFM files that are split in multiple lines
     
  • Thomas Mueller

    Thomas Mueller - 2019-03-16
    • status: open --> closed-fixed
    • Group: New --> Closed
     
  • Thomas Mueller

    Thomas Mueller - 2019-03-16

    There is now an experimental option to handle multiple lines in forms by concantenating them before sarching.
    svn revision #2580

     

Log in to post a comment.