From 2dd4b5b1d586ea25bfdb3b8ef930ab0f97762c61 Mon Sep 17 00:00:00 2001 From: Patrick Scheibe Date: Thu, 11 Mar 2021 01:42:29 +0100 Subject: [PATCH] Include Element Patterns in content updates, fix method reference to show without highlighting --- topics/basics/architectural_overview/element_patterns.md | 2 +- topics/intro/content_updates.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/topics/basics/architectural_overview/element_patterns.md b/topics/basics/architectural_overview/element_patterns.md index f8d1cd677..824330972 100644 --- a/topics/basics/architectural_overview/element_patterns.md +++ b/topics/basics/architectural_overview/element_patterns.md @@ -92,7 +92,7 @@ Note that finding an identifiable part of a pattern can be achieved by setting a Using the Markdown code example from above, we note that the `MarkdownLinkDestinationImpl` class is used in the element pattern. Now, set a breakpoint at: -```java +```text com.intellij.patterns.ElementPattern#accepts( java.lang.Object, com.intellij.util.ProcessingContext diff --git a/topics/intro/content_updates.md b/topics/intro/content_updates.md index 1533b89a6..792036def 100644 --- a/topics/intro/content_updates.md +++ b/topics/intro/content_updates.md @@ -6,6 +6,13 @@ Follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBr See [GitHub Changelog](https://github.com/JetBrains/intellij-sdk-docs/commits/main) ([RSS](https://github.com/JetBrains/intellij-sdk-docs/commits/main.atom)) for a detailed changelog. +## 2021 + +### March-21 + +Element Patterns +: Add a new section about [Element Patterns](element_patterns.md) that are used when implementing [Completion Contributors](completion_contributor.md) or [PSI Reference Contributors](psi_references.md#contributed-references). + ## 2020 ### December-20