Introduced the quick fix engine

This commit is contained in:
Roberto Raggi
2009-11-13 16:14:26 +01:00
parent e35a754dc9
commit c13b8697d2
10 changed files with 258 additions and 443 deletions

View File

@@ -34,6 +34,7 @@
#include "cppeditorenums.h"
#include "cppfilewizard.h"
#include "cpphoverhandler.h"
#include "cppquickfix.h"
#include <coreplugin/icore.h>
#include <coreplugin/coreconstants.h>
@@ -183,6 +184,7 @@ bool CppPlugin::initialize(const QStringList & /*arguments*/, QString *errorMess
addAutoReleasedObject(new CppEditorFactory(this));
addAutoReleasedObject(new CppHoverHandler);
addAutoReleasedObject(new CPPQuickFixCollector);
CppFileWizard::BaseFileWizardParameters wizardParameters(Core::IWizard::FileWizard);