diff --git a/java/compiler/openapi/resources/messages/JavaCompilerBundle.properties b/java/compiler/openapi/resources/messages/JavaCompilerBundle.properties index 8efb74beeabd..6855e51395c2 100644 --- a/java/compiler/openapi/resources/messages/JavaCompilerBundle.properties +++ b/java/compiler/openapi/resources/messages/JavaCompilerBundle.properties @@ -32,8 +32,8 @@ modules.classpath.title=Dependencies status.compilation.completed.successfully.with.warnings=Build completed successfully with {0} {0,choice, 0#warnings|1#warning|2#warnings} in {1} status.compilation.completed.successfully=Build completed successfully in {0} status.compilation.completed.successfully.with.warnings.and.errors=Build completed with {0} {0,choice, 0#errors|1#error|2#errors} and {1} {1,choice, 0#warnings|1#warning|2#warnings} in {2} -progress.executing.precompile.tasks=Executing pre-compile tasks... -progress.executing.postcompile.tasks=Executing post-compile tasks... +progress.executing.precompile.tasks=Executing pre-compile tasks\u2026 +progress.executing.postcompile.tasks=Executing post-compile tasks\u2026 error.chunk.modules.must.have.same.jdk=The following modules must have the same JDK assigned because of cyclic dependencies between them:\n{0}\nPlease update modules configuration error.chunk.modules.must.have.same.language.level=The following modules must have the same language level assigned because of cyclic dependencies between them:\n{0}\nPlease update modules configuration action.compiler.properties.text=Compiler Properties @@ -191,7 +191,7 @@ meta.inf.manifest.mf.file.not.found.in.0=META-INF/MANIFEST.MF file not found in 0.manifest.properties=''{0}'' manifest properties: specify.path.to.manifest.mf.file=Specify Path to MANIFEST.MF File edit.classpath=Edit Classpath -synchronizing.output.directories=Synchronizing output directories... +synchronizing.output.directories=Synchronizing output directories\u2026 button.rebuild=Rebuild confirm.project.rebuild=Confirm Project Rebuild you.are.about.to.rebuild.the.whole.project=You are about to rebuild the whole project.\nRun 'Build Project' instead? @@ -234,7 +234,7 @@ dialog.message.output.dirs.contain.source.roots=The output directories of the fo action.compiler.reference.find.usages.text=Compiler Reference Find Usages action.compiler.reference.functional.expression.search.text=Compiler Reference Functional Expression Search action.compiler.reference.direct.inheritor.search.text=Compiler Reference Direct Inheritor Search -progress.text.clearing.build.system.data=Clearing build system data... +progress.text.clearing.build.system.data=Clearing build system data\u2026 separator.choose.members.to.delete=Choose Members To Delete Since They Are Already Defined In {0} text.empty.profile=Profile name shouldn't be empty text.profile.exists=Profile {0} already exists diff --git a/java/compiler/tests/com/intellij/compiler/progress/CompilerBuildViewTest.kt b/java/compiler/tests/com/intellij/compiler/progress/CompilerBuildViewTest.kt index 917e869bbb31..80dfbec71d1c 100644 --- a/java/compiler/tests/com/intellij/compiler/progress/CompilerBuildViewTest.kt +++ b/java/compiler/tests/com/intellij/compiler/progress/CompilerBuildViewTest.kt @@ -1,4 +1,4 @@ -// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. +// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. package com.intellij.compiler.progress import com.intellij.build.BuildWorkspaceConfiguration @@ -68,8 +68,8 @@ class CompilerBuildViewTest : BaseCompilerTestCase() { runWithProgressExIndicatorSupport { rebuildProject() } buildViewTestFixture.assertBuildViewTreeEquals("-\n rebuild finished") buildViewTestFixture.assertBuildViewSelectedNode("rebuild finished", false) { output -> - assertThat(output).startsWith("Clearing build system data...\n" + - "Executing pre-compile tasks...\n" + + assertThat(output).startsWith("Clearing build system data…\n" + + "Executing pre-compile tasks…\n" + "Cleaning output directories…\n" + "Running 'before' tasks\n" + "Checking sources\n" + @@ -82,14 +82,14 @@ class CompilerBuildViewTest : BaseCompilerTestCase() { "Adding pattern assertions… [a]\n" + "Running 'after' tasks\n") assertThat(output).contains("Finished, saving caches…\n" + - "Executing post-compile tasks...\n" + - "Synchronizing output directories...") + "Executing post-compile tasks…\n" + + "Synchronizing output directories…") } runWithProgressExIndicatorSupport { rebuild(module) } buildViewTestFixture.assertBuildViewTreeEquals("-\n recompile finished") buildViewTestFixture.assertBuildViewSelectedNode("recompile finished", false) { output -> - assertThat(output).startsWith("Executing pre-compile tasks...\n" + + assertThat(output).startsWith("Executing pre-compile tasks…\n" + "Cleaning output directories…\n" + "Running 'before' tasks\n" + "Checking sources\n" + @@ -102,8 +102,8 @@ class CompilerBuildViewTest : BaseCompilerTestCase() { "Adding pattern assertions… [a]\n" + "Running 'after' tasks") assertThat(output).contains("Finished, saving caches…\n" + - "Executing post-compile tasks...\n" + - "Synchronizing output directories...") + "Executing post-compile tasks…\n" + + "Synchronizing output directories…") } } diff --git a/plugins/ui-designer/jps-plugin/src/messages/FormBundle.properties b/plugins/ui-designer/jps-plugin/src/messages/FormBundle.properties index 987d3f33eebc..57f427c05b56 100644 --- a/plugins/ui-designer/jps-plugin/src/messages/FormBundle.properties +++ b/plugins/ui-designer/jps-plugin/src/messages/FormBundle.properties @@ -1,4 +1,4 @@ -progress.message=Instrumenting forms... [{0}] +progress.message=Instrumenting forms\u2026 [{0}] finish.progress.message=Finished instrumenting forms [{0}] cannot.process.form.file=Cannot process form file {0}