From e14018076da29af265c60de3679519c62fc6f031 Mon Sep 17 00:00:00 2001 From: Kavindra Palaraja Date: Wed, 4 Feb 2009 15:57:02 +0100 Subject: Fixes: Doc - final bits for the code editor --- doc/qtcreator-texteditor-completion.png | Bin 0 -> 38192 bytes doc/qtcreator-texteditor-fonts.png | Bin 0 -> 52919 bytes doc/qtcreator-texteditor-general.png | Bin 0 -> 69681 bytes doc/qtcreator.qdoc | 40 +++++++++++++++++++++----------- 4 files changed, 27 insertions(+), 13 deletions(-) create mode 100644 doc/qtcreator-texteditor-completion.png create mode 100644 doc/qtcreator-texteditor-fonts.png create mode 100644 doc/qtcreator-texteditor-general.png diff --git a/doc/qtcreator-texteditor-completion.png b/doc/qtcreator-texteditor-completion.png new file mode 100644 index 0000000000..b9affb2339 Binary files /dev/null and b/doc/qtcreator-texteditor-completion.png differ diff --git a/doc/qtcreator-texteditor-fonts.png b/doc/qtcreator-texteditor-fonts.png new file mode 100644 index 0000000000..ae08dfe556 Binary files /dev/null and b/doc/qtcreator-texteditor-fonts.png differ diff --git a/doc/qtcreator-texteditor-general.png b/doc/qtcreator-texteditor-general.png new file mode 100644 index 0000000000..c701efbd2d Binary files /dev/null and b/doc/qtcreator-texteditor-general.png differ diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index adca523a81..ac88edd455 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -215,8 +215,20 @@ \title The Code Editor - ### SCREENSHOT of the editor in action + Qt Creator's code editor is designed to aid the developer to create, edit, + and navigate code. It is fully equipped with syntax highlighting, code + completion, context sensitive help, as well as inline error indicators + while you are typing. The screenshots below show the various dialogs within + which you can configure your editor. + \table + \row + \i \inlineimage qtcreator-texteditor-general.png + \i \inlineimage qtcreator-texteditor-fonts.png + \i \inlineimage qtcreator-texteditor-completion.png + \endtable + + The table below lists keyboard shortcuts supported by the code editor. \table \row @@ -239,10 +251,19 @@ \row \i Indenting Blocks \i Use \key{Ctrl+I} + + \row + \i Collapse + \i Use \key{Ctrl+\<} + \row \i Commenting or uncommenting blocks \i Use \key{Ctrl+\/} + \row + \i Delete a line + \i Use \key{Shift+Del} + \row \i Switch between header file and source file \i Use \key{F4}. @@ -256,19 +277,12 @@ \i Use \key{F2} and \key{Shift+F2}. This feature works with namespaces, classes, methods, variables, include statements, and macros. - \endtable - - - More: - - Collapse - - Up/Down/Page Up/Page Down - hold ctrl to prevent the cursor from moving - - - To switch to an external editor, select \gui{Open in external editor} from - the \gui{Edit -> Advanced} menu. + \row + \i Switch to an external editor + \i Select \gui{Open in external editor} from the + \gui{Edit -> Advanced} menu. + \endtable */ -- cgit v1.2.1