Showing modified files + save questions
Hi,
I'm new to Intellij(Eclipse user) and have been impressed so far with the speed + stability of intellij. One question though; I've seen from previous older posts that it is not possible to save files individually...is still the case?
Also, in reference to modified files:
1. is it possible to get a save prompt everytime you close a modified file?
2. Is it possible to display / filter somehow by all modified files?
Thanks,
Steve
Please sign in to leave a comment.
stlum9495 wrote:
>it is not possible to save files individually...is still the case?
>
>
True. You can use versioning, though (CVS, Perforce, ..)
You should look into LVCS : Local VCS (See in Tool Menu)
I use it all the time, to quickly revert my project to a previous state,
when all the tests used to pass.
>1. is it possible to get a save prompt everytime you close a modified file?
>
No. Forget it. You don't need to save.
Alain