Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterHello Matthias,
I reproduced your issue, and I will try to fix this issue.
Thanks!Yutaka Emura
KeymasterHello Flint,
It wasn’t incompatibility issue. There was a bug in recent RC versions that erases workspace data. The bug exists at least both on RC 12 and RC 13. I will fix this bug on RC 14.
Thank you for finding this bug!
Yutaka Emura
KeymasterHello Matthias,
Thank you for using EmEditor Professional!
How do you specify Outline settings for Python? Please check the Properties of Outline plug-in.
Yutaka Emura
KeymasterHello Flint,
Thank you for using EmEditor Professional RC!
Right, v10 workspace is not compatible with v9 workspace. I am sorry for any inconveniences.
Please let me know if you have further questions.
Yutaka Emura
KeymasterHello emuser1,
If the Automatic workspace is “Load Only” should only restore the workspace. It won’t save a workspace at any time. Does this answer your question?
Yutaka Emura
KeymasterHello Derek,
Thank you for using EmEditor Professional!
Some commands (like Close command) work differently depending on where the focus is. To avoid this problem, you can first run “Active Pane” command to keep the focus from custom bars. So, please try adding the following line before the top of your macro.
editor.ExecuteCommandByID(4409);
Therefore, your “Close All” macro will become:
editor.ExecuteCommandByID(4409);
editor.ExecuteCommandByID(4384);
editor.ExecuteCommandByID(4117);
If you have further questions, please let me know.
Thank you!Yutaka Emura
KeymasterHello abre,
Thank you for trying EmEditor Professional!
You can use Zen-coding macros and snippet
http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=18&lid=281
to do the similar thing. Balance Tag (CTRL+SHIFT+D) will do this for you. Other than that, I don’t think there is an easy way to highlight, but this is definitely something I want to enhance in future versions.Please let me know if you have further questions.
Thanks for your input!Yutaka Emura
KeymasterHello Klortho,
I am sorry, but this is something that has to be address in major upgrade. I can’t support between minor upgrades. I might consider that in future major versions. Thanks!
Yutaka Emura
KeymasterThanks for trying EmEditor Professional v10 RC.
This will be fixed in RC 9.
Thank you!May 28, 2010 at 5:49 am in reply to: Outline plugin should choose level according to value set for "Tab columns" #8547Yutaka Emura
KeymasterHello frode,
Thank you for using EmEditor Professional!
I understand, and I might consider that in the future versions.
Thanks!
Yutaka Emura
KeymasterHello TransUA,
You can write a macro to do this editing, but it is not very easy.
You will need to write several lines of JavaScript code that manipulates strings and make loop to write manipulated strings.Please let me know if you have specific questions about macros.
Thank you,Yutaka Emura
KeymasterHello tungwaiyip,
I realize it is very obscure. I might change that button design in the future. Thanks!
May 28, 2010 at 1:30 am in reply to: How to search and count the occurence certain string in a file? #8544Yutaka Emura
KeymasterHello tungwaiyip,
In EmEditor Professional v10, there is a new check box called “Count Matches”.
Also, in v8 or later, you can use the “Word Count” plug-in to count any words that match regular expressions.
Please let me know if you have further questions. Thanks!
May 25, 2010 at 10:24 pm in reply to: EmEditor Professional v10 RC 1 (9.90.10) – new key required #8537Yutaka Emura
KeymasterHello roblumba,
I removed older versions. Please download the latest version available in this forum. Currently, RC 8.
Thank you.
Yutaka Emura
KeymasterHello derekcohen,
Unfortunately, there is no direct command to close all documents and bring up a new untitled document.
However, you can use this macro to do this:
editor.ExecuteCommandByID(4384);
editor.ExecuteCommandByID(4117);Please let me know if you have further questions. Thank you!
Yutaka Emura
KeymasterHello Flint,
I haven’t seen the difference in speed between the updater download and the direct link. That is strange… I hope it happened only once.
I noticed the icon is missing, and I will let the developer of the installer company know this bug.
Thank you,
Yutaka Emura
KeymasterHello derekcohen,
Thank you for using EmEditor Professional!
To add the comment by ToadLoadin, the files of which you want to save the bookmarks must be within the recently used files. You might want to increase “Number of Recent Files” in the History tab of the Customize dialog box.
Please let me know if you have further questions. Thank you,
May 25, 2010 at 4:32 pm in reply to: EmEditor Professional v10 RC 1 (9.90.10) – new key required #8530Yutaka Emura
KeymasterHello ADT,
Thanks for using EmEditor Professional!
If I understand your question correctly, “HTML Tidy” might work best for you. An example as to how you configure an external tool, please see the EmEditor Professional 9 feature page or http://www.emeditor.com/images/emeditor9_tool_prop_e.png
Please let me know if you have further questions. Thank you!
May 25, 2010 at 6:28 am in reply to: EmEditor Professional v10 RC 7 (9.90.16) – v10 key required #8518Yutaka Emura
KeymasterHello tungwaiyip,
It should be very soon…
Thanks!
Yutaka Emura
KeymasterHello derekcohen,
Yes, it is included in v10 RC.
Yutaka Emura
KeymasterHi ZoNi,
There is no “portable” version of EmEditor Free v6.00.4. I don’t know how you did it, but it is not supported by Emurasoft. Please refrain from letting others use that software. The official EmEditor Free is available in our website at http://www.emeditor.com/modules/download2/rewrite/tc_5.html
May 24, 2010 at 5:21 pm in reply to: EmEditor Professional v10 RC 1 (9.90.10) – new key required #8511Yutaka Emura
KeymasterHi Maria,
I made the True Color work on Windows 2000 SP4 on the next version of v10 (RC 8). Although the toolbar on Windows 2000 may not look exactly same as the toolbar with the true alpha layer on Windows XP+, most people won’t see the difference. Please try when it becomes available.
Thank you,
Yutaka Emura
KeymasterHello Derek,
You can’t drag a tab to add the file to a project, but you can drag the EmEditor icon on the left top corner of the EmEditor window to the project.
On the next RC version of EmEditor v10, I will correct the behavior of the tab icon.
Thanks for your input!
May 23, 2010 at 7:10 pm in reply to: EmEditor Professional v10 RC 1 (9.90.10) – new key required #8502Yutaka Emura
KeymasterMaria,
I am sorry we didn’t support true color. We support Windows 2000 SP4, but that is when you use 16 color mode. True color is not supported on Windows 2000. Please continue using EmEditor with 16 color mode.
If you have further questions, please let me know.
Thank you,
Yutaka Emura
KeymasterHi ginger,
I am not sure exactly what you would like to do, but you can add “aaa” and “bbb” in the Highlight (1) tab of configuration properties, and specify different colors.
Please let me know if you have further questions.
Thank you,- AuthorPosts