Forum Replies Created
- AuthorPosts
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!
Yutaka Emura
KeymasterThis screenshot is an example of using standard input and output for the tidy.exe program:
http://www.emeditor.com/images/emeditor9_tool_prop_e.png
(in the “New External Tools” section of the EmEditor Professional 9 feature page: http://www.emeditor.com/modules/feature1/rewrite/tc_35.html )
The standard input/output is used only if the external program supports standard input/output. Most Windows programs don’t utilize standard input/output, but console programs (most programs run from the Command Prompt window) may use standard input/output. You can get more information by searching the Internet with “standard input or output”.
Thanks!
Yutaka Emura
KeymasterHi ToadLoadin,
Thanks for your comments! I wish so, too!
Yutaka Emura
KeymasterHi dmitryl,
What do you mean by “side-bar”? The Projects plug-in is already displayed as side-bar. Thanks,
Yutaka Emura
KeymasterHi dmitryl,
No, you can’t place toolbars on the bottom of the editor.
Yutaka Emura
KeymasterHi user,
As ToadLoadin mentioned, you can use a macro to do this.
Also, you can use the Batch Replace feature of EmEditor Professional 11 to do this task easily.
http://www.emeditor.com/modules/feature1/rewrite/tc_39.html#batch_replace
Thanks!
Yutaka Emura
KeymasterHi dmitryl,
Please check your profile page (Edit Account) on the right side bar of this web page. Please check “Notification Method” drop-down list box.
Thanks,
- AuthorPosts