mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
docs [pycharm]: add what's new for 2025.3
GitOrigin-RevId: 755d5e2674e5dbad4c3cbb1be0f758e3ad63e489
This commit is contained in:
committed by
intellij-monorepo-bot
parent
146559316d
commit
95af317029
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 119 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 126 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 157 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 162 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 104 KiB |
+1
-2
@@ -3,12 +3,11 @@ package com.intellij.pycharm.community.ide.impl.whatsnew
|
||||
|
||||
import com.intellij.openapi.application.InitialConfigImportState
|
||||
import com.intellij.platform.whatsNew.WhatsNewInVisionContentProvider
|
||||
import com.intellij.util.PlatformUtils.isCommunityEdition
|
||||
|
||||
// The files are missing in master. Both files were added, and version was updated only in stable brunches.
|
||||
class PyCharmWhatsNewInVisionContentProvider : WhatsNewInVisionContentProvider() {
|
||||
override val baseResourcePathInClassLoader: String = "whatsNew"
|
||||
override val visionJsonFileNames: List<String> = listOf(if (isCommunityEdition()) "pycharmCE2025.2.json" else "pycharm2025.2.json")
|
||||
override val visionJsonFileNames: List<String> = listOf("pycharm2025.3.json")
|
||||
|
||||
override suspend fun isAvailable(): Boolean {
|
||||
// Will skip WhatsNew if the first launch / new user, not to overload user with info.
|
||||
|
||||
Reference in New Issue
Block a user