Forum Replies Created
-
AuthorPosts
-
December 4, 2019 at 4:38 pm in reply to: Is it possible to add a description column in the batch replace window? #26437
David
ParticipantYes, You said is what I mean.
In fact, I want to post an image to show. But I find the function of this community is different from before. I try to use html tags but it’s not allowed to submit the post.
December 4, 2019 at 4:34 pm in reply to: Software Wish – Improve the function “Combine documents into a single file” #26436David
ParticipantYes, agree with you, we can use “COPY *.txt file3.txt” to do that. The challange is: if tens of files will be combined, the file order is a problem. In Emeditor, there’re UP and DOWN button available, we can move up or move down as requirements. But “COPY *.txt file3.txt” will do by default order (I guess it is according to alphanumber ascending of file name).
Of course, we can use “COPY file3.txt + file1.txt+file9.txt file3.txt……”, but we need more efforts.December 3, 2019 at 5:53 pm in reply to: Is it possible to add a description column in the batch replace window? #26431David
ParticipantYes, I also need this feature. More and more search criteria are added and it’s easy to forget the usage.
I also wish there’s a cloumn to show “row number” ,such as 1,2,3……second column is description.David
ParticipantYes, I tried another few websites. Some of them worked under IE 11 but didn’t work under Chrome (perhaps because of blocking from my Chrome plug-in). Some websites can be “Grabed” and others can’t . I don’t know how to identify them and have to test .
Wish this function can be used at more websites and more positions in future version.David
ParticipantGo to “properties for current configuration” and activate the wanted brackets, such as (),[],{}………
In Editor,place the cursor at the first backet and press Ctrl+Shift+] to select the string enclosed in brackets. Here a small GIF.

David
ParticipantI guess you missed the first \ character in “replace” .Please see my screenshot. It’s \J ,instead of J.
David
ParticipantI don’t know if this will help you:
Find: (‘)(.+?)(’)
Replace: \J “\1”.replace(/‘/g,”[[“) + “\2″.replace(/, /g,”]],[[“) + “\3″.replace(/’/g,”]]”)

David
ParticipantSearch “[[:alnum:]]” which means alpha numeric characters and then Extract to a new file.
September 21, 2019 at 6:17 am in reply to: Saving replace, replace with, find and filter history. #26191David
ParticipantPlease go to menu “Tool-customize”, In the Customize dialog box, go to History and you can find “Number of Recent Searches:”. By default, it’s 20, you can change to the number you want, eg. 50.
David
ParticipantAs I known, in Emeditor, you can search ”
[[:cntrl:]]
”
in Replace dialog by using Regular Expression. Then replace with “null”(empty) or blank. All non printable will be deleted or changed to space. [[:cntrl:]] is posix character which means non-printable character.September 20, 2019 at 5:10 pm in reply to: Question of "Additional Lines to Search for Regular Expressions text box" #26188David
ParticipantI’m sorry for my mistake. This function works good. My file has problem (lots of unexpected empty line). please ignore this topic. Thanks!
David
ParticipantYes, wish to add “Spaces” to the button “Marks”, not only half-width space, but also full-width space.
David
ParticipantThanks a lot. It’ really very good function.
David
ParticipantIs it possible ? Or is this requirement is reasonable?
David
ParticipantGood!This can satisfy my requirements!
David
ParticipantHello,Yutaka Sung, Thanks for your quick reply.
I made an incorrect description. My second question is: in the Replacement Expression
\J "\0".substr( 0, 5 )
Besides .substr() in the \J expression, if possible to use other Functions.For example:\J "\0".Left( 0, 5 ) \J "\0".Right( 0, 5 ) \J "\0".Upper( ).......In the help system, only .substr is mentioned.
August 16, 2019 at 6:11 am in reply to: Regex expression to back reference more than 9 values in a replace? #26109David
Participantありがとう;Thank You;고맙습니다;谢谢;DANKE.
Thanks for your quick response.August 10, 2019 at 3:49 am in reply to: If possible to insert sequential number in CSV/TSV mode #26089David
ParticipantHello,LTT, Thanks for your help. I will try to use a macro to solve it!
July 31, 2019 at 11:17 pm in reply to: Regex expression to back reference more than 9 values in a replace? #26047David
ParticipantIt’s hard to say it’s important or not. Most case, 9 is enough. Occasionlly I need more.
For my current case, I use “batch replace all” function to resolve it and get successful.During looking for help from Google, I saw someone mentioned Notepad++ support more than 9.
April 29, 2019 at 9:53 pm in reply to: Software Wish-Edit the contents of multiple selection in a seperate dialog #25701David
ParticipantHello, Tobi, You’re right. Handle this in Excel is very easy. But EmEditor can handle a big file faster, for example 100MB size….
April 28, 2019 at 6:03 pm in reply to: Software Wish-Edit the contents of multiple selection in a seperate dialog #25693David
ParticipantWhile editing XML/Ini file (for example, I want to translate the found strings to other language, or change the strings), if there’s a seprate window which is allowed copying & pasting, it will improve lots of efficiency.
March 22, 2019 at 12:58 am in reply to: Software Wish-Edit the contents of multiple selection in a seperate dialog #25531David
ParticipantThanks for your response! What I mean is, if multi-selection are some texts(such as by Find->Select All), wish to have a diaolg to edit them visually and more effieciently.
If selections are number, as you mentioned, use Alt+N can handle them easily. But for texts, after Select All, we can’t edit them as number.March 21, 2019 at 7:17 pm in reply to: Software Wish-Edit the contents of multiple selection in a seperate dialog #25529David
ParticipantHello, Yutaka sung, if possible to consider this wish or if any plan? Thanks!
February 20, 2019 at 6:34 pm in reply to: Software Wish-Edit the contents of multiple selection in a seperate dialog #25437David
ParticipantNew wishes:
Now we can do multi-selection by pressing [Ctrl] key. I wonder if possible to use “search result” as multi-selection area. Search function is powerful enough, if use search result directly, we can reduce time to do selection.
And then, use a seperate dialog to edit these texts or numbers mentioned above by myself, it will save lots of time while editing large files!February 13, 2019 at 4:51 pm in reply to: Software Wish-Edit the contents of multiple selection in a seperate dialog #25425David
ParticipantAmazing function!
But also please consider if we need edit texts in batch. Thanks! -
AuthorPosts