Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Hunger
qt-creator
Commits
03414457
Commit
03414457
authored
15 years ago
by
Rohan Shetty
Committed by
Oswald Buddenhagen
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
New sections for bookmarks and Update code model added to Using the Editor.
parent
348f70ff
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/images/qtcreator-togglebookmark.png
+0
-0
0 additions, 0 deletions
doc/images/qtcreator-togglebookmark.png
doc/qtcreator.qdoc
+31
-0
31 additions, 0 deletions
doc/qtcreator.qdoc
with
31 additions
and
0 deletions
doc/images/qtcreator-togglebookmark.png
0 → 100644
+
0
−
0
View file @
03414457
38.8 KiB
This diff is collapsed.
Click to expand it.
doc/qtcreator.qdoc
+
31
−
0
View file @
03414457
...
...
@@ -735,6 +735,27 @@
\endtable
\section1 Using Bookmarks
To insert or delete a bookmark in the editor file, place your cursor on
the specific line and select \gui{Tools} > \gui{Bookmarks} >
\gui{Toggle Bookmark} or press \key{Ctrl+M}.
You can also right-click on the number line and select
\gui{Toggle Bookmark} to insert or delete a bookmark. This is shown in the
figure below:
\image qtcreator-togglebookmark.png
To navigate to the previous bookmark within a session, select
\gui{Tools} > \gui{Bookmarks} > \gui{Previous Bookmark} or press
\key{Ctrl+,}.
To navigate to the next bookmark within a session, select
\gui{Tools} > \gui{Bookmarks} > \gui{Next Bookmark} or press
\key{Ctrl+.}.
\section1 Moving to Symbol Definition or Declaration
In Qt Creator you can move directly to the definition or the declaration of
...
...
@@ -744,6 +765,16 @@
\gui{Text Editor} > \gui Behavior select \gui{Enable mouse navigation}.
\section1 Using Update Code Model
To refresh the internal information in Qt Creator pertaining to your code,
select \gui{Tools} > \gui{C++} > \gui{Update code model}.
\note In Qt Creator the code is updated automatically, as indexing takes
care of this, but incase this is not updated, use \gui{Update code model}
as an emergency command.
\section1 Using an External Editor
To open the file you are currently viewing in an external editor, select
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment