Commit Graph

8 Commits

Author SHA1 Message Date
Daniil Ovchinnikov
578eaaf60e rename library kotlin-stdlib-jdk8 -> kotlin-stdlib
GitOrigin-RevId: cddf45ccfd5563d3fe209bea62a1c37c94f44ff9
2023-01-10 12:22:34 +00:00
Konstantin Hudyakov
2986a16262 IFT-291 Bundle Features Suggester to Java, Kotlin, Python and JavaScript
IJ-CR-14522

GitOrigin-RevId: 6512d5f061c8004fb3e4f7f3f1f404193f30e1f5
2021-12-16 16:43:28 +00:00
Alexey Merkulov
635db47250 [IFT] Collect onboarding specific data for feedback and invoke feedback on PyCharm onboarding lesson end
Also change JSON-serialization code.
Exit link will invoke feedback dialog directly (before the project close), project close will show notification on welcome screen (minimized into green circle now) and 'cancel' on 'show more lessons' will show notification in learning project.

IJ-CR-17369

GitOrigin-RevId: 679cd0f1ed4ea7c30ff869a5e8354c9bc5364104
2021-11-22 15:13:27 +00:00
Alexey Kudravtsev
17669befde make smRunner non-exported to avoid leaking tcServicesMessages library to api modules
GitOrigin-RevId: f322bed68735d60a9f59aae94ca6b4cb829afc78
2021-07-20 13:00:22 +00:00
Nikolay Chashnikov
5a2ff9658d [IntelliJ project configuration] remove unnecessary trailing empty line from iml files
IDEA doesn't add such line when the module configuration is saved, so it's better to remove it, otherwise developers may get unexpected modified iml files in their working copies.

GitOrigin-RevId: dc1ad302d19a1b889e571c521d0b6cbfcb6c1c20
2021-06-25 16:03:06 +00:00
Alexey Merkulov
4cbe1d21b1 [IFT] Exclude testGuiFramework dependency from IFT modules
Also make test script to wait editor analyzed

IDEA-CR-70569

GitOrigin-RevId: f7b3f69043de4fd064aa1c4c95c25622766825a1
2021-02-19 11:36:28 +00:00
Konstantin Hudyakov
8076cfc8dd [IFT] Add another type of sdk for Python learning project: virtual environment.
Venv will be used if "ide.features.trainer.use.venv" registry option set to true. This flag was added because venv doesn't work properly in master due to classpath problems.

IDEA-CR-69125

GitOrigin-RevId: a16c5c2943a8fc19d331e00660a0ebdee8e178ae
2020-12-15 12:27:49 +00:00
Alexey Merkulov
772df076b6 [IFT] Python support extracted to its own module
GitOrigin-RevId: fba49eaa88e820444422b6d7b2fa666fe6c25d09
2020-11-12 17:39:39 +00:00