I've noticed that PHPStorm doesnt remember all my modifications for say the last day when use Ctrl+Z ...only some of them Is there a setting for this limit that i can change?
You can undo or redo your changes as many times as required. However, when you exit PhpStorm, the undo history is lost. PhpStorm smartly defines the logical steps that can be undone and redone. The following events signal about the end of a logical step:
Instead of just Undo/Ctrl+Z you can use Local History (sort of simple/mini VCS) and go back to one of the previously saved local versions of the file. It works even between IDE restarts (local history is kept for around 7 or 10 days, AFAIK .. or until Cache invalidation).
You can undo or redo your changes as many times as required. However, when you exit PhpStorm, the undo history is lost.
PhpStorm smartly defines the logical steps that can be undone and redone. The following events signal about the end of a logical step:
Please refer to: https://www.jetbrains.com/phpstorm/help/undoing-and-redoing-changes.html
i did not exit the IDE...so there is no setting for this !?
Hi there,
IDE remembers around 100 undo steps.
Instead of just Undo/Ctrl+Z you can use Local History (sort of simple/mini VCS) and go back to one of the previously saved local versions of the file. It works even between IDE restarts (local history is kept for around 7 or 10 days, AFAIK .. or until Cache invalidation).
https://confluence.jetbrains.com/display/PhpStorm/Local+History+in+PhpStorm
that is not cool at all....other IDEs remember all modifications until you exit
So you are fan of "I better press Ctrl+Z 30 times instead of single action via Local History"?
I'm fine with that -- it's your choice.
NOTE: Undo can eat quite a lot of memory .. especially when working with multiple documents / working without restarting IDE for a looong time.
That's not true. Their limit is just MUCH higher -- that's it.