Loading...
Comment:
Rename accessWideners to classTweakers, and support classTweaker v1
Status: all builds with this change have finished
Revision: 3b13b6633804b9109e472d7a56b180d42c6e3916 VCS Roots: minecraft-dev/MinecraftDev (Git), minecraft-dev/MinecraftDev Nightly (Git)
Parent revisions: 853854a2c3c85c5269fa671f16b0a7e6ddcfd6e7  
User: Unknown (none of TeamCity users defined joe username in their VCS username settings)
×

Edit change description

Here you can change the description in TeamCity only. You may consider changing it in the VCS as well, to avoid an ambiguity and inconsistency.

Cancel
Changed: 75 files (34 removed, 38 added, 3 edited) in
edited build.gradle.kts
removed src/main/grammars/AwLexer.flex
removed src/main/grammars/AwParser.bnf
added src/main/grammars/CtLexer.flex
added src/main/grammars/CtParser.bnf
edited src/main/kotlin/platform/fabric/reference/FabricReferenceContributor.kt
removed src/main/kotlin/platform/mcp/aw/AwAnnotator.kt
removed src/main/kotlin/platform/mcp/aw/AwColorSettingsPage.kt
removed src/main/kotlin/platform/mcp/aw/AwCommenter.kt
removed src/main/kotlin/platform/mcp/aw/AwCompletionContributor.kt
removed src/main/kotlin/platform/mcp/aw/AwFile.kt
removed src/main/kotlin/platform/mcp/aw/AwFileType.kt
removed src/main/kotlin/platform/mcp/aw/AwLanguage.kt
removed src/main/kotlin/platform/mcp/aw/AwLexerAdapter.kt
removed src/main/kotlin/platform/mcp/aw/AwParserDefinition.kt
removed src/main/kotlin/platform/mcp/aw/AwSyntaxHighlighter.kt
removed src/main/kotlin/platform/mcp/aw/AwSyntaxHighlighterFactory.kt
removed src/main/kotlin/platform/mcp/aw/fixes/CopyAwAccessibleEntryFix.kt
removed src/main/kotlin/platform/mcp/aw/inspections/DuplicateAwEntryInspection.kt
removed src/main/kotlin/platform/mcp/aw/psi/AwElement.kt
removed src/main/kotlin/platform/mcp/aw/psi/AwElementType.kt
removed src/main/kotlin/platform/mcp/aw/psi/AwTokenType.kt
removed src/main/kotlin/platform/mcp/aw/psi/mixins/AwClassEntryMixin.kt
removed src/main/kotlin/platform/mcp/aw/psi/mixins/AwClassNameMixin.kt
removed src/main/kotlin/platform/mcp/aw/psi/mixins/AwDescElementMixin.kt
removed src/main/kotlin/platform/mcp/aw/psi/mixins/AwEntryMixin.kt
removed src/main/kotlin/platform/mcp/aw/psi/mixins/AwFieldEntryMixin.kt
removed src/main/kotlin/platform/mcp/aw/psi/mixins/AwHeaderMixin.kt
removed src/main/kotlin/platform/mcp/aw/psi/mixins/AwMemberNameMixin.kt
removed src/main/kotlin/platform/mcp/aw/psi/mixins/AwMethodEntryMixin.kt
removed src/main/kotlin/platform/mcp/aw/psi/mixins/impl/AwClassEntryImplMixin.kt
removed src/main/kotlin/platform/mcp/aw/psi/mixins/impl/AwClassNameImplMixin.kt
removed src/main/kotlin/platform/mcp/aw/psi/mixins/impl/AwDescElementImplMixin.kt
removed src/main/kotlin/platform/mcp/aw/psi/mixins/impl/AwEntryImplMixin.kt
removed src/main/kotlin/platform/mcp/aw/psi/mixins/impl/AwFieldEntryImplMixin.kt
removed src/main/kotlin/platform/mcp/aw/psi/mixins/impl/AwHeaderImplMixin.kt
removed src/main/kotlin/platform/mcp/aw/psi/mixins/impl/AwMemberNameImplMixin.kt
removed src/main/kotlin/platform/mcp/aw/psi/mixins/impl/AwMethodEntryImplMixin.kt
added src/main/kotlin/platform/mcp/ct/CtAnnotator.kt
added src/main/kotlin/platform/mcp/ct/CtColorSettingsPage.kt
added src/main/kotlin/platform/mcp/ct/CtCommenter.kt
added src/main/kotlin/platform/mcp/ct/CtCompletionContributor.kt
added src/main/kotlin/platform/mcp/ct/CtFile.kt
added src/main/kotlin/platform/mcp/ct/CtFileType.kt
added src/main/kotlin/platform/mcp/ct/CtLanguage.kt
added src/main/kotlin/platform/mcp/ct/CtLexerAdapter.kt
added src/main/kotlin/platform/mcp/ct/CtParserDefinition.kt
added src/main/kotlin/platform/mcp/ct/CtSyntaxHighlighter.kt
added src/main/kotlin/platform/mcp/ct/CtSyntaxHighlighterFactory.kt
added src/main/kotlin/platform/mcp/ct/fixes/CopyAwAccessibleEntryFix.kt
added src/main/kotlin/platform/mcp/ct/inspections/DuplicateAwEntryInspection.kt
added src/main/kotlin/platform/mcp/ct/psi/CtElement.kt
added src/main/kotlin/platform/mcp/ct/psi/CtElementType.kt
added src/main/kotlin/platform/mcp/ct/psi/CtTokenType.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/CtAwClassEntryMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/CtAwClassNameMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/CtAwDescElementMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/CtAwEntryMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/CtAwFieldEntryMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/CtAwMemberNameMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/CtAwMethodEntryMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/CtEntryMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/CtHeaderMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/CtItfEntryMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/impl/CtAwClassEntryImplMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/impl/CtAwClassNameImplMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/impl/CtAwDescElementImplMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/impl/CtAwEntryImplMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/impl/CtAwFieldEntryImplMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/impl/CtAwMemberNameImplMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/impl/CtAwMethodEntryImplMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/impl/CtEntryImplMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/impl/CtHeaderImplMixin.kt
added src/main/kotlin/platform/mcp/ct/psi/mixins/impl/CtItfEntryImplMixin.kt
edited src/main/resources/META-INF/plugin.xml
×

Add build comment

Cancel
×

Mute test

×

×

Server communication failure

Server is unavailable

Server stopped or communication with the server is not possible due to network failure.

Server shutdown started.

Please relogin to continue your work.

×

Run Custom Build

×

TODO

Loading related builds...
Cancel
×

Responsibility

×

Edit tags

Cancel
×

Loading...

×

Are you sure?

Cancel
×

Please type to confirm.
Cancel