Forum Replies Created

Viewing 25 posts - 1,751 through 1,775 (of 3,662 total)
  • Author
    Posts
  • in reply to: -= Output Panel =- #9986
    Yutaka Emura
    Keymaster

    Hi 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!

    in reply to: -= Output Panel =- #9983
    Yutaka Emura
    Keymaster

    Hi 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!

    in reply to: function list plugin #9982
    Yutaka Emura
    Keymaster

    Hi 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,

    in reply to: -= Output Panel =- #9975
    Yutaka Emura
    Keymaster

    Hi,

    If you don’t check the “Close on Exit” check box, the output bar should remain open with the standard output string.

    Thanks,

    in reply to: convert special characters to english characters #9973
    Yutaka Emura
    Keymaster

    Hello,

    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,

    in reply to: about 11.0.4 Regex "n+" #9972
    Yutaka Emura
    Keymaster

    I see. This DLL was built by oCameLo, so I don’t have a source code for this, unfortunately.

    Thanks,

    in reply to: Suggest to display the string length when highlighted #9970
    Yutaka Emura
    Keymaster

    Hi 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,

    in reply to: Snippet: Expand / Collapse Folder #9966
    Yutaka Emura
    Keymaster

    Stefan,

    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!

    in reply to: about 11.0.4 Regex "n+" #9964
    Yutaka Emura
    Keymaster

    Hi yongfa365,

    I don’t know why, but your old translations are also different from mine. You might have used a different translation?

    in reply to: -= Output Panel =- #9963
    Yutaka Emura
    Keymaster

    Hello dmitryl,

    The standard output always outputs to the Output Bar if the “Use Output Bar” check box is set.

    Thanks,

    in reply to: -= Projects Plug-in =- #9958
    Yutaka Emura
    Keymaster

    Hi,

    No. This is an alphabetical order.

    Thanks,

    in reply to: Upgrading resets "Customize" settings. #9957
    Yutaka Emura
    Keymaster

    Hi,

    You should click the “Tray Icon” under the “Program Shortcuts and Association” when you select “Custom” during the Setup.

    Thanks,

    in reply to: about 11.0.4 Regex "n+" #9956
    Yutaka Emura
    Keymaster

    Hi,

    Please select set more than 1 to “Additional Lines to Search for Regular Expressions” in the Search tab of Customize dialog box.

    Thanks,

    in reply to: Feature request: HTML paired tags highlight #9948
    Yutaka Emura
    Keymaster

    Hi mguttman,

    I would like to implement that way too. Thanks!

    in reply to: characters and lines in selected text #9947
    Yutaka Emura
    Keymaster

    Hi,

    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,

    in reply to: convert special characters to english characters #9942
    Yutaka Emura
    Keymaster

    Hi 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!

    in reply to: Feature request: jump out of the brace scope #9941
    Yutaka Emura
    Keymaster

    Hi dindog,

    Again, I will try to find an easy way to see the scope of the braces. Thanks!

    in reply to: Feature request: HTML paired tags highlight #9940
    Yutaka Emura
    Keymaster

    Hi dindog,

    I really would like to add this feature in the future major version. Thanks!

    in reply to: restrict length of auto-complete words #9938
    Yutaka Emura
    Keymaster

    Hi dindog,

    I will consider limiting the length in future versions.

    Thanks!

    in reply to: -= Output Panel =- #9937
    Yutaka Emura
    Keymaster

    This 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!

    in reply to: Nice to see changes happen in forum #9936
    Yutaka Emura
    Keymaster

    Hi ToadLoadin,

    Thanks for your comments! I wish so, too!

    in reply to: -= Projects Plug-in =- #9935
    Yutaka Emura
    Keymaster

    Hi dmitryl,

    What do you mean by “side-bar”? The Projects plug-in is already displayed as side-bar. Thanks,

    in reply to: -= Toolbars Placement =- #9934
    Yutaka Emura
    Keymaster

    Hi dmitryl,

    No, you can’t place toolbars on the bottom of the editor.

    in reply to: convert special characters to english characters #9933
    Yutaka Emura
    Keymaster

    Hi 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!

    in reply to: -= Email Forwarding =- (Forum related) #9932
    Yutaka Emura
    Keymaster

    Hi 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,

Viewing 25 posts - 1,751 through 1,775 (of 3,662 total)