Installing build 10781 affects 8.1.3?
Yesterday I installed the EAP build 10781 and now when I try to use 8.1.3 I get crazy IntelliJ drawing issues. The screen isn't fully drawn, the gutters aren't drawn, etc. Two screen shots attached. The editor won't draw until the cursor reaches each line. Is this related to installing 10781? I can't imagine it does but it defintely corresponded with the install of 10781 (never had this issue before). 10781 does not suffer from this.
I have since removed 10781 but the problem remains.

请先登录再写评论。
Here is another screenshot that shows the toolbar not drawing (until you mouse over a toolbar icon):

Hello Michael,
This can happen if you use 10781 and 8.1.3 with the same project files. The
problem should be fixed in the latest 8.1.4 EAP build:
http://www.jetbrains.net/confluence/display/IDEADEV/Diana+EAP
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks for the information. Re-creating the project files seems to have fixed it.
Making a guess that 8.1.3 is reading from the file on the Event Dispatcher Thread and throwing an exception due to some 10781 additions? Reading from the file on the EDT...hmm, that's naughty ;-)
Well I take that back. Re-creating the project files didn't fix it. When you say "project files" are you meaing the .ipr and .iml files? Or are you meaning the files in ~/.IntelliJIdea80 and ~/.IntellijIdea8x?
Is there anything I can do to fix this without installing another EAP?
I have deleted my .IntellijIdea80 and .IntellijIdea8x directories yet the problem remains. Which files do I need to delete and recreate to fix this issue?
From http://jetbrains.net/jira/browse/IDEADEV-39016?disableRedirect :
%config%/options/other.xml, try removing the following sections:
<component name="InspectionProfileManager">
<component name="SeverityRegistrar">
See also: http://youtrack.jetbrains.net/issue/IDEA-24338
Bas