Alexander Gaslov

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Edited "PSI invalidated outside transaction" message with stacktrace in idea.log on XmlTagValue.setValue call
AnsweredSince IDEA 2020.1 we have "PSI invalidated outside transaction" message in idea.log after calling XmlTagValue.setValue. Though this call is wrapped inside WriteCommandAction. As I can see in the so... -
Edited Groovy compilation issue after upgrading plugin intellij.version in build.gradle
Hi In our plugin we have custom ModelBuilderService implementation (CubaModelBuilderImpl.groovy) After upgrading intellij version from `IC-191.7479.19` to 'IC-192.6718.14' in plugin's build.gradle ... -
Edited Sources root mistakenly being marked as resources root
AnsweredHi, We are working on framework support plugin (CUBA). Sporadically our team and end users encountering the following issue. Module source root of the Gradle (CUBA) project is being additionally ma... -
Edited 'Gradle projects need to be imported' notification for already refreshed project
AnsweredHi, I have an issue with programmatic external project refresh. We are using IC-183.4284.148 We have some logic that modifies build.gradle file or both build.gradle and settings.gradle files of the... -
Created Custom ".ico" file for Windows distribution
Our Idea distribution built with custom .ico file (set in IdeaApplicationInfo.xml and WindowsDistributionCustomizer) has broken .exe launcher. Icon is shown in explorer but application fails to sta...