From 4dd4540858490b9e01e16c59bd81e21bc1e0cf2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 23 Feb 2021 16:03:06 +0100 Subject: [PATCH] code_samples/max_opened_project: README minor --- code_samples/max_opened_projects/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code_samples/max_opened_projects/README.md b/code_samples/max_opened_projects/README.md index 64edd776e..3a857c519 100644 --- a/code_samples/max_opened_projects/README.md +++ b/code_samples/max_opened_projects/README.md @@ -4,7 +4,7 @@ ## Quickstart 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. After opening each one, a message dialog is presented to the user with the current number.