forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.8'
Conflicts: src/libs/extensionsystem/pluginmanager.cpp src/libs/extensionsystem/pluginspec.cpp src/plugins/coreplugin/basefilewizard.cpp src/plugins/coreplugin/coreplugin.pro src/plugins/coreplugin/coreplugin.qbs src/plugins/coreplugin/editormanager/ieditor.cpp src/plugins/coreplugin/externaltool.cpp src/plugins/coreplugin/icore.cpp src/plugins/cpptools/cppmodelmanager.cpp src/plugins/fakevim/fakevimhandler.cpp src/plugins/find/ifindfilter.cpp src/plugins/projectexplorer/buildstep.cpp src/plugins/projectexplorer/devicesupport/idevice.cpp src/plugins/projectexplorer/runconfiguration.cpp src/plugins/vcsbase/vcsbaseeditor.cpp tests/system/suite_debugger/tst_simple_analyze/test.py Change-Id: I11dc9e60bfc14bad4f8af747d041fc7678a07c17
This commit is contained in:
@@ -260,9 +260,9 @@ bool PreprocessContext::process(const QString &in, QString *out, QString *errorM
|
||||
}
|
||||
|
||||
/*!
|
||||
\brief Custom wizard preprocessor based on JavaScript expressions.
|
||||
Implements a custom wizard preprocessor based on JavaScript expressions.
|
||||
|
||||
Preprocess a string using simple syntax:
|
||||
Preprocesses a string using a simple syntax:
|
||||
\code
|
||||
Text
|
||||
@if <JavaScript-expression>
|
||||
@@ -274,7 +274,7 @@ Blup
|
||||
|
||||
The JavaScript-expressions must evaluate to integers or boolean, like
|
||||
\c '2 == 1 + 1', \c '"a" == "a"'. The variables of the custom wizard will be
|
||||
expanded before, so , \c "%VAR%" should be used for strings and \c %VAR% for integers.
|
||||
expanded before, so \c "%VAR%" should be used for strings and \c %VAR% for integers.
|
||||
|
||||
\sa ProjectExplorer::CustomWizard
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user