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

    Today, we are releasing EmEditor v14.7.0 beta 1.

    Updates from v14.6.1 include:

    • The new Negative button in the Filter toolbar allows you to exclude the matched lines.
    • The new Sort Shortest to Longest and Sort Longest to Shortest buttons in the CSV/Sort toolbar allows you to sort the document by length of columns.
    • The new version allows you to specify a column to the filter in CSV documents. Also multiple levels of the filter can be specified (Advanced Filter).
    • The Treat digits as numbers check box and Treat full-width characters as 2 characters when sorting by length check box were added to the Sort tab of the Customize dialog box.
    • New Commands were added: Negative (Filter toolbar), Sort Shortest to Longest, Sort Longest to Shortest, and Advanced Filter (Filter toolbar) commands.
    • Macro new features: Filter, GetCell, and GetColumns methods were added to the Document object.
    • Plug-in API new features: EE_GET_CELL message and Editor_GetCell inline function, EE_FILTER message and Editor_Filter inline function, GET_CELL_INFO, and FILTER_INFO structures.
    • Fixed other bugs.

    Please see:
    https://www.emeditor.com/text-editor-features/history/new-in-version-14-7/
    for screenshots and details.

    To Download

    http://www.emurasoft.com/pub/beta/emed64_14.6.901.exe (64-bit)
    http://www.emurasoft.com/pub/beta/emed32_14.6.901.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:

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

    Thank you for continue using EmEditor!

    #19680
    Yutaka Emura
    Keymaster

    Today, we are releasing EmEditor v14.7.0 beta 2.

    Updates from v14.7.0 beta 1 include:

    • Fixed the bug where the Reset command after the Compare might not have reset completely.
    • Fixed the highlighting issue when filtering with a column.

    Please see:
    https://www.emeditor.com/text-editor-features/history/new-in-version-14-7/
    for screenshots and details.

    To Download

    http://www.emurasoft.com/pub/beta/emed64_14.6.902.exe (64-bit)
    http://www.emurasoft.com/pub/beta/emed32_14.6.902.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:

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

    Thank you for continue using EmEditor!

    #19681
    Rien van Ham
    Participant

    Dear Yutaka,

    This is a feature request.

    Perhaps I’m overseeing it but is it possible to give a visual feedback on the interface for “Vertical Selection”? e.g. “Normal selection” vs “Vertical Selection”?

    Thanks in advance,

    Rien van Ham

    #19682
    Rien van Ham
    Participant

    Dear Yutaka,

    I get an exception “Ran out of stack space trying to match the regular expression” in this case:

    1: Search -> Find in Files…
    2: Find: ^((?!<Landcode value=”NL”/>.)*$
    3: Files Types: *.sm
    4: In Folder: <whatever>
    5: “Use Regular Expressions” and “Close when Finished”
    6: Encoding: Configured Encoding
    7: Output Options: Display Matched Lines Only

    Thanks in advance!

    #19683
    Paul
    Participant

    Dear Rien van Ham,

    If you mean the Sticky Vertical Mode, I added the ‘sticky vertical mode’ toolbar icon to the toolbar. It’s depressed when vertical selection is enabled.

    If you meant something else, sorry!

    HTH
    Paul

    #19685
    Yutaka Emura
    Keymaster

    Hello Rien van Ham,

    What did you specify in the Search tab of the Customize dialog box: Additional Lines to Search for Regular Expressions text box?

    If you enter a large number, you might want to try with 0.

    Thanks!

    #19686
    Rien van Ham
    Participant

    Hello Yutaka,

    1: Sticky Vertical Mode: I’ve been overseeiing this button! Another toolbar was laying on top of it. Tahnks!
    2: Exception: no, sorry, I’m still gettting this exception.

    Thanks,

    Rien

    #19687
    Yutaka Emura
    Keymaster

    Hello Rien van Ham,

    Your regular expression:

    
    ^((?!<Landcode value=”NL”/>.)*$
    

    has an extra ‘(‘ after ‘^’ and before ‘?!’.

    Can you rewrite your regular expression as simple as possible?

    #19689
    Yutaka Emura
    Keymaster

    Today, we are releasing EmEditor v14.7.0 beta 3.

    Updates from v14.7.0 beta 2 include:

    • Fixed the bug where EmEditor reloads a file while filtered.

    Please see:
    https://www.emeditor.com/text-editor-features/history/new-in-version-14-7/
    for screenshots and details.

    To Download

    http://www.emurasoft.com/pub/beta/emed64_14.6.903.exe (64-bit)
    http://www.emurasoft.com/pub/beta/emed32_14.6.903.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:

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

    Thank you for continue using EmEditor!

    #19706
    Rien van Ham
    Participant

    Hello Yutaka,

    Sorry, that was an error when I retyped the regex.

    It has to be:
    ^((?!<Landcode value=”NL”/>).)*$

    Thanks in advance!

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