Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterHi LTT,
All these issues will be fixed on v20.6.908.
Thanks,Yutaka Emura
KeymasterHi 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 Emura
KeymasterBoth these issue (2 and 3) are being fixed on 20.5.915. Thank you!
Yutaka Emura
KeymasterThe issue was fixed on 20.5.912.
Yutaka Emura
KeymasterPlease 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 Emura
KeymasterThe 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 Emura
Keymasterv20.5.911 adds the ability to customize the URI schemes.
Yutaka Emura
KeymasterThis issue was fixed on v20.5.911. Thank you.
Yutaka Emura
KeymasterI 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 Emura
KeymasterHello,
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 Emura
KeymasterI see your screenshot. Then did you click OK (instead of Cancel) when you dismiss the dialog box?
Yutaka Emura
KeymasterI 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 Emura
KeymasterI 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 Emura
KeymasterHi,
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 Emura
KeymasterYes, 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 Emura
KeymasterThe new option is available on v20.6 beta 2 (20.5.902), which was just released.
Yutaka Emura
KeymasterOK. Thanks for explanation.
Yutaka Emura
KeymasterBuy why do you want to save ONLY bookmarks and NOT cursor positions?
Yutaka Emura
KeymasterThanks for email. This issue was fixed on v20.5.1.
Yutaka Emura
KeymasterCan you reset your colors in the Display page of configuration properties? Does this resolve the issue? If not, please explain more details of the issue, or send me a screenshot at tech @ emurasoft.com
Yutaka Emura
KeymasterI will fix this issue on the next version. Thanks!
Yutaka Emura
KeymasterThis issue will be fixed on beta 3. Thank you!
Yutaka Emura
KeymasterIt’s not possible now. Why do you want to save only bookmarks? I will think about that in future versions if you need this option.
Yutaka Emura
KeymasterThis command will be included in v20.3.904.
Yutaka Emura
KeymasterThis issue will be fixed on v20.3.902. Thank you!
- AuthorPosts