Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tobias Hunger
qt-creator
Commits
e1401807
Commit
e1401807
authored
Feb 04, 2009
by
Kavindra Palaraja
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes: Doc - final bits for the code editor
parent
a003b62a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
13 deletions
+27
-13
doc/qtcreator-texteditor-completion.png
doc/qtcreator-texteditor-completion.png
+0
-0
doc/qtcreator-texteditor-fonts.png
doc/qtcreator-texteditor-fonts.png
+0
-0
doc/qtcreator-texteditor-general.png
doc/qtcreator-texteditor-general.png
+0
-0
doc/qtcreator.qdoc
doc/qtcreator.qdoc
+27
-13
No files found.
doc/qtcreator-texteditor-completion.png
0 → 100644
View file @
e1401807
37.3 KB
doc/qtcreator-texteditor-fonts.png
0 → 100644
View file @
e1401807
51.7 KB
doc/qtcreator-texteditor-general.png
0 → 100644
View file @
e1401807
68 KB
doc/qtcreator.qdoc
View file @
e1401807
...
...
@@ -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
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment