Added configuration options for code completion

It is now possible to choose between case-sensitive or case-insensitive
completion. Also, you can now disable the automatic insertion of braces.
This commit is contained in:
Thorbjørn Lindeijer
2008-12-12 16:36:33 +01:00
parent 5c5167717f
commit 78f1fca9aa
10 changed files with 298 additions and 29 deletions

View File

@@ -40,8 +40,6 @@
#include <qtconcurrent/QtConcurrentTools>
#include <utils/qtcassert.h>
#include <QtGui/QMessageBox>
Q_DECLARE_METATYPE(QuickOpen::IQuickOpenFilter*)
using namespace QuickOpen;