Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #19359
    Yutaka Emura
    Keymaster

    Today, we are releasing EmEditor Professional v14.6.0 beta 8.

    Updates from v14.6.0 beta 7 include:

    • In the Selection Only check box was added to the Find dialog box in addition to the Replace dialog box. This allows you to search for a string within a certain column in a CSV file.
    • Improved stability.

    To Download

    http://www.emurasoft.com/pub/emed64_14.5.907.exe (64-bit)
    http://www.emurasoft.com/pub/emed32_14.5.907.exe (32-bit)

    These files will be deleted when official release versions become available. The official releases can be downloaded at the Download page.

    How to create portable version:

    http://www.emeditor.com/support/#toggle-id-12

    Thank you for continue using EmEditor!

    #19364
    Yutaka Emura
    Keymaster

    Today, we are releasing EmEditor Professional v14.6.0 beta 9.

    Updates from v14.6.0 beta 8 include:

    • The cursor can now move within the read-only headings and outside of narrowing.
    • Improved stability.

    To Download

    http://www.emurasoft.com/pub/emed64_14.5.908.exe (64-bit)
    http://www.emurasoft.com/pub/emed32_14.5.908.exe (32-bit)

    These files will be deleted when official release versions become available. The official releases can be downloaded at the Download page.

    How to create portable version:

    http://www.emeditor.com/support/#toggle-id-12

    Thank you for continue using EmEditor!

    #19367
    Yutaka Emura
    Keymaster

    Today, we are releasing EmEditor Professional v14.6.0 beta 10.

    Updates from v14.6.0 beta 9 include:

    • HeadingLines property, NarrowingTop property, and NarrowingBottom property were added to the Document object (macros).
    • Improved stability.

    To Download

    http://www.emurasoft.com/pub/emed64_14.5.909.exe (64-bit)
    http://www.emurasoft.com/pub/emed32_14.5.909.exe (32-bit)

    These files will be deleted when official release versions become available. The official releases can be downloaded at the Download page.

    How to create portable version:

    http://www.emeditor.com/support/#toggle-id-12

    Thank you for continue using EmEditor!

    #19372
    Deipotent
    Participant

    BUG: If incremental searching and regex is enabled on find bar, entering a backslash (ie. \) results in an error dialog being displayed saying “Incomplete escape sequence found”, and clicking the OK just results in the same error dialog being displayed again forever.

    #19373
    Deipotent
    Participant

    The same bug happens if you start a quantiofied repetition in a regex (eg. just type { into find bar)

    #19375
    Deipotent
    Participant

    Just had a need for the text extraction feature again that I have ben requesting – I had a CSS file which had been minimized so it was all on a single line and wanted to extract all the background-colors from it using the regex [code]background-color:#\d{6}[/code]. Obviously the new Extract matching lines feature didn’t work as the entire CSS file was on a single line.

    #19376
    Deipotent
    Participant

    The correct regex to use is actually

    background-color:#[[:xdigit:]]{3,6}

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