mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
[IFT] Remove shared indexes remark because shared indexes message is muted when training is started
GitOrigin-RevId: 573172efeb1fb91524aab698140209d1c00196bc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c4b4c0e62a
commit
27bd099fbc
@@ -1,6 +1,3 @@
|
||||
readme.shared.indexes.remark=You may notice a message prompting to download shared indexes. If you have a good internet connection, \
|
||||
you can accept the suggestion and speed up the project initialization.
|
||||
|
||||
java.surround.and.unwrap.help.unwrapping.and.removing.statements=Working with code statements
|
||||
|
||||
java.basic.completion.choose.first=You can choose the first item from the Lookup menu by pressing {0}.
|
||||
|
||||
@@ -38,10 +38,7 @@ class JavaLangSupport : AbstractLangSupport() {
|
||||
|
||||
override val langCourseFeedback get() = getFeedbackLink(this, false)
|
||||
|
||||
override val readMeCreator: ReadMeCreator = object : ReadMeCreator() {
|
||||
private val sharedIndexesRemark: String = JavaLessonsBundle.message("readme.shared.indexes.remark")
|
||||
override val indexingDescription = "${super.indexingDescription}\n\n$sharedIndexesRemark"
|
||||
}
|
||||
override val readMeCreator= ReadMeCreator()
|
||||
|
||||
override fun installAndOpenLearningProject(projectPath: Path,
|
||||
projectToClose: Project?,
|
||||
|
||||
Reference in New Issue
Block a user