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

    EmEditor Professional 8.00 beta 7 is available for download. Updates from beta 6 include:

    – Bug fixes in the Projects plug-in, Snippets plug-in.

    See http://www.emeditor.com/modules/feature1/index.php?id=7
    for updates from Version 7.

    Download:
    http://www.emeditor.com/modules/download2/ (Next Beta Version)

    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.

    We target October 29th (in the Pacific time) as the release date of v8. Please let me know earlier rather than later if you have any bug reports or comments. Thanks!

    #6389
    Stefan
    Participant

    That Download side
    http://www.emeditor.com/modules/download2/ (Next Beta Version)

    still links to beta 6

    instead to beta 7
    http://www.emeditor.com/pub/emed800b7epx.msi

    #6390
    Yutaka Emura
    Keymaster

    Stefan wrote:
    That Download side
    http://www.emeditor.com/modules/download2/ (Next Beta Version)

    still links to beta 6

    instead to beta 7
    http://www.emeditor.com/pub/emed800b7epx.msi

    Sorry, I just updated the link.

    #6395
    ToadLoadin
    Member

    Add option for display Indent Guide for Empty Lines :-)

    #6397
    CaptainFlint
    Participant

    Maybe, not exactly a bug, but definitely a problem. :-)

    I opened a large file (SQL, 39 Mb, 130 lines). Then I performed a search for the regular expression:
    (?<!)(\)*Z
    and found one. Then I press Shift+F3 to find the last occurence, and EE hanged completely. It looks like it tries to find what I asked, but does not show the progess dialog, so I cannot interrupt the search. I waited for 5 minutes, but still no dialog appeared, and I had to terminate EE.

    Besides, the backward search turned out to be extremely slow. For testing I tried to find a word “DROP“. Here is the part of the text from one of the lines of that SQL file:

    const CS_DROPSHADOW = $00020000;
    rnbegin
    rn inherited;
    rn { Disable drop shadow effect on Windows XP and later }
    rn if (Win32Platform = VER_PLATFORM_WIN32_NT) and
    rn ((Win32MajorVersion > 5) or
    rn ((Win32MajorVersion = 5) and (Win32MinorVersion >= 1))) then
    rn Params.WindowClass.Style := Params.WindowClass.Style and not CS_
    DROPSHADOW;

    Here I highlighted the found occurences of “DROP”. I searched backward, so I found the second occurence. And when I pressed Shift+F3, it took EE 5 seconds to find the previous occurence, though it is less than 400 characters away!

    I’m using EE 8.0b7 on WinXP SP3.

    #6400
    Yutaka Emura
    Keymaster

    Flint wrote:
    Maybe, not exactly a bug, but definitely a problem. :-)

    I opened a large file (SQL, 39 Mb, 130 lines). Then I performed a search for the regular expression:
    (?<!)(\)*Z
    and found one. Then I press Shift+F3 to find the last occurence, and EE hanged completely. It looks like it tries to find what I asked, but does not show the progess dialog, so I cannot interrupt the search. I waited for 5 minutes, but still no dialog appeared, and I had to terminate EE.

    Besides, the backward search turned out to be extremely slow. For testing I tried to find a word “DROP“. Here is the part of the text from one of the lines of that SQL file:

    const CS_DROPSHADOW = $00020000;
    rnbegin
    rn inherited;
    rn { Disable drop shadow effect on Windows XP and later }
    rn if (Win32Platform = VER_PLATFORM_WIN32_NT) and
    rn ((Win32MajorVersion > 5) or
    rn ((Win32MajorVersion = 5) and (Win32MinorVersion >= 1))) then
    rn Params.WindowClass.Style := Params.WindowClass.Style and not CS_
    DROPSHADOW;

    Here I highlighted the found occurences of “DROP”. I searched backward, so I found the second occurence. And when I pressed Shift+F3, it took EE 5 seconds to find the previous occurence, though it is less than 400 characters away!

    I’m using EE 8.0b7 on WinXP SP3.

    I understand this is an issue. I might fix that in future versions.

    #6403
    shastafir
    Member

    Oh no, not auto-panning…

    New Feature: Auto-panning by clicking the mouse wheel.

    Please let users disable this or–preferably–switch it to Adobe-style panning. The Microsoft panning is worse than useless.
    Em
    (loyal EmEditor fan…)

    #6404
    Yutaka Emura
    Keymaster

    shastafir wrote:
    Oh no, not auto-panning…

    New Feature: Auto-panning by clicking the mouse wheel.

    Please let users disable this or–preferably–switch it to Adobe-style panning. The Microsoft panning is worse than useless.
    Em
    (loyal EmEditor fan…)

    Why do you want to disable it? You don’t have to use it if you don’t need it.

    #6408
    shastafir
    Member

    I use Adobe-style pan extensively (CS3, ArcGIS, etc…) and the habit doesn’t mix well with the MS pan. Infuriates me in Office.

    #6410
    Stefan
    Participant

    Hi Yutaka, nice to see you ;-)

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