Turn off "really undo?" Confirmation popup?

已回答

Pressing ctrl-z in Windows causes Intellij to present a confirmation dialog which needs to be confirmed before it will undo typing.  I am experiencing  this while editing javadoc. It's extremely annoying since it prevents me from ctrl -z ing backwards through any amount of typing greater than a few letters. It makes swift, iterative editing of javadoc- thinking, rethinking, rephrasing etc. all but impossible. At leat I am looking for a checkbox with something like " don't show this dialog again". I don't see any option for this under settings.

Am I missing something somewhere?

TIA...

0
Avatar
Permanently deleted user

In 10 years of use I've never seen IDEA do this. The only time it presents an undo confirmation is if you are undoing a major refactoring or a project wide search and replace. But normal typing, pasting, cutting, nope. Try disabling all your third party and non-bundled plug-ins and restarting. It's possible a plugin has a listener on the undo action and is throwing up that dialog. That's the only thing I can think of. If that does solve it, you'll need to narrow down which plug-in it is and report it to that plug-in's developer. If that does not solve it, post the version of IntelliJ IDEA you are using. Also post a screenshot of the dialog.

0
Avatar
Permanently deleted user

You got me thnking... I have the ultimate edition and was using the UML part of the program which is just a feature with the ultimate edition (but perhaps its also a plugin)  and when I am not using it (although it's still *plugged in", that is, enabled) the problem goes away. So points for getting me going in the right directino.

0
Avatar
Permanently deleted user

I just started having this same issue, seemingly out of the blue.  However, I did recently use the UML class diagram for the first time, which is suspiciously similar to the comment above from "java developer".  I'm using the latest version (as of now): 2018.2.7.  Below is the dialog I get.

I disabled the UML plugin and restarted IntelliJ--the problem went away.  I reenabled the UML plugin and restarted--the problem is still gone.

0

Hello Doug,

Could you please share idea.log ("Help | Show Log in...") after restarting IDE?

0

Observing the same issue. How to disable this behavior?

(Cannot post the logs due to the customer's privacy.)

0

Please provide the steps to reproduce the issue.

0

If you in any of your class files right-click and choose Diagrams-> show Diagram...

As long as that UML diagrams is open, then this is an issue in any file, if type and press CTRL-z, then Undo box comes up with Undo Typing?. Even if you press ok - nothing happens. (Windows 10 Pro - 2020.3 Ultimate Edition.)

This persists until you close the UML diagram.

0

@all

Please vote for https://youtrack.jetbrains.com/issue/IDEA-178610 and follow it to stay updated on the progress of the investigation.

See this article if you are not familiar with YouTrack.

 

0

请先登录再写评论。