From 0445fb4eeac4541c57d7019c9a52c4d887511ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pol=C3=A1k?= <456647@muni.cz> Date: Thu, 27 Oct 2022 13:04:44 +0200 Subject: [PATCH] Version 1.22 --- build.gradle.kts | 4 ++-- src/main/resources/META-INF/plugin.xml | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7f309b5..7617a7f 100755 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { id("org.jetbrains.intellij") version "1.9.0" } -val pluginVersion = "1.22-SNAPSHOT" +val pluginVersion = "1.22" group = "com.darkyen" version = pluginVersion @@ -26,7 +26,7 @@ intellij { updateSinceUntilBuild.set(false) instrumentCode.set(false) - plugins.add("PsiViewer:222-SNAPSHOT") + //plugins.add("PsiViewer:222-SNAPSHOT") } tasks { diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index c65c047..b59ec33 100755 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -27,17 +27,23 @@ Foundation - + - + com.intellij.modules.platform com.intellij.modules.lang
  • Don't associate with .shader files by default to prevent conflicts with Unity
  • +
  • Massive rewrite of reference handling, fixes known crash and makes it much more reliable
  • +
  • Basic support for #include "filename" (notable omissions: no cross-file preprocessor references)
  • +
  • Basic support for preprocessor macro functions, e.g. #define MAX(a, b) ((a) > (b) ? (a) : (b))
  • +
  • Region folding for preprocessor if blocks
  • +
  • Minor improvements which you may or may not notice
  • +

    This release took a week of full time work, but it is still likely that there will be bugs. Please report them. Support in form of kind reviews or sponsorships is appreciated.

    ]]>