After a while, IDEA pops up with an "Internal Error" and then code
completion starts totally messing up my code. For example, in the following
code, I add a "." after baseDir and the text gets eaten up (it seems to
remember the last selection I picked (exists method) when the internal error
popped up. But it also seems to overwrite the next few characters (including
the linbreaks) with that method name text. Very odd and very irritating.
Closing the project and opening it again resolves the problem.

Before:
        if (baseDir)
        return baseDir.list(filter);

After:
        if (baseDir.exists    return baseDir.list(filter);



_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to