-
Add support for REHL/Fedora/CentOS
Thanks for the contribution @New-World-2019
-
Marked word (via selection or via cursor position) will be used with Qt online help
- Fix broken launch of Designer/Creator when command is trigger from the command palette
Thanks @hierfer for the report
- Add multi-file support for Qt Creator
- Upgrade typescript and webpack
- Disable virtual workspaces support according to https://github.com/microsoft/vscode/wiki/Virtual-Workspaces
- Add optional PATH mode
- Launching Qt Creator will use the running instance if there is one
Thanks to @jannkoeker for the contribution - Add support for Qt6
Thanks for the help @Animeshdhakal and @macdew 🙏
- Bump lodash from 4.17.19 to 4.17.21 to fix a security vulnerability
- Bump elliptic from 6.5.3 to 6.5.4 to fix a security vulnerability
- Bump y18n from 4.0.0 to 4.0.1 to fix a security vulnerability
- Bump ssri from 6.0.1 to 8.0.1 to fix a security vulnerability
- Bump ini from 1.3.5 to 1.3.8 to fix a security vulnerability
- Add Qt online help commands. Thanks to for the request @Shatur95
- Add support for open multiple selected files at once in Qt designer. Thanks to @cobalt77 for the contribution 🙏.
- Use webpack to reduce bundle size of the extension and also be much faster in loading during startup
- Reduce the use of sync functions and try to use async functions to avoid blocking the main thread
- Bump up version of
bl
to1.2.3
to avoid security issues
Big shout out to @Shatur95 for his support 🙏
- Add logger
- Open a current file via context menu will now use the underlying document instead of the active one
- Get cmake.buildDirectory directly from cmake tools extension
- add support for ${buildKit} and ${buildType} in
cmake.buildDirectory
- upgrade dependencies
- Add Visual Studio support on windows
- Add url support for visualizerFile
- Fix flaky behaviour of some commands
- Add Qt Creator support
- Add support for custom natvis file
- Add syntax highlighting for
.ui
,.qrc
and.qss
thanks to @Marr11317
- Move natvis file to
res
folder
- Add debugger extension support via natvis files
- Add auto injection feature for natvis file into
launch.json
- Initial release