felixtsu / idea-generate-fluent-interface

A simple plugin that generates fluent interface property access method for IntelliJ IDEA.
8 stars 6 forks source link

Avoid error "Write access is allowed from write-safe contexts only" #17

Closed rhandsch closed 5 years ago

rhandsch commented 7 years ago

I fixed the error that always occurred after generation. Included is also a fix of the deprecated executeWriteAction call. (I did not see that you've fixed it already)

spitty commented 7 years ago

@felixtsu are there any blockers for merging this PR? Those messages are really annoying. Hope this PR fixes them.