sassanh / qnvim

Neovim backend for Qt Creator
MIT License
136 stars 8 forks source link

Make plugin compatible with QtCreator 5.0.2 #37

Closed gikari closed 1 year ago

gikari commented 1 year ago

This changed API a little bit.

Test Plan

  1. Make a clean build[^1] and run QtCreator from %{sourceDir}\external\qtcreator\dist-Windows\bin\qtcreator.exe and args -pluginpath %{buildDir}\lib\qtcreator\plugins. This should load the plugin.
  2. Check, that it still works (in our case saving is concerned).

[^1]: This is to prevent Qt Creator from loading an old version of the plugin.

gikari commented 1 year ago

Should I push the tag v5.0.2 to make a release?

sassanh commented 1 year ago

Yes, let's do it.