ShyykoSerhiy / gfm-plugin

Github flavored markdown plugin for intellij idea.
https://plugins.jetbrains.com/plugin/7701
MIT License
88 stars 16 forks source link

Replaces deprecated method call #149

Closed trespasserw closed 5 years ago

trespasserw commented 5 years ago

The method com.sun.jna.Pointer#getString(long, boolean) was deprecated for some time and is finally removed in recent JNA versions. This change is needed to make the plugin compatible with IDEA 2019.2+ (which will include JNA 5.3.0).