NLSurfMan / tasks

IntelliJ Tasks Plugin
http://confluence.jetbrains.net/display/CONTEST/Tasks
29 stars 16 forks source link

AWT events are not allowed inside write action #27

Closed SebastianKaczanowski closed 7 years ago

SebastianKaczanowski commented 7 years ago

When adding from //fixme in code (using alt enter) and attaching it to some subtask as its subtask below error appears although task is added properly.

AWT events are not allowed inside write action: java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=com.intellij.openapi.util.ActionCallback$$Lambda$290/1184610037@859a8ec,notifier=null,catchExceptions=false,when=1490279199115] on sun.awt.windows.WToolkit@4c52561d

NLSurfMan commented 7 years ago

Thanks for reporting this. I fixed this and will be included in the next update of the plugin.

SebastianKaczanowski commented 7 years ago

Thank you for a great tool and great reaction :) I've tested it. it is working now without any issue :)