Forum Replies Created

Viewing 25 posts - 1,776 through 1,800 (of 3,693 total)
  • Author
    Posts
  • in reply to: Record macros not include eeFindReplaceOpenDoc #10018
    Yutaka Emura
    Keymaster

    Hi yongfa365,

    I will look into this issue.

    Thanks!

    in reply to: Need help on setting syntax highlight with RegEx #10017
    Yutaka Emura
    Keymaster

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

    in reply to: Opening the files READ-ONLY by default #10006
    Yutaka Emura
    Keymaster

    Hello,

    /r is the read-only mode switch. Please see the Help or

    http://www.emeditor.com/help/howto/file/file_commandline.htm

    Thanks,

    in reply to: Opening the files READ-ONLY by default #9993
    Yutaka Emura
    Keymaster

    Hello,

    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!

    in reply to: Snippet: export to / import from ClipBoard #9990
    Yutaka Emura
    Keymaster

    Hello,

    I am trying to add that Ctrl+C/V feature on the Snippets tree.

    Thank you,

    in reply to: Snippet: allow to export an single item only #9987
    Yutaka Emura
    Keymaster

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

    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!

Viewing 25 posts - 1,776 through 1,800 (of 3,693 total)