tarantool / tarantool-idea-plugin

Tarantool support plugin for Intellij Platform
Other
10 stars 2 forks source link

Support Intellij 2021.3 Platform #33

Closed Periecle closed 2 years ago

Periecle commented 2 years ago

Change minimal supported platform version to 2021.3 due to breaking changes in API.

Description

Replaced verification IDEs with 213.* versions. Used new DBMS factory method instead of removed. Used new IconLoader method instead of removed.

Motivation and Context

Intellij 2021.3 is releasing soon; we should migrate the plugin to the new platform version to keep up.

How has this been tested?

Ran IDE locally and verified via Gradle plugin.

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

Checklist:

Go over all the following points, and put an x in all the boxes that apply. If you're unsure about any of these, don't hesitate to ask. We're here to help!