diff options
author | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2018-06-04 16:53:11 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2018-06-05 10:35:54 +0000 |
commit | 71f02417e70db893e6b934f7e543a47aa044848f (patch) | |
tree | 45441e76e076fb7f82103d2e56e18cfb1103443f /doc | |
parent | e9a7ae21fa1f14097a03d17edf93497d765470d7 (diff) | |
download | qt-creator-71f02417e70db893e6b934f7e543a47aa044848f.tar.gz |
Doc: Describe new file synchronization options
... in the Projects and File System views in the sidebar.
Change-Id: I38c77d8e5c19a1adb934c5b8d4777889467392c6
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/images/qtcreator-filesystem-view.png | bin | 18128 -> 19139 bytes | |||
-rw-r--r-- | doc/src/howto/creator-ui.qdoc | 11 |
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/images/qtcreator-filesystem-view.png b/doc/images/qtcreator-filesystem-view.png Binary files differindex cd730fc925..407f39a2b2 100644 --- a/doc/images/qtcreator-filesystem-view.png +++ b/doc/images/qtcreator-filesystem-view.png diff --git a/doc/src/howto/creator-ui.qdoc b/doc/src/howto/creator-ui.qdoc index f436ae54eb..268a5d75a6 100644 --- a/doc/src/howto/creator-ui.qdoc +++ b/doc/src/howto/creator-ui.qdoc @@ -219,7 +219,11 @@ \li To stop synchronizing the position in the project tree with the file currently opened in the editor, deselect \inlineimage linkicon.png - (\uicontrol {Synchronize with Editor}). + (\uicontrol {Synchronize with Editor}). You can specify a keyboard + shortcut to use when synchronization is needed. Select + \uicontrol Tools > \uicontrol Options > \uicontrol Environment > + \uicontrol Keyboard, and then search for + \uicontrol {Show in Explorer}. \li To see the absolute path of a file, move the mouse pointer over the file name. @@ -263,7 +267,10 @@ \image qtcreator-filesystem-view.png By default, the contents of the directory that contains the file currently - active in the editor are displayed. The path to the active file is displayed + active in the editor are displayed. To stop the synchronization, delesect + the \uicontrol {Synchronize Root Directory with Editor} button. + + The path to the active file is displayed as bread crumbs. You can move to any directory along the path by clicking it. To hide the bread crumbs, select \inlineimage filtericon.png (\uicontrol Options) and then deselect the \uicontrol {Show Bread Crumbs} |