ProjectOpenedManager

open class ProjectOpenedManager : StartupActivity

This class handles the opening of a project, with operations such as decryption of project files, setting up of listeners and registration of file changes. It utilizes various platform API tools and services and is designed to work specifically with UOC projects.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun runActivity(@NotNull project: @NotNull Project)
This method is executed when a project is opened.

Properties

Link copied to clipboard
val POST_STARTUP_ACTIVITY: ExtensionPointName<StartupActivity>