forked from qt-creator/qt-creator
TextEditor: Flip default to 'duplicatedSupported'
opt-out now, for all editors created by BaseTextEditorFactories. Change-Id: I01d0a9ff26320fcd0b84ff90ff22c747cf84b84c Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -62,7 +62,6 @@ class PythonEditor : public BaseTextEditor
|
||||
public:
|
||||
PythonEditor()
|
||||
{
|
||||
setDuplicateSupported(true);
|
||||
}
|
||||
|
||||
bool open(QString *errorString, const QString &fileName, const QString &realFileName)
|
||||
|
||||
Reference in New Issue
Block a user