mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
code_samples/max_opened_project: README minor
This commit is contained in:
parent
f9b187ee1f
commit
bae28d01fe
@ -4,7 +4,7 @@
|
|||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
Maximum Open Projects Sample implements a `ProjectManagerListener` with two methods applied to check if the current projects have been opened or closed.
|
Maximum Open Projects Sample implements a `ProjectManagerListener` with two methods applied to check if the current projects have been opened or closed.
|
||||||
Each method refers to the `ProjectCountingService` service registered as an `applicationService` extension point.
|
Each method refers to the `ProjectCountingService` service registered as an `com.intellij.applicationService` extension point.
|
||||||
It provides methods to increase and decrease the global counter of the currently opened projects in the IDE.
|
It provides methods to increase and decrease the global counter of the currently opened projects in the IDE.
|
||||||
After opening each one, a message dialog is presented to the user with the current number.
|
After opening each one, a message dialog is presented to the user with the current number.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user