Forum Replies Created
- AuthorPosts
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!
Yutaka Emura
KeymasterHi yongfa365,
I don’t know why, but your old translations are also different from mine. You might have used a different translation?
Yutaka Emura
KeymasterHello dmitryl,
The standard output always outputs to the Output Bar if the “Use Output Bar” check box is set.
Thanks,
Yutaka Emura
KeymasterHi,
No. This is an alphabetical order.
Thanks,
Yutaka Emura
KeymasterHi,
You should click the “Tray Icon” under the “Program Shortcuts and Association” when you select “Custom” during the Setup.
Thanks,
Yutaka Emura
KeymasterHi,
Please select set more than 1 to “Additional Lines to Search for Regular Expressions” in the Search tab of Customize dialog box.
Thanks,
Yutaka Emura
KeymasterHi mguttman,
I would like to implement that way too. Thanks!
Yutaka Emura
KeymasterHi,
Please go to the Customize dialog > Status tab, and you can show the word count, character count, and the number of lines in the status bar.
Thanks,
Yutaka Emura
KeymasterHi user,
Unfortunately, it is not easy to create a button from a batch you create from the Batch Replace feature. I might think about exporting as a macro from the Batch Replace dialog in future versions. Thanks!
Yutaka Emura
KeymasterHi dindog,
Again, I will try to find an easy way to see the scope of the braces. Thanks!
Yutaka Emura
KeymasterHi dindog,
I really would like to add this feature in the future major version. Thanks!
Yutaka Emura
KeymasterHi dindog,
I will consider limiting the length in future versions.
Thanks!
- AuthorPosts