intellij: is there selective undo feature as in emacs? -


basically, in emacs. can undo changes in selected region. a useful feature. wonder whether intellij has it.

no there isn't. equivalent in intellij local history. can right click on file, choose local history->show history. can see changes made on time , select individual lines/sections remove or reapply.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -