EmEditor (text editor) Forum Index
   Beta Version Bug Reports
     EmEditor Professional v10 beta 6 (9.90.6)
Register To Post

Threaded | Newest First Previous Topic | Next Topic | Bottom
Poster Thread
Yutaka
Posted on: 4/1/2010 10:48 pm
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2397
EmEditor Professional v10 beta 6 (9.90.6)
EmEditor Professional v10 beta 6 (9.90.6) is available for download.

Updates from beta 5 include:

- The '>' button on the right side of Find/Replace drop-down list (Find/Replace/Find in Files/Replace in Files dialog) now includes "Selected Text", "Word at Cursor", "Custom", and "Save as Default" commands.

- Another '>' button was added to the right side of "File Types" drop-down list (Find in Files/Replace in Files dialog). This button includes "Current File Type", "Current File", and "Save as Default" commands.

- The '...' button on the right side of "In Folder" drop-down list (Find in Files/Replace in Files dialog) was changed to '>' button. This button includes "Current Folder", "Custom", and "Save as Default" commands.

- Fixed a Snippets plug-in bug on beta 5.


For details of other new features and screenshots of EmEditor Professional 10, please see:

http://www.emeditor.com/modules/feature1/rewrite/tc_36.html


Please download:
http://www.emeditor.com/pub/updates/emed32_9.90.6.exe (32-bit)
http://www.emeditor.com/pub/updates/emed64_9.90.6.exe (64-bit)

It is recommended that you uninstall previous v9 before you install a new version.

This beta version is free. It doesn't require you to enter a registration key, and anyone can use this beta version without purchase. This version expires on May 31, 2010. Before this date, you will need to update to then newer version, or purchase the release 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 the one using the Registry.

Please don't hesitate to write any comments or bug reports in this forum.

Thank you for trying EmEditor beta versions!


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

shx
Posted on: 4/2/2010 11:09 am
Just can't stay away
Joined: 2/18/2009
From:
Posts: 77
Re: EmEditor Professional v10 beta 6 (9.90.6)
Quote:
It is recommended that you uninstall previous v9 before you install a new version


I am running version 8.

If I install the new beta will I be able to run both the old version 8 and the beta ?

Steven


----------------
Steven

banita
Posted on: 4/2/2010 1:04 pm
Not too shy to talk
Joined: 4/25/2009
From:
Posts: 30
Re: EmEditor Professional v10 beta 6 (9.90.6)
I set background color for matched brackets but when I open C# file (.cs) this option dont work. I set this for all configurations. With c++ files all works fine.


sory for me english
Yutaka
Posted on: 4/2/2010 1:48 pm
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2397
Re: EmEditor Professional v10 beta 6 (9.90.6)
Hi Steven,

Thanks for using EmEditor Professional!

No, you should uninstall EmEditor v8 before you install v10. Even if you forget to uninstall v8, v10 installer should automatically uninstall v8.

Please don't hesitate to ask me if you have any further questions.
Thanks again!


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

Yutaka
Posted on: 4/2/2010 1:54 pm
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2397
Re: EmEditor Professional v10 beta 6 (9.90.6)
Hello banita,

Thank you for using EmEditor Professional!

There should be no difference between configurations if configurations are exactly same. Please make sure all "Bracket Pairs" are checked in the Highlight (2) tab of both configuration properties. And of course, "Highlight Matching Brackets" needs to be checked, too.

If you have further questions, please let me know. Thanks again!


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

zhouzh2
Posted on: 4/3/2010 3:08 am
Just can't stay away
Joined: 7/27/2008
From:
Posts: 89
Re: EmEditor Professional v10 beta 6 (9.90.6)
Hi Yutaka,
word-complete in placeholders works, and this is GREAT
However, there is a bug in the snippets plugin:
1. in any placeholders other than placeholder 0, typing a trigger string will replace the whole snippets with the trigger's snippets. This is reproducible at least in C, Java and HTML. (only a certain trigger under such situation will cause this, was not able to test them all)
i.e. try this: in C, for{TAB}, and type "printf".
in JAVA, cl{TAB}, and type "de".
in HTML, img{TAB}, and type "html".
if you do this, even an error will popup:
img{TAB}, and type "input".

feature request:
1. the drop down list of word-complete even popups when there is only one match and the match is exactly what I have typed.
i.e. open a blank document, type "abcd". space. abcd again. you will see abcd is listed as a word-complete suggestion. therefore if the user wants to input an enter, he will have to do it twice. in a word, the word user has just inputed should not be in dropdown list of the plug-in. if I have variable abc and abc-1, it would be much nicer to type abc and get only abc-1 as suggestion.
2. Get the seletion back when undo. A lot of winows apps action like that(including MS. Word and Notepad). (although I can live without that. )

Viggen
Posted on: 4/3/2010 7:32 am
Just popping in
Joined: 3/29/2010
From:
Posts: 3
Re: EmEditor Professional v10 beta 6 (9.90.6)
Hi Yutaka.

a couple of feature requests for v10 :)

1) F/R dialog tabstops:
in normal mode with TAB you switch from "find" text to "replace"
with regex first TAB from "find" jumps to ">" button
I think ">" buttons can have tabstop AFTER "replace"

2) Compare files is a great feature, but it kills window placement. may be return window to the state as it was before comparation, when comparation is finished ?
ToadLoadin
Posted on: 4/3/2010 8:31 am
Just can't stay away
Joined: 7/4/2008
From: China
Posts: 119
Re: EmEditor Professional v10 beta 6 (9.90.6)
Hi Yutaka,

I made a screen recording to explain what the "global option for snippets transforming" means, please check it:

http://www.dropbox.com/u/2516823/video/2010-04/emeditor-snipptes-regex-option.mp4
Yutaka
Posted on: 4/3/2010 8:00 pm
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2397
Re: EmEditor Professional v10 beta 6 (9.90.6)
Hello zhouzh2

Thanks for trying EmEditor beta!

1. I have fixed that Snippets plug-in bug. You will see the bug fix on beta 7.

Feature request 1. I added "Automatically Hide the List when Only One Candidate is Matched" check box in the Word Complete properties Options. This allows the list disappear when only one candidate is matched.

Feature request 2. I will think about this feature, but probably not in v10.

Please let me know if you have further questions or comments.
Thanks again!


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

zhouzh2
Posted on: 4/3/2010 9:43 pm
Just can't stay away
Joined: 7/27/2008
From:
Posts: 89
Re: EmEditor Professional v10 beta 6 (9.90.6)
Hi Yutaka,
Quote:
Feature request 1. I added "Automatically Hide the List when Only One Candidate is Matched" check box in the Word Complete properties Options. This allows the list disappear when only one candidate is matched.

Thanks for accepting my feature request don't knowing if this is exactly what I mean though. I will try beta 7 and comment later.

Quote:
Feature request 2. I will think about this feature, but probably not in v10.

I'll be patient.

P.S. I think the snippets plug-in should be temporarily turned off in vertical mode,just like the word-complete plug-in, as they are not functioning rightly in Vertical Mode.
(1) 2 3 »
Threaded | Newest First Previous Topic | Next Topic | Top


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