From 02eb739a2e04309d2c51e2f392c3bd333b6b5b8d Mon Sep 17 00:00:00 2001 From: Liudmila Kornilova Date: Thu, 16 Oct 2025 18:10:22 +0200 Subject: [PATCH] [indexing] IJPL-197540 Reconsider Indexing wording in hints and feedback notifications ("indexing") (3) GitOrigin-RevId: 650c42150db6d3c534ebf771a651448e70499d57 --- .../resources/messages/JavaLessonsBundle.properties | 2 +- .../src/messages/ActionsBundle.properties | 2 +- platform/util/resources/misc/registry.properties | 2 +- .../vcs-api-core/resources/messages/VcsBundle.properties | 4 ++-- .../resources/messages/KotlinGradleScriptingBundle.properties | 2 +- .../messages/KotlinDebuggerEvaluationBundle.properties | 2 +- .../resources/messages/PythonLessonsBundle.properties | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/java/java-features-trainer/resources/messages/JavaLessonsBundle.properties b/java/java-features-trainer/resources/messages/JavaLessonsBundle.properties index 08b2e5264da1..b21b18ea2694 100644 --- a/java/java-features-trainer/resources/messages/JavaLessonsBundle.properties +++ b/java/java-features-trainer/resources/messages/JavaLessonsBundle.properties @@ -19,7 +19,7 @@ java.onboarding.balloon.project.view=Click to open the Project view analyzes the JDK and your project \ +java.onboarding.indexing.description=When you open a project for the first time, analyzes the JDK and the project \ to enable code assistance. Please wait until project analysis is complete. java.onboarding.wait.indexing=Please wait while the IDE indexes JDK files java.onboarding.temporary.configuration.description=You have opened the demo sample. Now, let''s run it! In the highlighted {0}, \ diff --git a/platform/platform-resources-en/src/messages/ActionsBundle.properties b/platform/platform-resources-en/src/messages/ActionsBundle.properties index ec5fcf137987..49b3e32d746e 100644 --- a/platform/platform-resources-en/src/messages/ActionsBundle.properties +++ b/platform/platform-resources-en/src/messages/ActionsBundle.properties @@ -1918,7 +1918,7 @@ action.ShelvedChanges.Restore.text=Restore Applied Shelved Change group.VcsToolbarActions.text=VCS Actions action.ChangesView.GroupBy.Repository.text=Repository action.CheckIgnoredAndNotExcludedDirectories.text=Check Ignored but not Excluded Directories -action.CheckIgnoredAndNotExcludedDirectories.description=Check the presense of ignored directories which may be excluded from indexing and search +action.CheckIgnoredAndNotExcludedDirectories.description=Check the presense of ignored directories which may be excluded from project analysis and search action.CheckIgnoredAndNotExcludedDirectories.progress=Checking Ignored but not Excluded Directories\u2026 action.Vcs.Push.Force.text=_Force Push action.Vcs.Push.text=Push\u2026 diff --git a/platform/util/resources/misc/registry.properties b/platform/util/resources/misc/registry.properties index 889194d3d548..246deafc97e6 100644 --- a/platform/util/resources/misc/registry.properties +++ b/platform/util/resources/misc/registry.properties @@ -180,7 +180,7 @@ use.tty.for.external.tools.description=Use command line with TTY support to run ide.appIcon.badge=true ide.appIcon.requestAttention=true ide.appIcon.requestAttention.after.indexing=false -ide.appIcon.requestAttention.after.indexing.description=Whether IDE should request user's attention (e.g., by flashing application icon on taskbar) after the end of indexing +ide.appIcon.requestAttention.after.indexing.description=Whether IDE should request user's attention (e.g., by flashing application icon on taskbar) after the end of project analysis win.request.focus.delay.ms=20 win.request.focus.delay.ms.description=Time to wait (blocking EDT) before trying to activate the IDE window on Windows. The value around \ diff --git a/platform/vcs-api/vcs-api-core/resources/messages/VcsBundle.properties b/platform/vcs-api/vcs-api-core/resources/messages/VcsBundle.properties index e9415a579848..d367c96d72fc 100644 --- a/platform/vcs-api/vcs-api-core/resources/messages/VcsBundle.properties +++ b/platform/vcs-api/vcs-api-core/resources/messages/VcsBundle.properties @@ -516,7 +516,7 @@ ignored.file.not.manage.this.project.option=Don't manage for this project only ignored.file.not.manage.option=Turn off app-wide ignored.file.excluded.settings.title=Excluded directory management policy ignored.file.excluded.to.ignored.label=Add excluded directories to ignore file -ignored.file.ignored.to.excluded.label=Automatically exclude ignored directories from the indexing +ignored.file.ignored.to.excluded.label=Automatically exclude ignored directories from the analysis ignored.file.manage.view=View ignored.file.manage.with.files.message={0} can automatically add files that are usually ignored to {1}. ignored.file.manage.message={0} can automatically add files that are usually ignored to {1}. @@ -737,7 +737,7 @@ external.files.add.notification.action.add=Always Add external.files.add.notification.action.mute=Don't Ask Again external.files.add.view.dialog.title=Add Files to {0} -ignore.to.exclude.notification.message=Some of the ignored directories are not excluded from indexing and search +ignore.to.exclude.notification.message=Some of the ignored directories are not excluded from analysis and search ignore.to.exclude.notification.notice=Note: It is recommended to recheck directories content before exclude. Some directories may contain items which should not be excluded. ignore.to.exclude.notification.action.view=View directories ignore.to.exclude.notification.action.mute=Don't show again diff --git a/plugins/kotlin/gradle/scripting/kotlin.gradle.scripting.shared/resources/messages/KotlinGradleScriptingBundle.properties b/plugins/kotlin/gradle/scripting/kotlin.gradle.scripting.shared/resources/messages/KotlinGradleScriptingBundle.properties index c0ac5d9e32ad..272dd14eb15d 100644 --- a/plugins/kotlin/gradle/scripting/kotlin.gradle.scripting.shared/resources/messages/KotlinGradleScriptingBundle.properties +++ b/plugins/kotlin/gradle/scripting/kotlin.gradle.scripting.shared/resources/messages/KotlinGradleScriptingBundle.properties @@ -64,4 +64,4 @@ action.Kotlin.Gradle.ShowDslLogs.text=Show Kotlin Gradle DSL Logs text.gradle.dsl.logs.cannot.be.found.automatically.see.how.to.find.logs=Gradle DSL Logs cannot be found automatically.
See how to find logs here. open.advanced.settings=Open 'Advanced Settings' link.label.opening.advanced.settings=Opening 'Advanced Settings' -label.sources.were.not.indexed=To improve project start-up time, scripts dependencies sources indexing was disabled. You can change this in 'Advanced Settings' +label.sources.were.not.indexed=To improve project start-up time, scripts dependencies sources analysis was disabled. You can change this in 'Advanced Settings' diff --git a/plugins/kotlin/jvm-debugger/evaluation/resources/messages/KotlinDebuggerEvaluationBundle.properties b/plugins/kotlin/jvm-debugger/evaluation/resources/messages/KotlinDebuggerEvaluationBundle.properties index ed103f6cf807..b126fbfa7443 100644 --- a/plugins/kotlin/jvm-debugger/evaluation/resources/messages/KotlinDebuggerEvaluationBundle.properties +++ b/plugins/kotlin/jvm-debugger/evaluation/resources/messages/KotlinDebuggerEvaluationBundle.properties @@ -7,7 +7,7 @@ error.crossinline.lambda.evaluation=Evaluation of 'crossinline' lambdas is not s error.cant.evaluate=Can not evaluate the expression error.bad.context=Couldn't evaluate Kotlin expression in this context -error.dumb.mode=Evaluation is not possible during indexing +error.dumb.mode=Evaluation is not possible during project analysis error.thread.unavailable=Cannot evaluate a code fragment: thread is not available error.thread.not.suspended=Evaluation is available only for the suspended threads error.creating.class.loader=Error creating evaluation class loader: {0} diff --git a/python/python-features-trainer/resources/messages/PythonLessonsBundle.properties b/python/python-features-trainer/resources/messages/PythonLessonsBundle.properties index 3d9b0728393e..9b1bf90e19f9 100644 --- a/python/python-features-trainer/resources/messages/PythonLessonsBundle.properties +++ b/python/python-features-trainer/resources/messages/PythonLessonsBundle.properties @@ -22,8 +22,8 @@ python.onboarding.interpreter.description=PyCharm has already configured a Pytho You can modify it or create another one for your projects. \ The simplest way to do it is to use the Python interpreter selector in the Status bar. python.onboarding.interpreter.tip=Tip: here you can discover your Python interpreter settings -python.onboarding.indexing.description=When you open a project for the first time, scans the Python SDK and the project itself \ - to collect details required for coding assistance. To continue, wait until indexing completes. +python.onboarding.indexing.description=When you open a project for the first time, analyzes the Python SDK and the project \ + to enable code assistance. Please wait until project analysis is complete. python.onboarding.temporary.configuration.description=You have opened the demo sample. Now, let''s run it! In the highlighted {0}, \ you can see popular running actions for the selected configuration. For example, you can run your code {1} or debug it {2}. python.onboarding.run.options.professional=Other actions like profile {0}, and run with coverage {1} can be showed by clicking on {2}.