
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Issue Links:
|
Duplicate
|
|
|
|
This issue is duplicated by:
|
|
IDEA-9332
Window title bar doesn't update name ...
|
|
|
|
|
|
Many bug reports may be traced down to corrupt caches, and the usual reply (in IDEA Feedback or support) is to delete caches and restart IDEA.
In fact IDEA may save the user's time and inform them about the corrupt caches as soon as it detects this situation.
Suggested functionality:
- First time this happens after the start, IDEA displays a message saying what happened and suggesting to restart IDEA.
- If the user accepts, IDEA shuts down.
- If the user declines (e.g. to finish something he was in the middle of), IDEA does not display the message until IDEA exits.
|
|
Description
|
Many bug reports may be traced down to corrupt caches, and the usual reply (in IDEA Feedback or support) is to delete caches and restart IDEA.
In fact IDEA may save the user's time and inform them about the corrupt caches as soon as it detects this situation.
Suggested functionality:
- First time this happens after the start, IDEA displays a message saying what happened and suggesting to restart IDEA.
- If the user accepts, IDEA shuts down.
- If the user declines (e.g. to finish something he was in the middle of), IDEA does not display the message until IDEA exits.
|
Show » |
|
Right now, the only way to force rebuild of caches that I am aware of is to stop Idea, delete all cache files, restart Idea, and wait about 15-20 minutes while it tries to rebuild cache files for the JDK, etc. This is REALLY ANNOYING when it happens in the middle of a critical project. Most of the time is spent rebuilding caches which are not even corrupt, but since there is no way to determine this, they all get rebuilt.
It would also be nice to somehow be able to activate a key combination to clear the cache for a specific source file, and then cause the file to be reparsed, and all error messages, etc. be regenerated from scratch. Idea's error messages sometime get "stuck" on files, and the only way I have found to fix the situation is to insert some garbage at the beginning of the file after the package statement (thus causing Idea to mark the whole file contents as an error) and then delete the garbage again (causing Idea to reparse the file).