Forum Replies Created
- AuthorPosts
- DavidParticipant
Go 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.
DavidParticipantI guess you missed the first \ character in “replace” .Please see my screenshot. It’s \J ,instead of J.
DavidParticipantI don’t know if this will help you:
Find: (‘)(.+?)(’)
Replace: \J “\1”.replace(/‘/g,”[[“) + “\2″.replace(/, /g,”]],[[“) + “\3″.replace(/’/g,”]]”)
DavidParticipantSearch “[[: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. #26191DavidParticipantPlease 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.
DavidParticipantAs 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" #26188DavidParticipantI’m sorry for my mistake. This function works good. My file has problem (lots of unexpected empty line). please ignore this topic. Thanks!
DavidParticipantYes, wish to add “Spaces” to the button “Marks”, not only half-width space, but also full-width space.
DavidParticipantThanks a lot. It’ really very good function.
DavidParticipantIs it possible ? Or is this requirement is reasonable?
DavidParticipantGood!This can satisfy my requirements!
DavidParticipantHello,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? #26109DavidParticipantありがとう;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 #26089DavidParticipantHello,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? #26047DavidParticipantIt’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 #25701DavidParticipantHello, 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 #25693DavidParticipantWhile 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 #25531DavidParticipantThanks 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 #25529DavidParticipantHello, 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 #25437DavidParticipantNew 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 #25425DavidParticipantAmazing function!
But also please consider if we need edit texts in batch. Thanks!DavidParticipantSorry, 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!
DavidParticipantI 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? #24203DavidParticipantNow,it works very well. Thanks!
January 19, 2019 at 12:00 am in reply to: Projects plugin-> This plugin doesn't work correctly? #24201DavidParticipantHello, Yutaka sang. Please see the screenshot.
- AuthorPosts