EmEditor (text editor) Forum Index
   Beta Version Bug Reports
     EmEditor Professional 8.00 beta 7
Register To Post

Threaded | Newest First Previous Topic | Next Topic | Bottom
Poster Thread
Yutaka
Posted on: 10/11/2008 8:45 pm
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2401
EmEditor Professional 8.00 beta 7
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!


----------------
Yutaka Emura
Developer of EmEditor
http://www.emeditor.com/

Stefan
Posted on: 10/12/2008 12:04 am
Home away from home
Joined: 7/14/2008
From: Germany, EU
Posts: 263
Re: EmEditor Professional 8.00 beta 7
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
Yutaka
Posted on: 10/12/2008 7:30 am
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2401
Re: EmEditor Professional 8.00 beta 7
Quote:

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.


----------------
Yutaka Emura
Developer of EmEditor
http://www.emeditor.com/

ToadLoadin
Posted on: 10/13/2008 7:42 am
Just can't stay away
Joined: 7/4/2008
From: China
Posts: 119
Enhancement Suggestions
Add option for display Indent Guide for Empty Lines
Flint
Posted on: 10/14/2008 4:26 am
Home away from home
Joined: 10/9/2006
From: Moscow
Posts: 156
Re: EmEditor Professional 8.00 beta 7
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:
Quote:
const CS_DROPSHADOW = $00020000;<br />\r\nbegin<br />\r\n inherited;<br />\r\n { Disable drop shadow effect on Windows XP and later }<br />\r\n if (Win32Platform = VER_PLATFORM_WIN32_NT) and<br />\r\n ((Win32MajorVersion > 5) or<br />\r\n ((Win32MajorVersion = 5) and (Win32MinorVersion >= 1))) then<br />\r\n 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.
Yutaka
Posted on: 10/14/2008 9:14 am
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2401
Re: EmEditor Professional 8.00 beta 7
Quote:

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:
Quote:
const CS_DROPSHADOW = $00020000;<br />\r\nbegin<br />\r\n inherited;<br />\r\n { Disable drop shadow effect on Windows XP and later }<br />\r\n if (Win32Platform = VER_PLATFORM_WIN32_NT) and<br />\r\n ((Win32MajorVersion > 5) or<br />\r\n ((Win32MajorVersion = 5) and (Win32MinorVersion >= 1))) then<br />\r\n 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.


----------------
Yutaka Emura
Developer of EmEditor
http://www.emeditor.com/

shastafir
Posted on: 10/14/2008 3:46 pm
Just popping in
Joined: 9/29/2006
From:
Posts: 6
Re: EmEditor Professional 8.00 beta 7
Oh no, not auto-panning...
Quote:
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...)
Yutaka
Posted on: 10/14/2008 4:08 pm
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2401
Re: EmEditor Professional 8.00 beta 7
Quote:

shastafir wrote:
Oh no, not auto-panning...
Quote:
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.


----------------
Yutaka Emura
Developer of EmEditor
http://www.emeditor.com/

shastafir
Posted on: 10/15/2008 9:04 am
Just popping in
Joined: 9/29/2006
From:
Posts: 6
Re: EmEditor Professional 8.00 beta 7
I use Adobe-style pan extensively (CS3, ArcGIS, etc...) and the habit doesn't mix well with the MS pan. Infuriates me in Office.
Stefan
Posted on: 10/15/2008 10:43 am
Home away from home
Joined: 7/14/2008
From: Germany, EU
Posts: 263
Re: EmEditor Professional 8.00 beta 7
Hi Yutaka, nice to see you
Threaded | Newest First Previous Topic | Next Topic | Top


Register To Post
 
English čeština Deutsch español français italiano 日本語 한국어 Русский 简体中文 繁體中文