Remove and Show in Editor items were not
documented.
Change-Id: Iec7f2ae6ebc76f715e790de5dbb2e8dbc064b631
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
The link should point to the front page, not the
glossary. Fixnavi somehow messes this up.
Change-Id: Ide1bf5b784874d847a9812d9705518dee6845111
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
The icon and text pointed to the same function,
somewhat confusingly, and the image already appears
on this page.
Change-Id: I15c317280f6689c854d541684cf0e835cc30de7b
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Rewrite doc to reflect the new structure of the Git
menu.
Change-Id: I9d4638379416ea33ce0b1399265e8b08ed7fe6e5
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Replace tables with less than 2 rows with text paragraphs.
Change-Id: I0a51f800dba5d137a7bb0d5c3b8842dece28cffa
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Describe breakpoint settings in more detail.
Change-Id: I03a9f888fa29c3539f2ed6658f915da5c4c3adc9
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This currently only affects the fixnavi script.
Change-Id: I08806d20fb52167961a4c763342623b39f66a177
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Left 2.6 there, as ClearCase was already available
there.
Change-Id: I11a9df6ad40e3ec0f1b5118cd6ac4402df5697fd
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
The abbreviation appears in error messages.
Also describe using GDB to debug applications
on Android.
Change-Id: If3b44dddba94faae7b7da5e01ec57960e5326c8e
Reviewed-by: hjk <hjk121@nokiamail.com>
Reviewed-by: BogDan Vatra <bogdan@kde.org>
Describe the new menu items for kits.
Remove image of an obsolete button.
Change-Id: I51703a96280d69a47c50116f0f41858b4fcccc4e
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Moved a message to its correct place (numerical order)
in the table and added a link to a related message.
Fixed wording of two messages that were changed.
Change-Id: I1c6b8148824eab7d27a118de9327e8658f882bd5
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
A workaround for problems in handling QML snippets.
Remove the snippet files.
Change-Id: Id0f445c031e740eafffd8098b44672c771634eab
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Cleanup code and added shortcuts and menu entries for
- open header/source in next split
- follow symbol under cursor in next split
- open declaration/definition in next split
Change-Id: I2c4347749d26669d88b7c2968f30f60710f442b1
Reviewed-by: Petar Perisin <petar.perisin@gmail.com>
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
The \i and \o commands were replaced with \li and
\bold was replaced with \b in QDoc for Qt 5.
The \input command was replaced with \include in the docs.
Change-Id: I257d1bebb8ebc739ca20e0d29fcf0406ecb14534
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Add the path to the snippets folder to the qdocconf file
and fix the paths in \snippet commands in the source file.
Change-Id: Iebabec6919b580e6d1474685777862200d314a83
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This changes current behavior while opening links. Link is now opened in
next split by default. If you use CTRL+Click to open links, it will also
open in next split. However, by using CTRL+ALT+click it will open in
current split.
There are two new checkboxes in Tools/Options/Text Editor/Display:
- "Open Links in New Split" - if it is checked, links will not be opened
in current split. However, if document with link is already opened, it
will be used to open the split
- "Force open links in next split" - Links will always open in next
split, even if their document is already opened somewhere else.
Task-number: QTCREATORBUG-8117
Change-Id: Ib99075b55d9e9683ed2c2386767227457de0a3fc
Reviewed-by: David Schulz <david.schulz@digia.com>
Do not use the Clocks example in the tutorial for building
and running, because it is not delivered with Qt 5.
Change-Id: Id3a81cf0ef01d05de1e287ac1e12cc07bdacbaf1
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
With Qt5, qdoc finds the doc/api/*.qdoc files if the examplesdir points
to doc/, leading to the two toplevel index.html files ending up within
qtcreator.qch
Change-Id: I4ac3c1447c6924c4e292024919d52ddb97e1f8cc
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>