If the Clang Format plugin is enabled, the settings look totally
different than currently described.
Updated screenshots.
Change-Id: I7b9a458329e539bb6140907a9c4ea9ec6c1acdba
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
The screenshot in Clang code model shows lots of things that
are explained in the Clang tools topics.
Change-Id: I8d34433348801962a4146dd7fac006d7c37a8b8e
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This provides a natural shortcut to the respective options page.
Change-Id: I1e57c64d1541540cb1c0c44c6fb8eaad69fc2e32
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
The prebuilt binaries are based on Qt 5.12 which requires macOS 10.12 or later
Change-Id: I72fbfed1aee4ca137676916f8c11c734c41149db
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This patch allows pinning files within a session. Pinning a file puts
it at the top of the Open Documents list, and prevents Close All
from closing it until it is unpinned.
This is useful for files that should always be open for a given
session.
[ChangeLog] Files can now be pinned via the context menu.
Pinning a file keeps it at the top of the Open Documents list,
and prevents Close All and similar actions from closing it
until it is unpinned. This provides a way to quickly close any
open files without closing important ones.
Change-Id: If47a599fb272db4c78a71eabe6fb29215a9a8a11
Fixes: QTCREATORBUG-21899
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
- Add and remove options
- Add short names for all options
- Add arguments for the options that take them
Change-Id: I3d1e96a87ddfecff69193c0a87bc76e33d2ab66c
Reviewed-by: hjk <hjk@qt.io>
The topic was added to the Getting Started section, so the
navigation links were changed.
Also, the topic that describes the Design mode was moved to
Getting Started.
There is a respective change in the Qt Design Studio repository.
Change-Id: I5b9d85e06be089924fccba8264a669eaeb258249
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
- The plugin is now disabled by default
- The error message should no longer appear
Change-Id: I16b5d8cf598756b6663ff263321e51a1db2c729f
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
- The list of branches shows a detached HEAD entry if user checked out
a commit
- The Push action was added to the context menu for remote repositories
Change-Id: Ic51e10e1b357708f53e8181eae2cb418901cff6f
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
It is now supported by Qt Quick Designer in the Library.
Change-Id: I2aec818651d02409f6158a47ab81722db7045f08
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Add links to more information about the services. Rewrite the
section about the Outline sidebar view to better match other
languages beside QML.
Change-Id: If9bc710c034c938fc49d67252f14fc3237feedcb
Reviewed-by: David Schulz <david.schulz@qt.io>
"Start Debugging" is now "Start Debugging of Startup Project".
The debug button also now has this longer name.
Change-Id: I6c53b9647cafde1d6056efd8d0408daaf1d7f0d7
Reviewed-by: hjk <hjk@qt.io>
Users can select buttons for copying and ignoring diagnostics in tooltip
popups displayed by the Clang code model. They can also click a link to
move to the line annotation options.
Change-Id: Ie98a8f853a22d902e89a1764a0aff28f8e180797
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
Recursively searches for a .clang-format file from project folder up
to root. The settings are now displayed on the C++ page if the plugin
is enabled.
Change-Id: I15d24478b4d2e8063bef83a314f2299b020027ba
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
Helpful for a quick startup, e.g. in cases of forced clean settings.
Change-Id: Iab247d77e1157448187453c71b6c2a07b77f3889
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Change-Id: I249a0ad515e4548ea5b7d34a5c63cc0188b3e7ae
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
"Expand All" and "Close All Files in Project"
Change-Id: Ia96f5a91f5a74a575173cba14a85b345a4f340be
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
And mention the option in the ChangeLog.
Change-Id: I7cce04ec1ad8b3f89b4a4f6c24f2a8d2da9381a0
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>