File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
typo3-cms/src/main/java/com/cedricziel/idea/typo3 Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 11package com .cedricziel .idea .typo3 ;
22
33import com .intellij .ide .actions .ShowSettingsUtilImpl ;
4- import com .intellij .openapi .components .PersistentStateComponent ;
5- import com .intellij .openapi .components .ServiceManager ;
6- import com .intellij .openapi .components .State ;
7- import com .intellij .openapi .components .Storage ;
4+ import com .intellij .openapi .components .*;
85import com .intellij .openapi .project .Project ;
96import com .intellij .psi .PsiElement ;
107import com .intellij .util .xmlb .XmlSerializerUtil ;
1411@ State (
1512 name = "typo3cmsproject" ,
1613 storages = {
17- @ Storage ("/typo3-cms.xml" )
14+ @ Storage (value = "/typo3-cms.xml" , roamingType = RoamingType . DISABLED )
1815 }
1916)
2017public class TYPO3CMSProjectSettings implements PersistentStateComponent <TYPO3CMSProjectSettings > {
Original file line number Diff line number Diff line change 11package com .cedricziel .idea .typo3 ;
22
3- import com .intellij .openapi .components .PersistentStateComponent ;
4- import com .intellij .openapi .components .ServiceManager ;
5- import com .intellij .openapi .components .State ;
6- import com .intellij .openapi .components .Storage ;
3+ import com .intellij .openapi .components .*;
74import com .intellij .openapi .project .Project ;
85import org .jdom .Element ;
96import org .jetbrains .annotations .NotNull ;
107import org .jetbrains .annotations .Nullable ;
118
129@ State (
1310 name = "TYPO3Settings" ,
14- storages = {@ Storage ("$WORKSPACE_FILE$" )}
11+ storages = {@ Storage (value = "$WORKSPACE_FILE$" , roamingType = RoamingType . DISABLED )}
1512)
1613public class TYPO3CMSSettings implements PersistentStateComponent <Element > {
1714 /**
You can’t perform that action at this time.
0 commit comments