Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterI’ve also noticed this issue, and it will be fixed on 20.8.906.
Yutaka Emura
KeymasterThe snippets plug-in item properties should warn you if the keyboard shortcut conflicts with a core command. I am not sure why you didn’t see the warning.
I’ve fixed your second issue.
Yutaka Emura
KeymasterThe Issue 2 will also be fixed on the next version of Help. Thanks,
Yutaka Emura
KeymasterThis issue 1. will be fixed on v20.9 beta 1 (20.8.901). Thanks,
Yutaka Emura
KeymasterAre you referring to the Snippets plug-in (global) Properties – Keyboard page, or each snippet item properties shortcut?
The global Properties – Keyboard page should be exactly the same as the Word Complete plug-in Keyboard page.
I am not sure what you mean by “resolve”. It doesn’t resolve, but it just shows a warning when there is a conflict.Yutaka Emura
KeymasterI will fix this issue on the next version.
Thank you,Yutaka Emura
KeymasterEmEditor v20.8 beta 11 (20.7.911) addresses this issue.
May 25, 2021 at 4:21 pm in reply to: Please add a key binding to select text inside parenthesis #27493Yutaka Emura
Keymasterv20.8 beta 6 (20.7.906) enabled the Find Matching Parenthesis/Bracket (Ctrl+]) and Matching Parenthesis/Bracket Extend (Ctrl+Shift+]) even if the cursor is not exactly at the parenthesis/bracket position. The Highlight Matching Brackets option will always highlight the most inner parentheses/brackets including the cursor position.
May 25, 2021 at 9:30 am in reply to: Please add a key binding to select text inside parenthesis #27488Yutaka Emura
KeymasterHello,
While the cursor is at either one of parentheses/brackets, pressing CTRL+SHIFT+] will select all contents in the parentheses/brackets. I will consider allowing this command to work while the cursor is at anywhere in the parentheses/brackets in future versions.
As for double quotes, there are no keyboard shortcuts, but you can select the contents inside the double quotes with a click of the mouse. To do this, go to Customize on the Tools menu, select the Active String page, select String enclosed by double quotation marks from the Type list, select Left Clicked from the Event list, and set the Select String before Action check box. Also, please go to Configuration Properties, Highlight (2) page, and ensure the Double Quotation Marks check box is set.
Yutaka Emura
KeymasterBoth these issues were fixed on 20.7.905. Thanks,
May 24, 2021 at 12:38 pm in reply to: Crash on repeating a macro continuously by using its keyboard shortcut #27482Yutaka Emura
KeymasterThis issue was fixed on 20.7.905. Thanks,
May 24, 2021 at 12:38 pm in reply to: Should be able to show NumPad keys in keyboard shortcuts #27481Yutaka Emura
KeymasterThis issue was fixed on 20.7.905. Thanks,
May 14, 2021 at 11:59 am in reply to: KeyboardMap/QuickLaunch: Ctrl+C is not working in the search box #27460Yutaka Emura
KeymasterThis will be fixed on the next version. Thanks.
May 14, 2021 at 11:59 am in reply to: Should be able to show NumPad keys in keyboard shortcuts #27459Yutaka Emura
KeymasterI am not sure if I understand your question. Is the NumLock key turned on? If you use an international keyboard, please try an English keyboard if you have one.
Yutaka Emura
KeymasterThis is a complicated issue.
Usually a search in one window affects a search in another window.
However, if the search in another window is done in the Find dialog and the Find dialog is not closed, or if the search if done in the Find toolbar, and the toolbar is still visible, it might behave otherwise.
Please don’t assume either way.
If this is a very important to you, please write exactly how you search in both windows.
Thanks,
Yutaka Emura
KeymasterThese issues will be fixed on the next version. Thank you.
Yutaka Emura
KeymasterOK. I will fix this issue on the next version. Thank you.
Yutaka Emura
KeymasterHi LTT,
This was a bug, and it will be fixed on the next version. Thank you.Yutaka Emura
KeymasterThanks for info. Yes, it is just a visual issue. I will fix this issue on the next version.
Yutaka Emura
KeymasterI received your email, and it will be fixed on 20.6.913.
Thank you,Yutaka Emura
KeymasterHi Werner,
Can you please describe the issue in more details? Please write a procedure to reproduce the issue.
Thank you,Yutaka Emura
KeymasterThis issue will be fixed on the next beta (v20.6.911).
Please select “Refresh” from the right-click menu on the Macros toolbar to refresh tooltips.
Thank you,Yutaka Emura
KeymasterThe issue 1 will be fixed on the next beta (v20.6.911).
To reproduce the issue 2, can you please write a sample macro, and let me know when and how you quit the macro?
Thank you,April 9, 2021 at 12:48 pm in reply to: Ctrl+click vs “Deselect Top/Bottom Selection from Multiple Selections” command #27407Yutaka Emura
KeymasterThis issue will be fixed on 20.6.908. Thanks,
Yutaka Emura
KeymasterIf File Dropped is enabled, dropped files must be handled by the specified macro using the DroppedFiles collection.
Here is an example how to do this:files = new Enumerator( DroppedFiles ); for( ; !files.atEnd(); files.moveNext() ){ alert( files.item() ); }
I will clarify this in Help.
- AuthorPosts