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

Threaded | Oldest First Previous Topic | Next Topic | Bottom
Poster Thread
Yutaka
Posted on: 3/24/2010 8:21 am
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2424
Re: EmEditor Professional v10 beta 2 (9.90.2)
Thanks for trying out beta versions!

I will think about your request, but I am not sure if I can add that feature. There are many other features people ask. Thanks again for your inputs!


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

dw7832
Posted on: 3/23/2010 1:53 pm
Not too shy to talk
Joined: 6/28/2009
From:
Posts: 27
Re: EmEditor Professional v10 beta 2 (9.90.2)
Hello Yutaka,

Thank you for accepting my feature request. If I can make one more: could you provide an Apply button to large dialogue boxes like Tools > Properties and Tools > Customization? I regularly need to make several changes and find myself pressing OK in between to preserve the changes in case I make a mistake later on.

Thank you.
Yutaka
Posted on: 3/23/2010 1:30 pm
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2424
Re: EmEditor Professional v10 beta 2 (9.90.2)
Hello dw7832,

I am glad you resolved the issue. I think this issue was resolved in beta 2.

Your feature request about Print header/footer will be implemented in beta 3. Thanks for your inputs!


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

Yutaka
Posted on: 3/23/2010 11:12 am
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2424
Re: EmEditor Professional v10 beta 2 (9.90.2)
Hello zhouzh2,

Thanks for trying out EmEditor 10 beta!

1. I reproduced the current line coloring bug. It is going to be fixed on the next beta. Thanks for reporting this bug.

2. The macro's recording will not work when vertical mode is on. Currently, this is the specification. As you can imagine, the macro's recording becomes complicated when vertical mode is on.

3. You can find Overwrite/Insert mode by this code:

b = document.selection.OverwriteMode;


Sticky vertical mode can be found by:

editor.QueryStatusByID( 4473 );  // 4473 VerticalMode


Please let me know if you have any other questions. Thanks again!


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

dw7832
Posted on: 3/23/2010 9:02 am
Not too shy to talk
Joined: 6/28/2009
From:
Posts: 27
Re: EmEditor Professional v10 beta 2 (9.90.2)
Yutaka:

I had Tools > Properties for All Configurations > Spelling > Check Spelling disabled; enabling this does populate the list in context menu > Dictionaries. I hadn't changed this myself, apparently this is the default. I hadn't caught this earlier as enabling context menu > Check Spelling did trigger the spell check.

Can I also add the following feature request:

EmEditor currently doesn't support multiple zones in headers and footers by using alignment. This would allow for instance having the file name aligned to the left side with the page numbers aligned to the right, with the possibility to include other information centered in the header of footer.

There is currently the possibility to align the header or footer to the center or the right, but this applies to the entire header or footer: information entered before &r or &c is also thus aligned.

Many apps support three areas by alignment in headers or footers (IE, Firefox, Word, etc.). I'd think it an improvement for the printing functionality of EmEditor.

Thank you.
Yutaka
Posted on: 3/23/2010 8:30 am
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2424
Re: EmEditor Professional v10 beta 2 (9.90.2)
Hello dw7832,

When you right click, and select Dictionaries, do you see "(no dictionaries)" as gray text? If not, your menus are not correctly customized. You might want to go to "Customize Menus" on the Tools menu, select "Context Menu", and then click "Reset" button. I hope this helps.


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

Yutaka
Posted on: 3/23/2010 8:27 am
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2424
Re: EmEditor Professional v10 beta 2 (9.90.2)
Hello betaspin,

You don't need to copy dictionary files to c:\Users\<your user id>\AppData\Roaming\Emurasoft\EmEditor\Spell\. You only need to copy them to C:\Program Files\EmEditor\Dictionaries.

Hello dw7832,

Can you make sure that "Check Spelling" is checked on the Context Menu (the menu you see when you right-click on an EmEditor window)? This check also corresponds to the "Spelling" tab of configuration properties > "Check Spelling" checkbox. They should be both checked, other wise the list of dictionaries won't appear. However, you wrote that spell-checking English text works. This is strange, and I need to reproduce what happened.


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

dw7832
Posted on: 3/23/2010 8:19 am
Not too shy to talk
Joined: 6/28/2009
From:
Posts: 27
Re: EmEditor Professional v10 beta 2 (9.90.2)
betaspin:

I have now (I didn't see this in the beta announcement by the way) and unfortunately it makes no difference.

EmEditor x64 9.90.2
Windows 7 x64 RTM.
betaspin
Posted on: 3/23/2010 8:14 am
Just popping in
Joined: 10/15/2009
From:
Posts: 11
Re: EmEditor Professional v10 beta 2 (9.90.2)
dw7832:

Have you tried to copy the dictionary files to

c:\Users\<your user id>\AppData\Roaming\Emurasoft\EmEditor\Spell\

(use the appropriate <your user id> for your account)?
zhouzh2
Posted on: 3/23/2010 7:58 am
Just can't stay away
Joined: 7/27/2008
From:
Posts: 90
Re: EmEditor Professional v10 beta 2 (9.90.2)
Hello dear Yutaka
I have some problems here.
1. It seems that the theme's displaying mechanism has been changed. All my custom theme's "Current line" property is weird. The text color in the highlighted current line is black(although it should be white as the text color of the current line is set to Transparent). i.e. try the MinimalZen theme. Since the background color is dark black, this makes the text on Current line barely visible.
This problem exists on all custom themes on my machine. However, the themes that come with Emeditor function properly. So maybe this is not a bug and just a little tweak somewhere will fix it?

2. The macro's recording and playback when the sticky vertical mode is on are broken.
i.e. when sticky vertical mode is on, start recording. hold SHIFT press arrow DOWN, input something. ESC. stop recording. now undo your changes, put the cursor back to it's former position, run the macro. The macro will not input anything.

P.S. Is it possible for Emeditor's macro to remember(or to set) the edit properties of the document? such as Overwrite/Insert mode, or whether a switch to vertical mode should be done before executing the macro, since in different environment, a same macro might not behave the same.

Emeditor 10 beta 2. Windows 7 64bit EN.
(1) 2 »
Threaded | Oldest First Previous Topic | Next Topic | Top


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