OSDN Git Service

Merge branch '2.3'
[qt-creator-jp/qt-creator-jp.git] / doc / qtcreator.qdoc
index 43266a0..be835f5 100644 (file)
 
     \section1 Renaming Symbols
 
-    The functions available for renaming symbols depend on whether you are
-    writing C++ or QML code. For QML, you can only rename IDs.
-
     To rename a specific symbol in a Qt project:
     \list 1
         \o In the editor, place the cursor on the symbol you would like to
            change and select \gui Tools > \gui C++ >
-           \gui{Rename Symbol Under Cursor} or press \key Ctrl+Shift+R.
+           \gui{Rename Symbol Under Cursor} or \gui Tools > \gui QML/JS >
+           \gui{Rename Symbol Under Cursor}. Alternatively press
+           \key Ctrl+Shift+R.
 
            The \gui{Search Results} pane opens and shows the location and
            number of instances of the symbol in the current project.
     The instances of the symbol are highlighted in code and you can edit the
     symbol. All instances of the local symbol are changed as you type.
 
-    To rename an ID in a Qt Quick project:
-
-    \list 1
-
-        \o Right-click an ID in the QML code and select
-        \gui {Rename id}.
-
-        \o In the \gui {Rename id} field, enter the new ID.
-
-    \endlist
-
     \section1 Applying Refactoring Actions
 
     Qt Creator allows you to quickly and conveniently apply actions to refactor