aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/editors/creator-coding.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-08-22 15:45:57 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-08-23 10:53:19 +0000
commit2dba79df264a98d6fc9f6e83b88ba79eec632943 (patch)
tree6d7342340c3dec611bd07a69efa370ed4643c6f0 /doc/src/editors/creator-coding.qdoc
parent9550f3ac9549a61fe1ee0152913a15442d25c06d (diff)
Doc: Use defines to show and hide info about Edit mode
Move the descriptions of sidebar views to creator-sidebar-views.qdocinc to be able to include them in the "Working in Edit Mode" topic in the Qt Design Studio Manual. Restructure the section and update the screenshot. A different screenshot for the Qt Design Studio Manual will be added in its doc sources. Change-Id: Icd33c580c040ffefa5563fea723bd02e2d2ce520 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'doc/src/editors/creator-coding.qdoc')
-rw-r--r--doc/src/editors/creator-coding.qdoc8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/editors/creator-coding.qdoc b/doc/src/editors/creator-coding.qdoc
index 2f0608f1c4..5f85644aac 100644
--- a/doc/src/editors/creator-coding.qdoc
+++ b/doc/src/editors/creator-coding.qdoc
@@ -34,7 +34,6 @@
\page creator-coding.html
\if defined(qtdesignstudio)
\previouspage creator-keyboard-shortcuts.html
- \nextpage
\else
\previouspage creator-usability.html
\endif
@@ -67,20 +66,25 @@
can easily find and rename symbols and apply predefined actions to
refactor code.
+ \if defined(qtcreator)
\li \l{Beautifying Source Code}
Beautifying code means applying indentation and style to source
code files. You can use the Artistic Style, ClangFormat, or
Uncrustify tool to format source files.
+ \endif
\li \l{Configuring the Editor}
You can change the fonts, colors, highlighting, and indentation.
+ \if defined(qtcreator)
If you are used to the Vim editor, you can even run the main
editor in a manner similar to it in the \uicontrol{FakeVim} mode.
+ \endif
\endlist
+ \if defined(qtcreator)
\section1 Related Topics
\list
@@ -107,5 +111,5 @@
in Qt applications.
\endlist
-
+ \endif
*/