From aebb9ea672f6de014136acfd9dd6d7d2dfdff8d0 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Fri, 31 Jan 2025 15:42:13 +0100 Subject: [PATCH] documentation.md: "framework" -> "API" --- .../reference_guide/custom_language_support/documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/reference_guide/custom_language_support/documentation.md b/topics/reference_guide/custom_language_support/documentation.md index e9bc942d2..19f2d6dbb 100644 --- a/topics/reference_guide/custom_language_support/documentation.md +++ b/topics/reference_guide/custom_language_support/documentation.md @@ -1,4 +1,4 @@ - + # Documentation @@ -87,7 +87,7 @@ before, then `computeDocumentation()` should do the work that was formerly done In addition to showing the documentation, the `computeDocumentationHint()` method returns the text to be displayed when the user hovers over an element with Ctrl/Cmd pressed or when Settings | Editor | Code Editing | Show quick documentation on hover is enabled. -In the old framework, this method was called `DocumentationProvider.getQuickNavigateInfo()`. +In the old API, this method was called `DocumentationProvider.getQuickNavigateInfo()`. The `createPointer()` method manages instance restoration and ensures access to the entity across different read actions. When implementing the `createPointer()` method, it is essential to handle invalidated PSI elements.