Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterPlease 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.
Yutaka Emura
KeymasterYou can use:
(?<!\[)test(?!\])
(?!pattern)
Negative Lookahead
(?<!pattern)
Negative LookbehindYutaka Emura
KeymasterIt will be remembered if you press ENTER or click the Refresh button on the Filter toolbar if the Incremental button is pressed.
May 19, 2023 at 8:32 am in reply to: Batch replace with linked file matching only full text in left column #29252Yutaka Emura
KeymasterIs 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.
Yutaka Emura
KeymasterI 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,
Yutaka Emura
KeymasterIf you know how to batch replace using linked file, you can do pretty much the same way with Filter. Please see:
Yutaka Emura
Keymasterv22.3.907 addressed this issue. It also improved the speed of Find in Files while improving the response time when you cancel.
Yutaka Emura
KeymasterPlease click the > button next to the Replace with drop-down list box in the Replace dialog box, then select Swap Find and Replace Strings.
Yutaka Emura
KeymasterI 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.
Yutaka Emura
KeymasterHello
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.
Yutaka Emura
Keymasterv22.2.910 addresses this issue. Cherry-picking multiple selections will not be copied as vertical selection anymore.
Yutaka Emura
KeymasterThe WebPreview plug-in can preview Markdown files on v22.2.909 or later.
Yutaka Emura
KeymasterI 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.
Yutaka Emura
KeymasterThe 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.Yutaka Emura
KeymasterHello,
Running a macro:
document.Saved = true;
will turn this yellow to green if this is acceptable.
Yutaka Emura
KeymasterThis issue was fixed on v22.1.920. Thank you.
Yutaka Emura
KeymasterThis issue was fixed on v22.1.913. Thank you.
Yutaka Emura
KeymasterI 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.
Yutaka Emura
KeymasterAre you using the same sample text? If not, please write a sample text.
January 3, 2023 at 12:17 pm in reply to: Convert/Capitalize option ignores delimiter characters #29122Yutaka Emura
KeymasterThis issue has been fixed on v22.1.907. Thank you.
Yutaka Emura
KeymasterThis first issue has been fixed on v22.1.907. Thank you.
Yutaka Emura
KeymasterPlease 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.Yutaka Emura
KeymasterHello,
Can you please write when the flashes occur? Please write a procedure to reproduce the issue.
Thank you,Yutaka Emura
KeymasterWe’ve just released v22.0.901.
– Added the Sort/Remove Duplicate split strings in Selection, Sort Columns, and Manage Columns command.
Yutaka Emura
KeymasterIs the Fast Binary Comparison option on?
- AuthorPosts