From cd2856ad020b0c552cb34dbc90507f194d435623 Mon Sep 17 00:00:00 2001 From: Darkyenus Date: Sun, 16 Aug 2015 13:22:37 +0200 Subject: [PATCH] Version 1.10 --- META-INF/plugin.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index aa0e815b..54532cda 100755 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -27,9 +27,23 @@ com.intellij.modules.lang - 1.9 + 1.10 1.10

+
    +
  • Rewrite preprocessor token parsing to be much more robust
  • +
  • Parse multidimensional struct members correctly
  • +
  • Improve autocomplete and finding usages
  • +
  • Parse switch statements correctly
  • +
  • Overhaul new file creation, allow custom templates for all supported file extensions
  • +
  • Warn on incorrect array indexes
  • +
  • Warn on incorrect const variable handling
  • +
  • Add function parameter lookup
  • +
  • Support 4.50 opaque types (samplers)
  • +
  • Many smaller fixes and improvements
  • +
+

1.9

  • Vastly improved under-the-hood handling of types, operators and arrays