forked from qt-creator/qt-creator
Only methods as programming functions are affected. Besides renaming
some actions like "Switch Between Function Declaration/Definition" this
mostly touches (api) code comments.
This is a follow-up patch to commit 872bfb7.
Change-Id: Icb65e8d73b59a022f8885b14df497169543a3b92
Reviewed-by: hjk <hjk121@nokiamail.com>
54 lines
1.8 KiB
Plaintext
54 lines
1.8 KiB
Plaintext
/****************************************************************************
|
|
**
|
|
** Copyright (c) 2013 Digia Plc and/or its subsidiary(-ies).
|
|
** Contact: http://www.qt-project.org/legal
|
|
**
|
|
** This file is part of Qt Creator
|
|
**
|
|
**
|
|
** GNU Free Documentation License
|
|
**
|
|
** Alternatively, this file may be used under the terms of the GNU Free
|
|
** Documentation License version 1.3 as published by the Free Software
|
|
** Foundation and appearing in the file included in the packaging of this
|
|
** file.
|
|
**
|
|
**
|
|
****************************************************************************/
|
|
|
|
// **********************************************************************
|
|
// NOTE: the sections are not ordered by their logical order to avoid
|
|
// reshuffling the file each time the index order changes (i.e., often).
|
|
// Run the fixnavi.pl script to adjust the links to the index order.
|
|
// **********************************************************************
|
|
|
|
/*!
|
|
\contentspage index.html
|
|
\previouspage creator-diff-editor.html
|
|
\page creator-finding-overview.html
|
|
\nextpage creator-editor-finding.html
|
|
|
|
\title Finding
|
|
|
|
\list
|
|
|
|
\li \l{Finding and Replacing}
|
|
|
|
The incremental search highlights the matching strings in the
|
|
window while typing and the advanced search enables you to
|
|
search from currently open projects or files on the file system.
|
|
You can conduct incremental and advanced searches in parallel.
|
|
|
|
In addition, you can search for symbols when you want to
|
|
refactor code.
|
|
|
|
\li \l{Searching with the Locator}
|
|
|
|
The locator provides one of the easiest ways in \QC to browse
|
|
through projects, files, classes, functions, documentation and
|
|
file systems.
|
|
|
|
\endlist
|
|
|
|
*/
|