forked from qt-creator/qt-creator
Add hint to text editor settings pointing to coding style
The tab and indentation settings in Text Editor > Behavior are only used for non-code files. Add a hint with links to the respective coding style settings. Change-Id: I1d7c1154269c4914d511ef6ef3308a2b1f933d52 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
@@ -101,7 +101,12 @@ QString SimpleCodeStylePreferencesWidget::searchKeywords() const
|
||||
|
||||
void SimpleCodeStylePreferencesWidget::setFlat(bool on)
|
||||
{
|
||||
m_tabSettingsWidget->setFlat(on);
|
||||
m_tabSettingsWidget->setFlat(on);
|
||||
}
|
||||
|
||||
TabSettingsWidget *SimpleCodeStylePreferencesWidget::tabSettingsWidget() const
|
||||
{
|
||||
return m_tabSettingsWidget;
|
||||
}
|
||||
|
||||
} // namespace TextEditor
|
||||
|
||||
Reference in New Issue
Block a user