Can I set the settings on the macro side to discard and speed up the undo information in EmEditor Professional?

Asked 1 years ago, Updated 1 years ago, 387 views

Thank you for your help.
https://jp.emeditor.com/forums/topic/emeditor-professional-7-50-alpha-4/

I saw this article.
If you don't accumulate undo information, you'll see a setting that will speed up on the screen, but can you set it from the beginning with the macro side code?

You don't need to undo it only when a particular macro is working, so you want to adapt to that macro so that you can undo it when you're working normally.

Thank you for your cooperation.

emeditor

2022-09-30 21:56

1 Answers

For macros, use the

DiscardUndo=true;

Discards temporarily undo information by specifying

Also, if not a macro, select Customize from the tool menu and set the Always discard and speed up the Edit page of the Customize dialog box.This option allows you to discard the information that you want to undo only long information, but not for short information.


2022-09-30 21:56

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.