Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5700
    wOxxOm
    Member

    7.0.4
    goal: find items with Actor = Style
    regex: ^Dialogue: (.+?),(.+?),(.+?),(.+?),4,
    supposed match: Dialogue: 0,0:00:16.70,0:00:17.64,Naga,Naga,0000,0000,0000,,text
    Wrong match found by EmEditor: 0,0:00:16.70,0:00:17.64,Naga,Nagasumi,0000,0000,0000,,text

    regex S&R in Files, 1
    regex: ^Style: (.+?),.+?,(.+?),(.+?),(.+?),(.+?),(.+?),.+?,(.+?)$
    replace: Style: 1,Tahoma,2,3,4,5,6,-1,7
    enabled options: *.ass, UseRegEx, ConfiguredEncoding
    result: replaces in one file then crashes application

    S&R in Files, 2
    if KeepModifiedFilesOpen is enabled then only 1-3 of matching files in the folder are modified. When the option is disabled then all the files are correctly modified on-disk

    #5701
    Yutaka Emura
    Keymaster

    wOxxOm wrote:
    7.0.4
    goal: find items with Actor = Style
    regex: ^Dialogue: (.+?),(.+?),(.+?),(.+?),4,
    supposed match: Dialogue: 0,0:00:16.70,0:00:17.64,Naga,Naga,0000,0000,0000,,text
    Wrong match found by EmEditor: 0,0:00:16.70,0:00:17.64,Naga,Nagasumi,0000,0000,0000,,text

    regex S&R in Files, 1
    regex: ^Style: (.+?),.+?,(.+?),(.+?),(.+?),(.+?),(.+?),.+?,(.+?)$
    replace: Style: 1,Tahoma,2,3,4,5,6,-1,7
    enabled options: *.ass, UseRegEx, ConfiguredEncoding
    result: replaces in one file then crashes application

    S&R in Files, 2
    if KeepModifiedFilesOpen is enabled then only 1-3 of matching files in the folder are modified. When the option is disabled then all the files are correctly modified on-disk

    I don’t have any problems with 7.00.5

    Make sure “Regular Expressions Can Match New Line Characters check box” is not checked in the Search tab of the Customize dialog box.

    #5710
    wOxxOm
    Member

    it is not checked.

    #5711
    Yutaka Emura
    Keymaster

    wOxxOm wrote:
    it is not checked.

    I cannot reproducd your problem. Please email a sample file with detial procedure how to reproduce your problem.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.