Forum Replies Created
- AuthorPosts
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!David
ParticipantSorry, I had find the reason: in the properties of Emeditor shortcuts, I activate the option “run the program as an administrator”. Deactivate it and now it works very well!
David
ParticipantI always use portable version of EmEditor. While updating to new version, I’d like to copy the files of new version into my existed folder and overwrite old version, since I create some macros, customized templates, dictionaries, workspace, toolbars, icons…….In the past, it always works very well. But update to v18.6, all macros can’t run and get the error “Object expected”. I test the original portable version which is downloaded from website, it works. But strange thing is my Emeditor can’t work. I want to find the reason.
January 20, 2019 at 3:36 pm in reply to: Projects plugin-> This plugin doesn't work correctly? #24203David
ParticipantNow,it works very well. Thanks!
January 19, 2019 at 12:00 am in reply to: Projects plugin-> This plugin doesn't work correctly? #24201David
ParticipantHello, Yutaka sang. Please see the screenshot.
- AuthorPosts