Forum Replies Created

Viewing 25 posts - 76 through 100 (of 3,679 total)
  • Author
    Posts
  • in reply to: Filter dropdown list settings #29279
    Yutaka Emura
    Keymaster

    Please press ENTER if you want to have entered strings remembered while the Incremental button is on. I don’t think it is such a big issue.

    To remove a single entry from the filter and other Find drop-down list, you can press ALT + DELETE while the drop-down list is open and an item is selected. If you want to remove all items, you can continue doing this for all items, or select the History page of the Customize dialog, and click Clear History Now button.

    in reply to: Ignore text in double brackets with batch replacement #29269
    Yutaka Emura
    Keymaster

    You can use:

    
    (?<!\[)test(?!\])
    

    (?!pattern) Negative Lookahead
    (?<!pattern) Negative Lookbehind

    in reply to: Filter dropdown list settings #29268
    Yutaka Emura
    Keymaster

    It will be remembered if you press ENTER or click the Refresh button on the Filter toolbar if the Incremental button is pressed.

    Yutaka Emura
    Keymaster

    Is it Batch Replace or Batch Replace in Files?

    In linked files, [tab] means a separator between find and replace strings. What exactly is “\t[tab]”? Please send me all sample files (after zipped) and procedure to reproduce the issue so that I can test your case on my computer. Please contact us if you don’t know where to send your files.

    in reply to: Go to next changed line after Find/Replace #29251
    Yutaka Emura
    Keymaster

    I am not exactly sure if I understand your question, but can you try the Highlight Strings Replaced After Replace in Files option in the Search page of the Customize dialog box?

    If this doesn’t work for you, please write a procedure to reproduce the issue. You can also send me screenshots to explain the issue.

    Thank you,

    in reply to: Go to next changed line after Find/Replace #29249
    Yutaka Emura
    Keymaster

    If you know how to batch replace using linked file, you can do pretty much the same way with Filter. Please see:

    https://youtu.be/fBXL0LIuZiU

    in reply to: Bug find in files #29222
    Yutaka Emura
    Keymaster

    v22.3.907 addressed this issue. It also improved the speed of Find in Files while improving the response time when you cancel.

    in reply to: Find / Replace swap #29221
    Yutaka Emura
    Keymaster

    Please click the > button next to the Replace with drop-down list box in the Replace dialog box, then select Swap Find and Replace Strings.

    in reply to: Paste from multiple selection overwrites text #29218
    Yutaka Emura
    Keymaster

    I further changed this behavior on v22.3.905. The new version pastes as box if the clipboard text contains newlines and the current selection mode is multi-selection.

    in reply to: EmEditor Outline Guide – appearance thereof #29213
    Yutaka Emura
    Keymaster

    Hello

    In the Display page of configuration properties, you can select “Outline” in the “Specify Part” list, and set the text color for this item. I hope this helps.

    in reply to: Paste from multiple selection overwrites text #29167
    Yutaka Emura
    Keymaster

    v22.2.910 addresses this issue. Cherry-picking multiple selections will not be copied as vertical selection anymore.

    in reply to: Markdown previewer #29166
    Yutaka Emura
    Keymaster

    The WebPreview plug-in can preview Markdown files on v22.2.909 or later.

    in reply to: Bug find in files #29158
    Yutaka Emura
    Keymaster

    I think 20 seconds is within the range of acceptable cancelling time without sacrificing the speed. If you need faster cancellation, please answer all my other questions. Thank you.

    in reply to: Bug find in files #29155
    Yutaka Emura
    Keymaster

    The more frequently EmEditor checks the user input, the slower EmEditor becomes.
    To reproduce the issue, how big is a typical file? How many lines in the file, and how many files in a folder?
    What is the search string and options (regex or not)?
    How many seconds or minutes do you have to wait?
    Do you search a local hard drive, SSD, or network drive?
    Please also make sure that your hard drive is healthy by using “chkdsk” command.

    in reply to: Clear marker for unsaved text…. #29152
    Yutaka Emura
    Keymaster

    Hello,

    Running a macro:

    document.Saved = true;

    will turn this yellow to green if this is acceptable.

    in reply to: Vertical Scroll Problem #29144
    Yutaka Emura
    Keymaster

    This issue was fixed on v22.1.920. Thank you.

    in reply to: “Check Spelling” ignores delimiter characters #29132
    Yutaka Emura
    Keymaster

    This issue was fixed on v22.1.913. Thank you.

    in reply to: Detect separator automatically not detecting #29126
    Yutaka Emura
    Keymaster

    I couldn’t reproduce the issue. Are you sure you selected only the sample text, and no other characters were selected? If any other symbols or control characters are selected, the auto detection will not occur.

    in reply to: Detect separator automatically not detecting #29124
    Yutaka Emura
    Keymaster

    Are you using the same sample text? If not, please write a sample text.

    in reply to: Convert/Capitalize option ignores delimiter characters #29122
    Yutaka Emura
    Keymaster

    This issue has been fixed on v22.1.907. Thank you.

    in reply to: Detect separator automatically not detecting #29121
    Yutaka Emura
    Keymaster

    This first issue has been fixed on v22.1.907. Thank you.

    in reply to: In EmEditor, how to do date and time calculation? #29090
    Yutaka Emura
    Keymaster

    Please write an example to each of your question (1 and 2) so that it will be easier to write an answer.

    As for Time calculation, Scenario 1, If you want to add 5.50 seconds to each time in your example, you can open the Replace dialog box, and enter:

    Find:
    (\d\d):(\d\d)\.(\d\d)

    Replace with:
    \J nAdd=550; n=parseInt("\1")*6000+parseInt("\2")*100+parseInt("\3")+nAdd; s=("0000"+(n % 6000)).substr(-4); ("00"+parseInt(n/6000)).substr(-2)+":"+s.substr(0,2)+"."+s.substr(2);

    and make sure the Regular Expressions option is turned on.

    You can replace nAdd=550 with the actual time you want to add in 10 milliseconds.

    in reply to: Display errors (flashes) in the search bar #29084
    Yutaka Emura
    Keymaster

    Hello,
    Can you please write when the flashes occur? Please write a procedure to reproduce the issue.
    Thank you,

    in reply to: Sort left to right #28925
    Yutaka Emura
    Keymaster

    We’ve just released v22.0.901.

    – Added the Sort/Remove Duplicate split strings in Selection, Sort Columns, and Manage Columns command.

    in reply to: Sort capitals first #28814
    Yutaka Emura
    Keymaster

    Is the Fast Binary Comparison option on?

Viewing 25 posts - 76 through 100 (of 3,679 total)