- AuthorPosts
- October 12, 2008 at 4:45 am #6386Yutaka EmuraKeymaster
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!
October 12, 2008 at 8:04 am #6389StefanParticipantThat 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.msiOctober 12, 2008 at 3:30 pm #6390Yutaka EmuraKeymasterStefan 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.msiSorry, I just updated the link.
October 13, 2008 at 3:42 pm #6395ToadLoadinMemberAdd option for display Indent Guide for Empty Lines :-)
October 14, 2008 at 12:26 pm #6397CaptainFlintParticipantMaybe, 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.
October 14, 2008 at 5:14 pm #6400Yutaka EmuraKeymasterFlint 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.
October 14, 2008 at 11:46 pm #6403shastafirMemberOh 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…)October 15, 2008 at 12:08 am #6404Yutaka EmuraKeymastershastafir 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.
October 15, 2008 at 5:04 pm #6408shastafirMemberI use Adobe-style pan extensively (CS3, ArcGIS, etc…) and the habit doesn’t mix well with the MS pan. Infuriates me in Office.
October 15, 2008 at 6:43 pm #6410StefanParticipantHi Yutaka, nice to see you ;-)
- AuthorPosts
- You must be logged in to reply to this topic.