Forum Replies Created

Viewing 25 posts - 2,026 through 2,050 (of 3,693 total)
  • Author
    Posts
  • in reply to: Problems with .eetheme Files (Suggestion & Bug) #9159
    Yutaka Emura
    Keymaster

    I will work on these issues on the next major version.
    Thank you!

    Yutaka Emura
    Keymaster

    Currently, EmEditor doesn’t support Find in Files in very large files. It should display “…: failed to open” message, and continues to the next file.

    However, I have just found one bug. I will fix this on the next minor version.

    Thank you,

    in reply to: How to make replaced text automatically selected #9134
    Yutaka Emura
    Keymaster

    Hi snovic,

    Unfortunately, the macro recorder can only record keyboard activities in the editor. It can record mouse activities toward other applications, but it won’t record mouse activities within EmEditor.

    To delete selected text,

    document.selection.Delete();

    is the macro you need.

    Please let me know if you have further questions.

    Thank you,

    in reply to: How to make replaced text automatically selected #9132
    Yutaka Emura
    Keymaster

    Hi snovic,

    eeFindSaveHistory is a new flag introduced on new version of EmEditor. I recommend you use the latest version of EmEditor, currently v10. If you need to use an old version, please remove “eeFindSaveHistory | ” from the macro.

    Thank you,

    in reply to: How to make replaced text automatically selected #9128
    Yutaka Emura
    Keymaster

    Hi snovic,

    You shouldn’t use the macro recorder when you use my macro.
    Please open a new file, paste the above macro, and save it as “a.jsee”.
    Please select “Select…” on the Macros menu to select this macro (a.jsee).
    Then open a .xsb file, and click “Run Macro a.jsee” on the Toolbar.
    I hope this helps.

    in reply to: Syntax Hilighting (Regex) Oddity? #9126
    Yutaka Emura
    Keymaster

    Hi CrashNBurn,

    I reproduced this issue. If you uncheck “Double Quotation Marks” on the Highlight (2) tab of configuration properties, you won’t see this behavior. Currently, this is a specification, but I might consider improving the behavior in future versions. Thanks for your inputs!

    in reply to: EmEditor as front end #9125
    Yutaka Emura
    Keymaster

    Hello qjunkim,

    I am sorry, but I don’t know about the front-end of R. I would be glad to help you if you can show me an easy example.

    Thank you!

    in reply to: can't install M's TeX Helper 2 English package #9124
    Yutaka Emura
    Keymaster

    I am sorry, but I don’t know about M’s TeX plug-in. You might want to email the author of the plug-in directly. Thank you!

    in reply to: bookmarks #9123
    Yutaka Emura
    Keymaster

    I made a macro for you. NextBookmark() method will return false if EmEditor can’t find the next bookmark in the document.

    bFound = document.selection.NextBookmark();
    if( !bFound ){
    document.selection.StartOfDocument(false);
    document.selection.NextBookmark();
    }

    in reply to: How to make replaced text automatically selected #9122
    Yutaka Emura
    Keymaster

    I made a macro for you. Please let me know if you have any questions. Thank you!


    document.selection.StartOfDocument(false);
    document.selection.Find("^s*?<L>.*?</L>",eeFindNext | eeFindSaveHistory | eeFindAround | eeFindReplaceRegExp);
    document.selection.CharLeft(false,1);
    document.selection.StartOfDocument(true);
    document.selection.Delete(1);
    document.selection.EndOfDocument(false);
    document.selection.Find("<L>.*?</L>s*?$",eeFindPrevious | eeFindSaveHistory | eeFindAround | eeFindReplaceRegExp);
    document.selection.CharRight(false,2);
    document.selection.EndOfDocument(true);
    document.selection.Delete(1);
    document.selection.Replace("^s*?<L>(.*?)</L>s*?$","1",eeFindNext | eeFindSaveHistory | eeReplaceAll | eeFindReplaceRegExp);

    Yutaka Emura
    Keymaster

    Hi CrashNBurn,

    I will consider that feature in future versions
    Thanks!

    in reply to: bookmarks #9116
    Yutaka Emura
    Keymaster

    Hello CrashNBurn,

    I see. Then you will need to write a macro so that EmEditor will go to the beginning of document when it reaches to the end of document.

    Thank you!

    in reply to: bookmarks #9113
    Yutaka Emura
    Keymaster

    Hello Derek,

    You might want to assign F2 as “Next Bookmark in This Document” command. You can change keyboard assignments from the Keymap on the Help menu.

    Thank you,

    in reply to: line comment #9105
    Yutaka Emura
    Keymaster

    Hi Steven,

    No, but you can use Highlight (1) tab of configuration properties, and check “Highlight Right Side” or “Highlight Right All” to show the similar effect.

    Thank you,

    in reply to: highlight words #9100
    Yutaka Emura
    Keymaster

    Steven,

    The only way I can think of is to disable the highlight of quoted strings.

    Thanks,

    in reply to: Bug: No Menu and no toolbars shown #9098
    Yutaka Emura
    Keymaster

    Hello owilsky,

    I reproduced this issue. I have already fixed this bug on my PC, so it will be fixed on the next version.

    Thank you!

    in reply to: Use Tab for WordComplete instead of Enter #9095
    Yutaka Emura
    Keymaster

    Please right-click on Word Complete button on the Plug-ins toolbar. This brings up the Word Complete Properties. click “Properties” button, then select Keyboard tab.

    Please let me know if you have further questions. Thank you!

    in reply to: Posted by mistake as separate thread – please delete #9093
    Yutaka Emura
    Keymaster

    Hello Deipotent,

    I might consider those options in future versions.
    Thank you,

    in reply to: Bug: No Menu and no toolbars shown #9092
    Yutaka Emura
    Keymaster

    Hi owilsky,

    I can’t reproduce the issue. Can you please send me your settings (after zipped) to [email protected]? Then please write the detail procedure to reproduce the issue, the file name used, how to open the file, etc.

    Thank you!

    in reply to: About Chinese translate #9083
    Yutaka Emura
    Keymaster

    I couldn’t find emails with your name oCameLo. Did you translate v10 already? Can you please send me again? When you send me email, please identify yourself as oCameLo.

    Thank you!

    in reply to: Buy EmEditor from Emurasoft directly paying with Euros? #9079
    Yutaka Emura
    Keymaster

    I am sorry, but I can’t help with VAT. You will have to pay VAT if you buy from Europe.

    in reply to: question anbou files comparision #9076
    Yutaka Emura
    Keymaster

    Hi banita,

    I am sorry, but there is no good way to copy a part of differences. You can simply select the place you want to copy, and paste to the destination file.

    in reply to: Buy EmEditor from Emurasoft directly paying with Euros? #9075
    Yutaka Emura
    Keymaster

    It shouldn’t be so high. Share-it converts currency according to the foreign exchange rate of the day you order. It won’t add any fees just because you use a different currency. When I tested today, a license costs only EUR 31.81. You can remove “Extended Download” from your cart because you don’t need it.
    Can you please try again?

    Thank you,

    in reply to: emed64_updates.aiu #9071
    Yutaka Emura
    Keymaster

    Hi,

    Are you using the latest version of EmEditor — currently 10.0.4?

    Please select Customize Update Checker on the Help menu, and which folder is specified for the Downloads Folder?
    Does this folder exist?

    Thanks!

    in reply to: Outline on/off hotkey without bar #9070
    Yutaka Emura
    Keymaster

    Hello QiaoJiao,

    You cannot toggle outline if the “Turn off Outline Guide when Custom Bar is not displayed” checkbox is not checked.

    Thanks!

Viewing 25 posts - 2,026 through 2,050 (of 3,693 total)