Added importing of customized color schemes from the ini file

So people's customized color schemes don't get lost, but get converted
to the new format instead.
This commit is contained in:
Thorbjørn Lindeijer
2009-07-15 12:27:02 +02:00
parent 88facd8497
commit c1198e5ab9
5 changed files with 66 additions and 22 deletions

View File

@@ -131,7 +131,7 @@ bool TextEditorPlugin::initialize(const QStringList &arguments, QString *errorMe
#endif
connect(completionShortcut, SIGNAL(activated()), this, SLOT(invokeCompletion()));
// Add shortcut for invoking automatic completion
// Add shortcut for invoking quick fix options
QShortcut *quickFixShortcut = new QShortcut(core->mainWindow());
quickFixShortcut->setWhatsThis(tr("Triggers a quick fix in this scope"));
// Make sure the shortcut still works when the quick fix widget is active