Skip to content

Commit 9c745ce

Browse files
authored
Bump to platform 223 (#401)
1 parent 497a032 commit 9c745ce

File tree

14 files changed

+68
-70
lines changed

14 files changed

+68
-70
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
strategy:
3838
matrix:
3939
include:
40-
- idea_version: "IU-2022.2.4"
41-
php_plugin_version: "222.4345.15"
42-
psi_viewer_plugin_version: "222-SNAPSHOT"
40+
- idea_version: "IU-2022.3"
41+
php_plugin_version: "223.7571.231"
42+
psi_viewer_plugin_version: "223-SNAPSHOT"
4343
grammar_kit_plugin_version: "2021.2.2"
44-
since_build: "222"
45-
until_build: "222.*"
44+
since_build: "223"
45+
until_build: "223.*"
4646

4747
steps:
4848

@@ -96,12 +96,12 @@ jobs:
9696
strategy:
9797
matrix:
9898
include:
99-
- idea_version: "IU-2022.2.4"
100-
php_plugin_version: "222.4345.15"
101-
psi_viewer_plugin_version: "222-SNAPSHOT"
99+
- idea_version: "IU-2022.3"
100+
php_plugin_version: "223.7571.231"
101+
psi_viewer_plugin_version: "223-SNAPSHOT"
102102
grammar_kit_plugin_version: "2021.2.2"
103-
since_build: "222"
104-
until_build: "222.*"
103+
since_build: "223"
104+
until_build: "223.*"
105105

106106
outputs:
107107
cms-name: ${{ steps.properties.outputs.cms-name }}

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
strategy:
2525
matrix:
2626
include:
27-
- idea_version: "IU-2022.2.4"
28-
php_plugin_version: "222.4345.15"
29-
psi_viewer_plugin_version: "222-SNAPSHOT"
27+
- idea_version: "IU-2022.3"
28+
php_plugin_version: "223.7571.231"
29+
psi_viewer_plugin_version: "223-SNAPSHOT"
3030
grammar_kit_plugin_version: "2021.2.2"
31-
since_build: "222"
32-
until_build: "222.*"
31+
since_build: "223"
32+
until_build: "223.*"
3333
outputs:
3434
prefixed-version: ${{ steps.properties.outputs.prefixed-version }}
3535

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
### Changed
88

99
- Bump version to 0.8.1
10+
- Bump platform to 223
11+
- Update plugin ids for 223
12+
- Migrate Icons for 223
13+
- Update JS ModuleProvider
14+
- Bump versions in GitHub workflows
15+
- Migrate to postStartupActivity from project listeners
1016

1117
### Deprecated
1218

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
22

33
plugins {
4-
id "org.jetbrains.intellij" version "1.9.0" apply false
4+
id "org.jetbrains.intellij" version "1.10.0" apply false
55
id 'java'
66
id "org.jetbrains.grammarkit" version "${grammarKitPluginVersion}" apply false
77
id 'org.jetbrains.changelog' version '2.0.0'

gradle.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ pluginGroup = com.cedricziel.idea
33
pluginNameCMS = TYPO3 CMS Support
44
pluginNameFluid = TYPO3 Fluid Support
55
pluginNameTypoScript = TYPO3 TypoScript Support
6-
pluginVersion = 0.8.1
6+
pluginVersion = 0.9.0
77

88
javaVersion = 1.17
99
javaTargetVersion = 1.17
1010

1111
jFlexRelease = 1.7.0-1
1212

13-
pluginVerifierIdeVersions = 2022.2.4
13+
pluginVerifierIdeVersions = 2022.3
1414

1515
grammarKitPluginVersion = 2021.2.2
16-
ideaVersion = IU-2022.2.4
17-
phpPluginVersion = 222.4345.15
18-
psiViewerPluginVersion = 222-SNAPSHOT
19-
customSinceBuild=222
20-
customUntilBuild=222.*
16+
ideaVersion = IU-2022.3
17+
phpPluginVersion = 223.7571.231
18+
psiViewerPluginVersion = 223-SNAPSHOT
19+
customSinceBuild=223
20+
customUntilBuild=223.*
2121

2222
#grammarKitPluginVersion = 2021.2.1
2323
#grammarKitVersion = 2021.1.1

lang-fluid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ idea {
2222

2323
def loadPlugins = [
2424
"com.jetbrains.php:${phpPluginVersion}",
25-
'CSS',
25+
'com.intellij.css',
2626
'java',
2727
'java-i18n',
2828
'properties',

lang-typoscript/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ idea {
2222

2323
def usedPlugins = [
2424
"com.jetbrains.php:${phpPluginVersion}",
25-
'CSS',
25+
'com.intellij.css',
2626
'java',
2727
'java-i18n',
2828
'properties',

typo3-cms/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
def requiredPlugins = [
22
'java',
33
'java-i18n',
4-
'coverage',
54
"com.jetbrains.php:${phpPluginVersion}",
6-
'CSS',
5+
'com.intellij.css',
76
'platform-images',
87
'properties',
98
'yaml',
10-
'JavaScriptLanguage',
9+
'JavaScript',
1110
"PsiViewer:${psiViewerPluginVersion}",
1211
project(':lang-fluid'),
1312
project(':lang-typoscript'),

typo3-cms/src/main/java/com/cedricziel/idea/typo3/contextApi/ContextReference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public ContextReference(@NotNull PsiElement psiElement) {
4343
elements.add(
4444
LookupElementBuilder
4545
.create(availableAspect)
46-
.withIcon(PhpIcons.CLASS_ICON)
46+
.withIcon(PhpIcons.CLASS)
4747
.withTypeText(TYPO3Utility.getFQNByAspectName(availableAspect), true)
4848
);
4949
}

typo3-cms/src/main/java/com/cedricziel/idea/typo3/extbase/persistence/codeInsight/RepositoryMagicMethodsCompletionContributor.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public void renderElement(LookupElementPresentation presentation) {
7979

8080
presentation.setItemText("findBy" + StringUtils.capitalize(f.getName()));
8181
presentation.setTypeText("findBy" + StringUtils.capitalize(f.getName()));
82-
presentation.setIcon(PhpIcons.METHOD_ICON);
82+
presentation.setIcon(PhpIcons.METHOD);
8383

8484
presentation.setTailText("(" + f.getName() + " : " + f.getInferredType() + ")", true);
8585
presentation.setTypeText(c.getName() + "[]|" + ExtbaseUtils.QUERY_RESULT_INTERFACE);
@@ -100,7 +100,7 @@ public void renderElement(LookupElementPresentation presentation) {
100100

101101
presentation.setItemText("countBy" + StringUtils.capitalize(f.getName()));
102102
presentation.setTypeText("countBy" + StringUtils.capitalize(f.getName()));
103-
presentation.setIcon(PhpIcons.METHOD_ICON);
103+
presentation.setIcon(PhpIcons.METHOD);
104104
presentation.setTailText("(" + f.getName() + " : " + f.getInferredType() + ")", true);
105105
presentation.setTypeText("int");
106106
}
@@ -120,7 +120,7 @@ public void renderElement(LookupElementPresentation presentation) {
120120

121121
presentation.setItemText("findOneBy" + StringUtils.capitalize(f.getName()));
122122
presentation.setTypeText("findOneBy" + StringUtils.capitalize(f.getName()));
123-
presentation.setIcon(PhpIcons.METHOD_ICON);
123+
presentation.setIcon(PhpIcons.METHOD);
124124
presentation.setTailText("(" + f.getName() + " : " + f.getInferredType() + ")", true);
125125
presentation.setTypeText("null|" + c.getName());
126126
}

0 commit comments

Comments
 (0)