Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterHi,
Please use EmEditor macros instead of command line options for such complicated tasks. The macros are much faster, easier to write, and easier to maintain.
Thanks!
February 22, 2012 at 6:16 pm in reply to: WIin2008 R2 X64 and Emeditor 11.0.4 32bit Add a shortcut to the context menu on Explorer #10062Yutaka Emura
KeymasterHi,
The Explorer context menu appears only when EmEditor (64-bit) is used with Windows (64-bit), or EmEditor (32-bit) with Windows (32-bit). The context menu does NOT appear when EmEditor (32-bit) is used with Windows (64-bit).
Thanks,
Yutaka Emura
KeymasterHello,
1: No, there is no such a command. You might want to press ALT + TAB to go back and forth between two EmEditor windows.
2: No.
If these (1 and 2) are what you need, I will consider adding these commands in future versions. Thank you!
February 21, 2012 at 6:24 pm in reply to: WIin2008 R2 X64 and Emeditor 11.0.4 32bit Add a shortcut to the context menu on Explorer #10054Yutaka Emura
KeymasterHello,
I am sorry, but I couldn’t understand what you mean. Is this a bug or suggestion? Please write more details. Thank you.
February 20, 2012 at 10:12 pm in reply to: [Outline] Tips of folded text remain while switched to other windows #10051Yutaka Emura
KeymasterHello,
I am looking into this issue now.
Thank you,
Yutaka Emura
KeymasterHi,
It might be convenience to include all these functions in EmEditor. However, you should be able to find an external object that includes those functions, and use the object using CreateObject function. Please see details at:
http://www.emeditor.com/help/macro/tutorial/tutorial_createobject.htm
Thank you!
Yutaka Emura
KeymasterHello,
I couldn’t reproduce this issue. Can you show me or send me a sample file? Can you write how the file was selected when you run this macro?
Thank you,
Yutaka Emura
KeymasterHello,
I already noticed the Properties to cause the resorting. I already fixed this code on my PC.
If you want me to include your HTML5 tag snippets, you can email me at [email protected] to consider inclusion. Or, you can submit your work at our library.
Thank you!
Yutaka Emura
KeymasterHello,
I will think about this feature in the future.
Thanks!
Yutaka Emura
KeymasterHi pja,
I will look into this issue.
Thank you!
February 15, 2012 at 6:55 pm in reply to: Visual screenshot of entire file syntax highlighted in gutter/margin… #10021Yutaka Emura
KeymasterHi Deipotent,
I might think about that in the future. Thank you!
Yutaka Emura
KeymasterHi yongfa365,
I will look into this issue.
Thanks!
Yutaka Emura
KeymasterHi ToadLoadin,
Currently, this is the specification. If the Line Comment character appear in the middle of a line, then the highlight will be turn off. This is because of optimization.
Thank you,
Yutaka Emura
KeymasterHello,
/r is the read-only mode switch. Please see the Help or
http://www.emeditor.com/help/howto/file/file_commandline.htm
Thanks,
Yutaka Emura
KeymasterHello,
The only way is to open from Explorer plug-in, right-click on files you want to open, and then select “Open as Read-only”.
Thanks!
Yutaka Emura
KeymasterHello,
I am trying to add that Ctrl+C/V feature on the Snippets tree.
Thank you,
Yutaka Emura
KeymasterHi Stefan,
You can actually export only one item by right-clicking the item you want export, and select “Export this folder”. I will rename the title of this command to “Export this folder/item”.
Thank you!
Yutaka Emura
KeymasterHi dmitryl,
Please use the latest version – v11.0.5 to make sure this is not the issue of the previous version. If you still have the issue with the latest version, you might need to check the External Tool properties because I can’t reproduce your issue. Please describe more details : Which options did you select in the External Tool properties… so that I can reproduce the issue here. Thanks!
Yutaka Emura
KeymasterHi dmitryl,
Please always use the latest version of EmEditor Professional — currently v11.0.5.
This “Do you want to terminate the current tool job?” message appears because the previous external tool job has not been finished before you try to start the next external tool job. It is a good idea to properly finish the job before you start the new job.
If you can’t finish the previous job, you can disable this message by adding the following registry key:
HKEY_CURRENT_USERSoftwareEmSoftEmEditor v3Common
PromptTerminateJob
REG_DWORD: 0
Thank you!
Yutaka Emura
KeymasterHi Banita,
You can use the Outline plug-in (included in the default install with EmEditor Professional) to show the list of functions, although all the files have to be included in a project, and the project has to be opened before you can show the list of functions.
Thanks,
Yutaka Emura
KeymasterHi,
If you don’t check the “Close on Exit” check box, the output bar should remain open with the standard output string.
Thanks,
Yutaka Emura
KeymasterHello,
You could actually record a macro while doing the batch replace.
The actual script will look like:
document.selection.Replace("a","b",eeFindNext | eeFindSaveHistory | eeFindReplaceEscSeq | eeReplaceAll | eeFindReplaceQuiet);
document.selection.Replace("c","d",eeFindNext | eeFindSaveHistory | eeFindReplaceEscSeq | eeReplaceAll | eeFindReplaceQuiet);
...
Thanks,
Yutaka Emura
KeymasterI see. This DLL was built by oCameLo, so I don’t have a source code for this, unfortunately.
Thanks,
February 7, 2012 at 4:29 pm in reply to: Suggest to display the string length when highlighted #9970Yutaka Emura
KeymasterHi Arthur,
You can customize which items you want to show in the Status Bar. Please go to Customize on the Tools menu, click the Status tab, and check “Number of Characters”. For the screenshot, please see:
http://images.emeditor.com/v11_customize_status.png
Thank you,
Yutaka Emura
KeymasterStefan,
I am sorry I didn’t respond to you. I don’t usually respond to all suggestions in the Suggestion forum. I certainly would like to add these new commands (Collapse this folder and Expand this folder) and other suggestions you posted. Please let me know again if new features didn’t show up when the new major beta version becomes available.
Thank you!
- AuthorPosts