Forum Replies Created
- AuthorPosts
- Yutaka EmuraKeymaster
Line wrapping is disabled for CSV modes and very large files. This is necessary to make EmEditor work smoothly and fast.
June 30, 2023 at 2:49 pm in reply to: Assistance Needed with Macro Script in Emeditor Software #29293Yutaka EmuraKeymasterCan you please post a screenshot of the issue? If you can’t post a screenshot, please email me the screenshot.
Thanks,
Yutaka EmuraKeymasterBy default, F2 is assigned to the Edit Cell (Cell Selection Mode Only) command. Since this is one of the Cell Selection Mode only commands, it may not be shown in the “Currently Assigned to” command in the Keyboard page of configuration properties. Please select “Edit Cell (Cell Selection Mode Only)” from the Commands drop-down list box while the “CSV” category is selected, and delete the F2 key if shown in the Current Keys list.
Yutaka EmuraKeymasterI’ve reproduced these issues, and will fix them on the next version. Thank you!
Yutaka EmuraKeymasterPlease 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 EmuraKeymasterYou can use:
(?<!\[)test(?!\])
(?!pattern)
Negative Lookahead
(?<!pattern)
Negative LookbehindYutaka EmuraKeymasterIt 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 EmuraKeymasterIs 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 EmuraKeymasterI 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 EmuraKeymasterIf you know how to batch replace using linked file, you can do pretty much the same way with Filter. Please see:
Yutaka EmuraKeymasterv22.3.907 addressed this issue. It also improved the speed of Find in Files while improving the response time when you cancel.
Yutaka EmuraKeymasterPlease 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 EmuraKeymasterI 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 EmuraKeymasterHello
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 EmuraKeymasterv22.2.910 addresses this issue. Cherry-picking multiple selections will not be copied as vertical selection anymore.
Yutaka EmuraKeymasterThe WebPreview plug-in can preview Markdown files on v22.2.909 or later.
Yutaka EmuraKeymasterI 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 EmuraKeymasterThe 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 EmuraKeymasterHello,
Running a macro:
document.Saved = true;
will turn this yellow to green if this is acceptable.
Yutaka EmuraKeymasterThis issue was fixed on v22.1.920. Thank you.
Yutaka EmuraKeymasterThis issue was fixed on v22.1.913. Thank you.
Yutaka EmuraKeymasterI 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 EmuraKeymasterAre 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 EmuraKeymasterThis issue has been fixed on v22.1.907. Thank you.
Yutaka EmuraKeymasterThis first issue has been fixed on v22.1.907. Thank you.
- AuthorPosts