Forum Replies Created
- AuthorPosts
- December 30, 2021 at 2:03 pm in reply to: Show description in Status bar for a toolbar button #27999Yutaka EmuraKeymaster
This feature is now supported on 21.4.902.
Yutaka EmuraKeymasterI tracked down this caused by an issue fix on v20.4 beta 1. I will look into the issue.
Yutaka EmuraKeymasterI am adding the /csv option to specify the initial CSV mode in command line on the next version. Thanks,
December 26, 2021 at 9:31 am in reply to: Toolbar behavior: hidden, and slide out when hovered over #27980Yutaka EmuraKeymasterI am not exactly sure what you mean. Can you post a link to the web page that explain the behavior if you can find one?
Yutaka EmuraKeymasterI reproduced this issue, and will be fixed on the next version. Thank you!
December 20, 2021 at 5:33 pm in reply to: After switching to a CSV mode, the view should scroll to show the current cursor #27966Yutaka EmuraKeymasterIf you mean the vertical scroll bar when the scroll position is at the bottom, I fixed this issue on 21.3.914. Thank you!
December 20, 2021 at 5:32 pm in reply to: Undo triggers “Adjust Separator Positions (Visible Lines Only)” #27965Yutaka EmuraKeymasterI fixed this issue on 21.3.914. Thank you!
Yutaka EmuraKeymasterI fixed this issue on 21.3.914. Thank you!
Yutaka EmuraKeymasterEmEditor v21.4 beta 9 (21.3.909) removes the Uppercase/Lowercase/Capitalize (Locale-dependent) commands, but added the Locale-dependent Uppercase/Lowercase option to the Edit page of the Customize dialog box.
Yutaka EmuraKeymasterYes, I’ve looked into the issue in more details after I wrote my previous message. I’ve just released v21.3.906, where I added the Uppercase (Locale-dependent), Lowercase (Locale-dependent), and Capitalize (Locale-dependent) commands. Please make sure “Turkish” is selected in the Sort page of the Customize dialog box, and use one of these locale-dependent casing commands. They will convert İ <=> i, and I <=> ı correctly. Please try this new latest beta version, and let me know if there are any other issues with Turkish alphabet. Thank you.
Yutaka EmuraKeymasterHello,
The new “Sort” toolbar will not be created if you already have more than one basic toolbar. If you don’t mind resetting all toolbars, you can click “Reset All” button in the Customize Toolbars dialog box (Tools – Customize Toolbars).
Yutaka EmuraKeymasterThis is because there is no such a letter as “LATIN SMALL LETTER I WITH DOT ABOVE” while İ (U+0130) is “LATIN CAPITAL LETTER I WITH DOT ABOVE”. So linguistic casing will convert this letter to i (U+0069) LATIN SMALL LETTER I, but converting this small letter i to uppercase won’t go back to İ (U+0130).
I will support linguistic casing in future versions probably as an option.
Reference:
http://archives.miloush.net/michkap/archive/2004/12/11/279942.htmlYutaka EmuraKeymasterThere were issues with the current version of Help. We will fix the Help issues on the next version.
Thank you,Yutaka EmuraKeymasterIn later versions, the date format can be specified within the Enter Number Range dialog box, and the Locale can be specified in the Sort page of the Customize dialog box.
November 4, 2021 at 12:21 pm in reply to: Vertical scroll by considering various visual width. #27890Yutaka EmuraKeymasterHello,
Thanks for your feedback. Very old versions of EmEditor use 3. for all fonts, but this was a problem with proportional fonts.
I might add an option to use 3. in a future version.Thank you,
Yutaka EmuraKeymasterThis issue should be fixed on v21.2.901. If the issue persists, please email me more details including screenshots, and I will let you know how to send me your sample file. Thank you,
October 30, 2021 at 9:55 am in reply to: Please allow the Use Default Shortcut Persistently Pre-selected #27876Yutaka EmuraKeymasterThe Default shortcut key can be set in the Snippets Properties, not at each individual snippet properties. Please let me know if this is not your answer.
October 30, 2021 at 9:52 am in reply to: Please make Select Snippet Selecting from the Active Folder #27875Yutaka EmuraKeymasterI am not sure if I understand your question. What is “Select Snippet functionality”?
October 30, 2021 at 9:45 am in reply to: Creating columns with character counts in tsv format #27874Yutaka EmuraKeymasterYou can use Replacement Expressions using JavaScript:
For example,
replacing
.*
with
\J "\0".length;
with the Regular Expressions option will replace the strings with their length.
Please watch:
for more information about Replacement Expressions using JavaScript.
Alternatively, select the second or righter column, and replacing with
\J cell( -1 ).length;
will count the cell on the left.
Also see: http://www.emeditor.org/en/howto_search_replacement_expression_syntax.html
October 30, 2021 at 9:39 am in reply to: Input placement is not where intended when inserting between quotes #27873Yutaka EmuraKeymasterI am not sure if I understand your question. Can you please simplify your question, and include your expected result? Please write a step-by-step procedure to reproduce the issue. Thank you.
October 30, 2021 at 9:34 am in reply to: Word Count Plugin counts words using a ‘ as two separate words #27872Yutaka EmuraKeymasterIf you would like to count “teddy’s dog” as two words, please add ‘ to the Treat the following characters as alphanumeric text box in the Edit page of the Customize dialog box.
Yutaka EmuraKeymasterI realize that only administrators can delete forum messages. If you need to have your messages deleted, please let us know through the Contact Us form, or email us. Thank you.
Yutaka EmuraKeymasterHello hihihlo,
Thanks for information. This issue was fixed on v21.1.909 and v21.1.3.Yutaka EmuraKeymasterI am not sure what you mean by:
3. now file-tabs toolbar still exist three tabs (include tab “b.txt” !!)
Can you post or email me a screenshot to explain the issue?
If you changed settings from the fresh install, please let me know how you changed settings. You can try from a fresh portable version.
Yutaka EmuraKeymasterI am not sure what you mean by
when close a file/doc, the file-tab-bar (or named file-list / doc-list) still keep that tab !!
I’ve fixed a similar issue on 21.1.908. Please update to the latest version including beta versions, and try again. Please let me know if the issue still persists.
- AuthorPosts