ligasgr / intellij-xquery

Plugin to support XQuery in Intellij Idea
Apache License 2.0
35 stars 23 forks source link

Updated plugin to support Intellij 2016.3 #207

Closed w17chm4n closed 7 years ago

w17chm4n commented 7 years ago

So yeah.. GUI tests are failing because of classical "Access is allowed from event dispatch thread only".. don't know how to fix it as it looks like there is something wrong with the FEST toolchain. The good news is that after building the plugin with my changes it is being loaded into 2016.3 with no problems and it works correctly.

ligasgr commented 7 years ago

Thanks for the pull request. I'll have a look on fixing the gui tests or disabling them temporarily. The issue is generally with the additional checks that JetBrain keeps introducing (and new timers in gui components as well) and not the fest libraries themselves.