Skip to content

Releases: seanwu1105/vscode-qt-for-python

0.5.2

13 Oct 09:37
Compare
Choose a tag to compare

Thanks for following along! For more information check out the CHANGELOG.

0.5.1

13 Oct 09:31
Compare
Choose a tag to compare

Thanks for following along! For more information check out the CHANGELOG.

0.5.0

13 Oct 09:15
Compare
Choose a tag to compare

Thanks for following along! For more information check out the CHANGELOG.

0.4.2

26 Jan 15:11
Compare
Choose a tag to compare

Fix

  • Color QPlainTextEdit and QAbstractItemView (#11)

v0.4.1

21 Aug 13:53
Compare
Choose a tag to compare

0.4.1

Remove the new lines in QML snippets.

0.4.0

Added

Support .pri, .prf, .prl file extensions by applying QMake syntax.

v0.3.0

06 May 05:23
Compare
Choose a tag to compare

Added

Partial environment variables are supported in configurations, including

  • Visual Studio Code predefined variables
  • Environment variables

v0.2.0

06 May 05:14
Compare
Choose a tag to compare

Added

  • Menus in editor/title and editor/context

Fixed

  • Now, the path of input file could include spaces. (thanks to Paolo (ZioLupo))

v0.1.1

31 Jan 06:43
Compare
Choose a tag to compare

Changed

  • Format the README.md
  • Update the username of badgets

v0.1.0

18 Jan 17:18
Compare
Choose a tag to compare

Added

  • Python UI compiler (pyuic5, pyside2-uic)
  • Python Resource Compiler (pyrcc5, pyside2-rcc)
  • Python lupdate (pylupdate5, pyside2-lupdate)

Changed

  • Change the command IDs from extension to qtForPython to avoid confliction.

Fixed

  • Some commands do not trigger the activation event of the extension.

v0.0.2

14 Jan 14:16
Compare
Choose a tag to compare

Added

  • Qt Markup Language (*.qml) highlighting and snippets support
  • QML Module Definition Files (*.qmldir) highlighting and snippets support
  • Qt Style Sheets (*.qss) highlighting and snippets support
  • Qt Linguist Translation (*.qt.ts) highlighting support (XML)
  • Resource Collection Files (*.qrc) highlighting support (XML)
  • Qt Designer Form (*.ui) highlighting support (XML)
  • Qt Creator User Settings (*.pro.user) highlighting support (XML)
  • qmake highlighting support
  • New form (Qt Designer *.ui file) command
  • Edit form (Qt Designer *.ui file) command
  • Edit translation (Qt Linguist *.qt.ts file)
  • Release translation (Qt Linguist *.qt.ts file) to *.qm file
  • Preview QML