Forum Replies Created
- AuthorPosts
- Yutaka EmuraKeymaster
I received your email, and it will be fixed on 20.6.913.
Thank you,Yutaka EmuraKeymasterHi Werner,
Can you please describe the issue in more details? Please write a procedure to reproduce the issue.
Thank you,Yutaka EmuraKeymasterThis 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 EmuraKeymasterThe 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 EmuraKeymasterThis issue will be fixed on 20.6.908. Thanks,
Yutaka EmuraKeymasterIf 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.
Yutaka EmuraKeymasterHi LTT,
All these issues will be fixed on v20.6.908.
Thanks,Yutaka EmuraKeymasterHi LTT,
The macro should be written as this:
(the 5th parameter ofSetActivePoint()
should beii
)for(ii = 1; ii <= document.selection.Count; ii++){ xPos = document.selection.GetActivePointX(eePosLogical, ii) + 1; yPos = document.selection.GetActivePointY(eePosLogical, ii) + 1; document.selection.SetActivePoint(eePosLogical, xPos, yPos, true, ii); }
Yutaka EmuraKeymasterBoth these issue (2 and 3) are being fixed on 20.5.915. Thank you!
Yutaka EmuraKeymasterThe issue was fixed on 20.5.912.
Yutaka EmuraKeymasterPlease write procedure and conditions to reproduce Issue 2. You can try resetting all settings after export (or try installing a fresh portable version) and see if you can reproduce the issue. If the issue was resolved, you can enable some settings that you use until you see the issue.
Yutaka EmuraKeymasterThe first issue was fixed on v20.5.911. I am not sure if the second issue was fully fixed. Please check and let me know if there are issues.
Thanks,Yutaka EmuraKeymasterv20.5.911 adds the ability to customize the URI schemes.
Yutaka EmuraKeymasterThis issue was fixed on v20.5.911. Thank you.
Yutaka EmuraKeymasterI am not sure if I understand your issue.
Add 2 points
What does this mean?
February 25, 2021 at 10:40 am in reply to: Make Linefeed in status able to change current file’s linefeed #27335Yutaka EmuraKeymasterHello,
The Newline Characters field is different from the Current Encoding field.
As for the Current Encoding field, you can double-click on it to reload the current file with a different encoding. However, you cannot reload the current file with a different newline character. Until you save the file, there will be inconsistency between the actual newline character and the displayed newline character. That’s why the Newline Character field is not double-clickable.
Yutaka EmuraKeymasterI see your screenshot. Then did you click OK (instead of Cancel) when you dismiss the dialog box?
Yutaka EmuraKeymasterI am not sure if I understand your question. You usually need to have unique file extensions associated with each configuration. If both MySQL and PLSQL files have *.sql file extension, how can EmEditor know which configuration you want to open with? Please clarify your issue.
Yutaka EmuraKeymasterI cannot reproduce the issue. Can you please write a procedure to reproduce the issue?
What colors did you choose for the text color, background color of the Outline in the Display page of configuration properties? Did you try a different line style for this?Yutaka EmuraKeymasterHi,
Can you write a step-by-step procedure to reproduce the issue?
Are the file extensions associated with each configuration at Associate Configurations on the Tools menu? What are those file extensions?Yutaka EmuraKeymasterYes, please set the Monitor the Clipboard copied on External Applications option in the Edit page of the Customize dialog box. This option is off by default.
Yutaka EmuraKeymasterThe new option is available on v20.6 beta 2 (20.5.902), which was just released.
Yutaka EmuraKeymasterOK. Thanks for explanation.
Yutaka EmuraKeymasterBuy why do you want to save ONLY bookmarks and NOT cursor positions?
Yutaka EmuraKeymasterThanks for email. This issue was fixed on v20.5.1.
- AuthorPosts