forked from qt-creator/qt-creator
Doc: new and updated refactoring actions
Change-Id: Iffa160a7482f8528f04a94082fcf8e9cda7f86ab Reviewed-on: http://codereview.qt-project.org/6422 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
This commit is contained in:
@@ -1498,7 +1498,10 @@
|
|||||||
\row
|
\row
|
||||||
\i Add Definition in 'filename'
|
\i Add Definition in 'filename'
|
||||||
\i Inserts a definition stub for a member function declaration in the
|
\i Inserts a definition stub for a member function declaration in the
|
||||||
implementation file
|
implementation file. The definition is placed after that of the
|
||||||
|
preceding declaration. Qualified names are minimized when possible,
|
||||||
|
instead of always being fully expanded.
|
||||||
|
|
||||||
\i Method name
|
\i Method name
|
||||||
\row
|
\row
|
||||||
\i Add 'Function' Declaration
|
\i Add 'Function' Declaration
|
||||||
@@ -1547,6 +1550,15 @@
|
|||||||
\o data member with the name \c {m_<propertyName>}
|
\o data member with the name \c {m_<propertyName>}
|
||||||
\endlist
|
\endlist
|
||||||
\i Q_PROPERTY
|
\i Q_PROPERTY
|
||||||
|
\row
|
||||||
|
\i Apply Changes
|
||||||
|
\i Keeps function declarations and definitions synchronized by
|
||||||
|
checking for the matching declaration or definition when you
|
||||||
|
edit a function signature and by applying the changes to the
|
||||||
|
matching code.
|
||||||
|
\i Function signature. When this action is available, a light bulb
|
||||||
|
icon appears:
|
||||||
|
\inlineimage qml-toolbar-indicator.png
|
||||||
\endtable
|
\endtable
|
||||||
|
|
||||||
\section2 Refactoring QML Code
|
\section2 Refactoring QML Code
|
||||||
|
|||||||
Reference in New Issue
Block a user