gender-neutral user (#619)

This commit is contained in:
Mike 2021-12-20 17:29:54 +03:00 committed by GitHub
parent 2be42676f4
commit 8c904d1cfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
> Please see related [Project Security](https://www.jetbrains.com/help/idea/project-security.html) topic from product documentation.
>
When a project is opened in the IDE for the first time, the user will be asked whether she trusts the project or not.
When a project is opened in the IDE for the first time, the user will be asked whether they trust the project or not.
If the user chooses to preview the project in the safe mode, no potentially dangerous feature can be executed automatically or unexpectedly.
A plugin can check whether the project is trusted via the Kotlin extension method `Project.isTrusted()` or from Java via static method [`TrustedProjects.isTrusted(Project)`](upsource:///platform/platform-impl/src/com/intellij/ide/impl/TrustedProjects.kt).