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

    EmEditor Professional 7.00 beta 40 is available for download. The new features include:

    – Bug fixes.
    – Since beta 36, even if “Tray Icon” is checked during the install, the tray icon will not appear until the next Windows Logon.

    Since this is a beta version, it might include bugs, and therefore please install only test machines.

    EmEditor Professional 7.00 beta 40 (Installer):
    http://www.emeditor.com/pub/emed700b40epx.msi

    The portable version can be produced from the Import/Export wizard on the Tools menu after you use the installer. However, the portable version runs slower than one using the Registry.

    See http://www.emeditor.com/modules/feature1/ for the list of new features.
    Also, See the history page of the Help after you download and install the new version.

    If you tried, please post any bug reports or any other feedback on this forum. Thank you!

    Note: We will NOT add new features any more until Version 7 release, and will focus on optimization and bug fixes (except when necessary to support huge files).

    #5067
    yongfa365
    Member

    Half-Width this char: ““” 

    #5075
    yongfa365
    Member

    “”“”“”“”

    #5076
    Yutaka Emura
    Keymaster

    There is no corresponding half-width character for U+201C. If you just want to convert U+201C to U+0022, use a macro:


    document.selection.Replace("“(.*?)”","x221x22",eeFindNext | eeFindReplaceCase | eeReplaceAll | eeFindReplaceRegExp);

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