Qt Creator full changelog
Qt Creator 15.0.0
released Dec 2, 2024 (New Release)
Editing:
Fixed performance issues when long lines are highlighted
Fixed a crash after completion
C++:
Fixed generating getters and setters for static pointer members
Fixed a crash while parsing
Built-in:
Fixed an issue with empty lists in member initializations
Fixed an issue with empty lists in the placement version of `new`
QML:
Fixed that automatic formatting on save with `qmlformat` ignored
qmlformat.ini`
qmlls`
Fixed semantic highlighting
Fixed that enabling `qmlls` disabled code snippets
Python:
Fixed the state of the `Generate Kit` button
Language Server Protocol
Fixed the line number for diagnostics
Widget Designer:
Fixed issues with switching to Design mode when external editor windows are
open
Fixed a crash when renaming widgets
Fixed performance issues when long lines are highlighted
Fixed a crash after completion
C++:
Fixed generating getters and setters for static pointer members
Fixed a crash while parsing
Built-in:
Fixed an issue with empty lists in member initializations
Fixed an issue with empty lists in the placement version of `new`
QML:
Fixed that automatic formatting on save with `qmlformat` ignored
qmlformat.ini`
qmlls`
Fixed semantic highlighting
Fixed that enabling `qmlls` disabled code snippets
Python:
Fixed the state of the `Generate Kit` button
Language Server Protocol
Fixed the line number for diagnostics
Widget Designer:
Fixed issues with switching to Design mode when external editor windows are
open
Fixed a crash when renaming widgets
Qt Creator 14.0.2
released Oct 1, 2024 (New Release)
Editing:
Fixed performance issues when long lines are highlighted
Fixed a crash after completion
C++:
Fixed generating getters and setters for static pointer members
Fixed a crash while parsing
Built-in:
Fixed an issue with empty lists in member initializations
Fixed an issue with empty lists in the placement version of `new`
QML:
Fixed that automatic formatting on save with `qmlformat` ignored
qmlformat.ini`
qmlls`
Fixed semantic highlighting
Fixed that enabling `qmlls` disabled code snippets
Python:
Fixed the state of the `Generate Kit` button
Language Server Protocol
Fixed the line number for diagnostics
Widget Designer:
Fixed issues with switching to Design mode when external editor windows are
open
Fixed a crash when renaming widgets
Fixed performance issues when long lines are highlighted
Fixed a crash after completion
C++:
Fixed generating getters and setters for static pointer members
Fixed a crash while parsing
Built-in:
Fixed an issue with empty lists in member initializations
Fixed an issue with empty lists in the placement version of `new`
QML:
Fixed that automatic formatting on save with `qmlformat` ignored
qmlformat.ini`
qmlls`
Fixed semantic highlighting
Fixed that enabling `qmlls` disabled code snippets
Python:
Fixed the state of the `Generate Kit` button
Language Server Protocol
Fixed the line number for diagnostics
Widget Designer:
Fixed issues with switching to Design mode when external editor windows are
open
Fixed a crash when renaming widgets
Qt Creator 14.0.1
released Aug 7, 2024 (New Release)
General:
Fixed wrong colors when using a light theme on a dark system
Editing:
Fixed a crash when selecting a context menu item for an editor that was closed in the meantime
C++:
Fixed a crash in the type hierarchy builder
Fixed the highlighting of non-plain character literals
QML:
Fixed that context help could show help from the wrong module
FakeVim:
Fixed that invalid values could be set for the tabstop size
Projects:
CMake:
* Fixed the application of changes to the `Initial Arguments`
Debugging:
C++:
Fixed pretty printing for Qt 4
Analyzer:
Axivion:
Fixed a crash when creating links from the issues table to column data
Valgrind:
Fixed missing error kinds for newer Valgrind versions in the parser
Fixed wrong colors when using a light theme on a dark system
Editing:
Fixed a crash when selecting a context menu item for an editor that was closed in the meantime
C++:
Fixed a crash in the type hierarchy builder
Fixed the highlighting of non-plain character literals
QML:
Fixed that context help could show help from the wrong module
FakeVim:
Fixed that invalid values could be set for the tabstop size
Projects:
CMake:
* Fixed the application of changes to the `Initial Arguments`
Debugging:
C++:
Fixed pretty printing for Qt 4
Analyzer:
Axivion:
Fixed a crash when creating links from the issues table to column data
Valgrind:
Fixed missing error kinds for newer Valgrind versions in the parser
Qt Creator 14.0.0
released Jul 25, 2024 (New Release)
General:
Started work on supporting Lua based plugins (registering language servers, actions, preferences, and wizards) (Documentation)
Added a mode for managing extensions
Added Clear and Save Contents to context menus of all output views
Locator
Added the option to show results relative to project root (QTCREATORBUG-29462)
Editing:
Changed the default behavior when files change on disk to Reload All Unchanged Editors
Made the search options session-specific (QTCREATORBUG-793)
Added menus with the navigation history to the back and forward buttons (QTCREATORBUG-347)
Added a highlight for the current view in case of multiple views (QTCREATORBUG-23654)
Added Window > Reopen Last Closed Document
Added the option to open files in a text editor that were detected as binary (QTCREATORBUG-31116)
Fixed that changing a document's MIME type by renaming did not re-open it in the new editor type when needed (QTCREATORBUG-30317)
Fixed that after hiding the editor in Debug mode, Edit mode always opened when opening documents, even if an external editor window was available (QTCREATORBUG-30408)
Fixed that it wasn't possible to open a file in the text editor if it was classified as a binary file format by the MIME database (QTCREATORBUG-31116)
Fixed the unindenting with backspace when multiple cursors are active (QTCREATORBUG-31158)
C++:
Made C++ code model settings configurable per project
Added a setting for the naming of include guards (QTCREATORBUG-25117)
Fixed indentation after function calls with subscript operator (QTCREATORBUG-29225)
Refactoring:
Added Convert Function Call to Qt Meta-Method Invocation (QTCREATORBUG-15972)
Added Move Class to a Dedicated Set of Source Files (QTCREATORBUG-12190)
Added Re-order Member Function Definitions According to Declaration Order (QTCREATORBUG-6199)
Added Add Curly Braces for do, while, and for loops
Fixed issues with macros (QTCREATORBUG-10279)
Documentation:
Clangd:
Updated the prebuilt binaries to LLVM 18.1.7
Increased the minimu
Started work on supporting Lua based plugins (registering language servers, actions, preferences, and wizards) (Documentation)
Added a mode for managing extensions
Added Clear and Save Contents to context menus of all output views
Locator
Added the option to show results relative to project root (QTCREATORBUG-29462)
Editing:
Changed the default behavior when files change on disk to Reload All Unchanged Editors
Made the search options session-specific (QTCREATORBUG-793)
Added menus with the navigation history to the back and forward buttons (QTCREATORBUG-347)
Added a highlight for the current view in case of multiple views (QTCREATORBUG-23654)
Added Window > Reopen Last Closed Document
Added the option to open files in a text editor that were detected as binary (QTCREATORBUG-31116)
Fixed that changing a document's MIME type by renaming did not re-open it in the new editor type when needed (QTCREATORBUG-30317)
Fixed that after hiding the editor in Debug mode, Edit mode always opened when opening documents, even if an external editor window was available (QTCREATORBUG-30408)
Fixed that it wasn't possible to open a file in the text editor if it was classified as a binary file format by the MIME database (QTCREATORBUG-31116)
Fixed the unindenting with backspace when multiple cursors are active (QTCREATORBUG-31158)
C++:
Made C++ code model settings configurable per project
Added a setting for the naming of include guards (QTCREATORBUG-25117)
Fixed indentation after function calls with subscript operator (QTCREATORBUG-29225)
Refactoring:
Added Convert Function Call to Qt Meta-Method Invocation (QTCREATORBUG-15972)
Added Move Class to a Dedicated Set of Source Files (QTCREATORBUG-12190)
Added Re-order Member Function Definitions According to Declaration Order (QTCREATORBUG-6199)
Added Add Curly Braces for do, while, and for loops
Fixed issues with macros (QTCREATORBUG-10279)
Documentation:
Clangd:
Updated the prebuilt binaries to LLVM 18.1.7
Increased the minimu
Qt Creator 13.0.1
released May 20, 2024 (New Release)
Qt Creator 13.0.0
released Apr 4, 2024 (New Release)
Qt Creator 12.0.2
released Feb 7, 2024 (New Release)
Qt Creator 12.0.1
released Dec 12, 2023 (New Release)
Qt Creator 12.0.0
released Nov 23, 2023 (New Release)
Qt Creator 11.0.3
released Sep 28, 2023 (New Release)
Qt Creator for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Qt Creator from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
MacX DVD Video Converter
58% Off -
WinX HD Video Converter
56% Off -
WinX DVD Copy Pro
42% Off -
MacX MediaTrans
63% Off -
Media Player Morpher
85% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- DOSBox 0.74.3
- CoreTML Framework 1.4
- Portable RJ TextEd 4.14
- CUDA 12.5.0
- Microsoft Visual Studio 2022 17.10.3
- XTOOLS
- Qt Creator 15.0.0
- KeepAndTrack 1.00
- Visual DataFlex Personal 19.1.56.138
- unEbookWorkshop 3.80 build
- CodeLite 3.5.5375
- JCruiseMonitor 1.0.9
- Windows Phone Developer Tools 1.0.1
- Adobe AIR SDK for Linux 51.1.3.1
- NCache Enterprise Edition x64 4.4
- ExamDiff Pro 15.0.1.20
- Geany Portable 2.0
- Open Validator 2.5.2
- VMware ThinApp 5.0
- Hex Workshop 6.8.0.5419
Popular Tags
tool
windows
sql server
java
decompiler
editor
sql tool
database
obfuscator
programming
net
sql
software
visual studio
edit
code security
uml
visual
visual basic
code protection
xml
view
software protection
obfuscation
development
html
dll
vb net
sql tools
file
Popular Windows 7 Software
© 2024 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.