Update Intellij libraries to 2019.3, for compatibility.

This ballooned the plugin size to 4MB, so add jarjar, which strips unused classes. The result is 1.8MB.

It also exposed a small bug in icon loading, where a leading '/' was required.

This is mostly done with the hope that Jeremy will stop getting nag mails from JetBrains.

Change-Id: I1a3bf92ac3a216bbcaaa80d40aa0a2887732612c
9 files changed
tree: 4653a3b084be65f93659d2be6c8369752d44a03c
  1. grammar_kit/
  2. intellij_platform_sdk/
  3. jarjar/
  4. resources/
  5. src/
  6. third_party/
  7. AUTHORS
  8. BUILD
  9. CONTRIBUTING.md
  10. FIDL-Plugin.iml
  11. jarjar_rules.txt
  12. LICENSE
  13. PATENTS
  14. README.md
  15. WORKSPACE
README.md

IntelliJ Plugin for FIDL

This repository contains the IntelliJ plugin for FIDL. More information will be added as it becomes relevant. For information about contributing to this project, please read CONTRIBUTING.md.