forked from qt-creator/qt-creator
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
This commit is contained in:
BIN
doc/qtcreator-locator-classes.png
Normal file
BIN
doc/qtcreator-locator-classes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
BIN
doc/qtcreator-locator-files.png
Normal file
BIN
doc/qtcreator-locator-files.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
BIN
doc/qtcreator-locator-filesystem.png
Normal file
BIN
doc/qtcreator-locator-filesystem.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
BIN
doc/qtcreator-locator-help.png
Normal file
BIN
doc/qtcreator-locator-help.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
BIN
doc/qtcreator-locator-line.png
Normal file
BIN
doc/qtcreator-locator-line.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.8 KiB |
BIN
doc/qtcreator-locator-methods.png
Normal file
BIN
doc/qtcreator-locator-methods.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
@@ -599,15 +599,18 @@
|
||||
\header
|
||||
\o Function
|
||||
\o Key Combination
|
||||
\o Screenshot
|
||||
\row
|
||||
\o Go to a line in the current document
|
||||
\o Ctrl+K, l, Space, and the line number
|
||||
\o \image qtcreator-locator-line.png
|
||||
\row
|
||||
\o Go to a function definition
|
||||
\o Ctrl+K, :, Space, and the function name
|
||||
\row
|
||||
\o Go to a help topic
|
||||
\o Ctrl+K, ?, Space, and the topic
|
||||
\o \image qtcreator-locator-help.png
|
||||
\row
|
||||
\o Go to an opened document
|
||||
\o Ctrl+K, o, Space, and the document name.
|
||||
@@ -617,9 +620,15 @@
|
||||
\row
|
||||
\o Go to a file in any project currently loaded
|
||||
\o Ctrl+K, a, Space, and the function name.
|
||||
\o \image qtcreator-locator-files.png
|
||||
\row
|
||||
\o Go to a file in the current project
|
||||
\o Ctrl+K, p, Space, and the function name.
|
||||
|
||||
\row
|
||||
\o Go to a class in the current project
|
||||
\o Ctrl+K, c, Space, and the class name.
|
||||
\o \image qtcreator-locator-classes.png
|
||||
\endtable
|
||||
*/
|
||||
|
||||
|
||||
@@ -311,7 +311,7 @@ QModelIndex EnvironmentModel::addVariable(const EnvironmentItem &item)
|
||||
rowInResult = findInResultInsertPosition(item.name);
|
||||
int rowInChanges = findInChangesInsertPosition(item.name);
|
||||
|
||||
qDebug()<<"addVariable "<<item.name<<existsInBaseEnvironment<<rowInResult<<rowInChanges;
|
||||
//qDebug() << "addVariable " << item.name << existsInBaseEnvironment << rowInResult << rowInChanges;
|
||||
|
||||
if (existsInBaseEnvironment) {
|
||||
m_items.insert(rowInChanges, item);
|
||||
|
||||
Reference in New Issue
Block a user