From 24f6af148c70989a49904166f03f0d38d5e7af1c Mon Sep 17 00:00:00 2001 From: Bastien Jansen Date: Fri, 6 Oct 2023 19:05:29 +0200 Subject: [PATCH] chore: update changelog & readme before release --- README.md | 6 +++--- src/main/resources/META-INF/plugin.xml | 12 +++++++----- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f2c5c6bd..42976c6f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # IntelliJ Idea Plugin for ANTLR v4 ![Java CI](https://github.com/antlr/intellij-plugin-v4/workflows/Java%20CI/badge.svg?branch=master) [![Latest version](https://img.shields.io/jetbrains/plugin/v/7358.svg?label=latest%20version)](https://plugins.jetbrains.com/plugin/7358) ![Downloads](https://img.shields.io/jetbrains/plugin/d/7358.svg) -An [IntelliJ](https://www.jetbrains.com/idea/) 2020.3+ plugin for ANTLR v4 ([plugin source at github](https://github.com/antlr/intellij-plugin-v4)). (Technically, the plugin will load in 2019.2+ but you might not have much luck earlier than 2020.3) +An [IntelliJ](https://www.jetbrains.com/idea/) 2020.3+ plugin for ANTLR v4 ([plugin source at github](https://github.com/antlr/intellij-plugin-v4)). -[Plugin page at intellij](http://plugins.jetbrains.com/plugin/7358?pr=idea) +[Plugin page at JetBrains Marketplace](http://plugins.jetbrains.com/plugin/7358?pr=idea) -This plugin is for ANTLR v4 grammars and includes ANTLR 4.13.0. Works with +This plugin is for ANTLR v4 grammars and includes ANTLR 4.13.1. Works with IntelliJ IDEA and other IntelliJ-based IDEs. ## Features: diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 1a93c9ae..f00cc69e 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -6,7 +6,7 @@ - This plugin is for ANTLR v4 grammars and includes ANTLR 4.13.0. It works with + This plugin is for ANTLR v4 grammars and includes ANTLR 4.13.1. It works with 2020.3 and above. It should work in other JetBrains IDEs.

@@ -73,11 +73,13 @@ For really big files and slow grammars, there is an appreciable delay when displ -
  • ANTLR bumped from 4.11.1 to 4.12.0 (#620)
  • -
  • Fixed compatibility with IntelliJ Platform 2023.1 (#605)
  • -
  • A number of other bug fixes
  • +
  • Time column sorted as string when “Show expert columns" selected (#655)
  • +
  • Go To -> Declaration or Usages from declaration should not include the declaration (#629)
  • +
  • NullPointer in antlr.intellij.plugin (#627)
  • +
  • Exception in plugin ANTLR v4(1.20) on IntelliJ IDEA 2023.1.3 (#650)
  • +
  • Structure view shows "loading ..." but nothing comes up (#659)
  • - See the complete list of fixed issues. + See the complete list of fixed issues. ]]>