Am Sonntag, 12. Januar 2020, 13:58:46 CET schrieb redtide: > it seems that starting from QtCreator 4.11 the related EditorConfig plugin > doesn't work anymore.
Yes, with ever new QtCreator version it must be compile again, because the APIs aren't binary compatible. But it seems they are source compatible.. So recompiling suffices. > I wonder if it is being maintained; it seems not having any update since > end 2018 and if there is some way to get in contact with the author, > Herbert Graeber. I decided - for now - to restrict the pulgin to the basic editorconfig properties. So the was no need for extending the plugin, but I will if ther e is a need for this. But I recompile it for ever new QtCreator version, at least the 32-bit plugin for the QtCreator delivered with th Qt installer. > I was in the QtCreator IRC support channel and some developer told me: > "submit that via codereview.qt-project.org if it is meant to be part of qt > creator proper" and > "lately there was > qt.io/blog/building-qt-creator-plugins-with-github-actions so it should > also be feasible to take that over and handle outside > codereview.qt-project.org". > > Any chance to see it in action again? Currently I am working on compiling the plugin with github actions. This will make it easier to provide the plugin for new QtCreator version in time. SO you can expect this is the last time, that we will have such a long delay. Herbert -- You received this message because you are subscribed to the Google Groups "EditorConfig" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/editorconfig/6172153.x38Bn9tK6i%40aldebaran.internal.graeber-clan.de.
