runActivity

open fun runActivity(@NotNull project: @NotNull Project)

This method is executed when a project is opened. It checks if the opened project is a UOC project and if so, conducts several actions including decrypting project files, setting up listeners for file changes, reloading the project, logging user actions, and registering listeners for document and file changes.

Parameters

project

the project being opened