Skip to content

Releases: editorconfig/editorconfig-qtcreator

Version 0.3.2

30 Jul 09:31
Compare
Choose a tag to compare

Adapt to changes in MessageManager. Now compatible with qtcreator 4.15, but not with earlier versions

Version 0.3.1

21 Jan 12:40
Compare
Choose a tag to compare
  • Fix build with QtCreator 4.11
  • Italian and german translations

Version 0.3.0

07 Aug 20:25
Compare
Choose a tag to compare

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

04 Jun 22:41
Compare
Choose a tag to compare
  • 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

09 May 19:30
Compare
Choose a tag to compare

First release