Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterYou can write or record a macro, and then add the macro to the toolbar.
For instance, for Edit > Move Cursor Horizontally > Find Matching Parenthesis/Bracket, you can write:document.selection.GoToBrace(false);then you can add this macro to the main toolbar.
Yutaka Emura
KeymasterPlease make sure that Tab-separated CSV definition includes “Allow delimiters in double quotes” and “Allow newlines in double quotes” options enabled. These options are disabled for Tab-separated by default.
After I enabled these options, I couldn’t reproduce the issue anymore.
Thank you,Yutaka Emura
KeymasterHello David,
You can use any JavaScript String methods. “\0” is considered a String. Left and Right are not JavaScript, but you can use any other JavaScript methods here. Please refer to JavaScript string methods:
Yutaka Emura
KeymasterIt should be written as:
\J "\0".substr( 0, 5 )We will fix the Help.
You can use any JavaScript script here. For instance:
\J var d = new Date(); d.getFullYear() + "-" + ( d.getMonth()+1 ).toString() + "-" + d.getDate();Thank you,
Yutaka Emura
KeymasterThe official release of v19.1.0 added code to address this issue on Windows 7. Please let me know if this changes any behavior.
Thank you!August 26, 2019 at 2:38 pm in reply to: Regex expression to back reference more than 9 values in a replace? #26121Yutaka Emura
KeymasterThe next version supports named capturing group by using this form:
(?<name>expression)and named backreference by using this form:\k<name>.
Thank you!Yutaka Emura
KeymasterHello sky,
It might be an issue that only happens on Windows 7.August 15, 2019 at 9:51 am in reply to: Bookmarks – Colorization | EmEditor installed/portable | v19.1 beta 1 (19.0.91) #26103Yutaka Emura
KeymasterHello,
Settings for Installer versions and portable versions are separately saved.Yutaka Emura
KeymasterEmEditor v19.1 beta 1 (19.0.91) adds this option “Extend selection on the Duplicate Lines/Columns commands” check box to the Edit page of the Customize dialog box.
August 13, 2019 at 2:06 pm in reply to: Regex expression to back reference more than 9 values in a replace? #26096Yutaka Emura
KeymasterEmEditor v19.1 beta 1 (19.0.91) supports backreferences more than 9 by using this form: $10, $11, $12, … We will release it shortly.
Yutaka Emura
KeymasterCan you email me a sample file that can reproduce the issue? Please zip the sample file and email me at tech @ emurasoft.com.
Thank you,
July 31, 2019 at 10:21 pm in reply to: Regex expression to back reference more than 9 values in a replace? #26046Yutaka Emura
KeymasterCurrently, EmEditor doesn’t support backreferences more than 9. If this is important, I will see if I can improve it.
Yutaka Emura
KeymasterWe fixed these Help issues. We might think about your suggestions in the future.
Thank you!Yutaka Emura
KeymasterHi LTT,
Thank you for explaining. Yes, this behavior was changed due to a customer feedback. If you really need the previous behavior, I will add a new option, so please let me know.Yutaka Emura
KeymasterHello LTT,
I am not sure what you mean. Can you please write a sample to explain more details?
Yutaka Emura
KeymasterBeta 2 had this bug on non-AVX2 machines. We will release beta 3 shortly.
Yutaka Emura
Keymaster1. will be fixed on v18.9.91. Thank you!
Yutaka Emura
KeymasterWe will fix these two issues on the next version. Thank you!
Yutaka Emura
KeymasterThis was caused by a bug in a Windows API — CharLowerBufA() function. This will be fixed on the next version. Thank you.
Yutaka Emura
KeymasterYes, I realize this an issue.
Yutaka Emura
KeymasterHello,
The latest version is v18.9.12. Please use the latest version before you write a bug report.
Thank you.Yutaka Emura
KeymasterHi LTT,
“Others” are either for:
1) The last line of document that did not end with a newline character.
2) Very long lines that were divided into several lines when opened. Then this happened, a message box appeared when a document is opened unless the “Prompt when Very Long Lines Exist” check box is turned off.Yutaka Emura
KeymasterWhich encoding did you use to Find in Files?
What is the system encoding (“Language for non-Unicode programs” in the Administrative tab of Region for Windows Settings or Control Panel)?
If you are using Windows 10, is the “Beta: Use Unicode UTF-8 for worldwide language support” option turned-on?Yutaka Emura
KeymasterPlease try disabling all plug-ins and outlining.
If the issue persists, after exporting all settings, you can select “Reset All Settings” command (Tools > All Commands > Tools), and see if you can reproduce the issue. If the issues stops, you can gradually change the settings and see which settings cause the issue.Yutaka Emura
KeymasterPlease select “Dark” from the App Theme drop-down list box in the View page of the Customize dialog box.
- AuthorPosts