Jörg Thönnes
Jörg Thönnes
Same error happening on IntelliJ Community 2021.1
Just experiencing this issue as well. Workaround: Just adding e.g. a space to the end of line and then calling the action seems to work.
Save Actions 2.2.0 + IntelliJ 2021.1.2: ``` java.lang.IllegalStateException: Attempt to modify PSI for non-committed Document! at com.intellij.pom.core.impl.PomModelImpl.startTransaction(PomModelImpl.java:266) at com.intellij.pom.core.impl.PomModelImpl.lambda$runTransaction$2(PomModelImpl.java:96) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:688) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:634) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:64) at com.intellij.openapi.progress.impl.CoreProgressManager.executeNonCancelableSection(CoreProgressManager.java:218) at com.intellij.pom.core.impl.PomModelImpl.runTransaction(PomModelImpl.java:93) at...
Same stacktrace with IntelliJ IDEA: Plugin version 2.19.0, IntelliJ IDEA 2022.2.2.
@chrjohn I miss a label for data dictionary issues here.
> And we welcome pull requests. :) Expected answer ;-) Happy Easter!
@chrjohn , remember I started about something like this years ago, but never got complete... :-)
@szaitsev86 Did you consider using the `JdbcStore` instead? IMHO, using a `FileStore` is not recommended for production because the session state could be easily corrupted. I would advise to use...
@chrjohn Agreed with disk full on the database server :-) But I would expect that it is possible to write incomplete records if the disk is full and in this...
@chrjohn Do you have any plans to release this? Cheers, Jörg