Releases: editorconfig/editorconfig-qtcreator
Releases · editorconfig/editorconfig-qtcreator
Version 0.3.2
Version 0.3.1
- Fix build with QtCreator 4.11
- Italian and german translations
Version 0.3.0
Add a wizard for the creation of an initial .editorconfg file
- Create a new .editorconfig file in the current projects root with the
"root = yes" property. - Take the initial settings from the C++ and Qml settings of the current
project - The folder the zip file has to be unpacked has changed science qtcreator 4.5.0, to better match the standalone qtcreator setups, especially the one for x64.
- The .0 releases are expected to work with following qt-creator releases of the same minor version. For example, editorconfig-qtcreator-4.5.0 works for qtcreator 4.5.2.
Version 0.2.0
- Remove explicit handling of "indent_size = tab". This is handled implicitly by editorconfig-core-c.
- Give informative message into the general message pane.
- Use a logging category for debug messages
- Fix: Release EditorConfig handles
Version 0.1.1
First release