Forum Replies Created
- AuthorPosts
- Yutaka EmuraKeymaster
1. was fixed on v19.3.1. Thank you!
October 20, 2019 at 10:37 am in reply to: Bookmarks removal after renaming/moving of a textfile #26241Yutaka EmuraKeymasterHello,
Is the “Save Cursor Position and Bookmarks” option in the History page of the Customize dialog box set?
1. I am not sure if I understand your question. Copy a file from which folder to which folder? Can you please write a simple step-by-step to reproduce the issue?
2. If the name of a file was renamed outside of EmEditor, EmEditor will not be able to see the changes.
Yutaka EmuraKeymasterI will seriously think about that in future versions.
Thank you.Yutaka EmuraKeymasterHello LTT,
I will address these issue on the next version.
Thank you,Yutaka EmuraKeymasterSuggestion 1:
Hope the pinned items can be distinguished by color.
Or at least a separator is needed.v19.3 beta 3 (19.2.93) includes a separator between pinned items and non-pinned items in the Start window.
Thank you!
September 20, 2019 at 1:14 pm in reply to: Question of "Additional Lines to Search for Regular Expressions text box" #26186Yutaka EmuraKeymasterPlease send me a sample file (as simple as possible) so that I can reproduce the issue. You can zip the sample file, and email me at tech @ emurasoft.com.
Thank you,Yutaka EmuraKeymaster“Multiple Selection Narrowing” does not exist.
Yutaka EmuraKeymasterv19.2 beta 2 (19.1.92) addressed this issue.
Indent Guides will also be unchanged by the All Marks command.
I also added the All Marks button to the toolbar, which looks same as the current “Marks” button, but meaning “All Marks”.
Thank you!Yutaka EmuraKeymasterv19.1.91 includes the “All Marks” command. You can find it on the View menu if it’s still the default, or you can find it in Quick Launch (or Keyboard Map) window. Thanks!
Yutaka EmuraKeymasterHello David,
The Jump, Jump Next, and Jump Previous commands are available only if file names and line numbers are displayed in the Output window. In the Extract Options (click ▼ on the right side of Extract button), and select Display File Names and Lines.Yutaka EmuraKeymasterThe next version will include the “Save Settings” check box, where you can save the preferred encoding.
Thank you,Yutaka EmuraKeymasterYou 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 EmuraKeymasterPlease 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 EmuraKeymasterHello 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 EmuraKeymasterIt 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 EmuraKeymasterThe 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 EmuraKeymasterThe next version supports named capturing group by using this form:
(?<name>expression)
and named backreference by using this form:\k<name>
.
Thank you!Yutaka EmuraKeymasterHello 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 EmuraKeymasterHello,
Settings for Installer versions and portable versions are separately saved.Yutaka EmuraKeymasterEmEditor 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 EmuraKeymasterEmEditor 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 EmuraKeymasterCan 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 EmuraKeymasterCurrently, EmEditor doesn’t support backreferences more than 9. If this is important, I will see if I can improve it.
Yutaka EmuraKeymasterWe fixed these Help issues. We might think about your suggestions in the future.
Thank you!Yutaka EmuraKeymasterHi 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. - AuthorPosts