Roberto Raggi
|
a976385b44
|
Code completion of doxygen tags.
|
2009-02-20 12:55:18 +01:00 |
|
Roberto Raggi
|
4c5ff047f0
|
Initial support for doxygen comments.
|
2009-02-20 11:52:27 +01:00 |
|
Thorbjørn Lindeijer
|
687e353b6f
|
Moved dependency on QtHelp
Necessary because the CppHoverHandler uses QtHelp and moved from
CppTools to CppEditor.
|
2008-12-16 15:13:52 +01:00 |
|
Thorbjørn Lindeijer
|
1efe71992b
|
Moved the CppHoverHandler to the CppEditor plugin
It used to be in CppTools, but since the hover handler only makes sense
in the context of the C++ editor, this is a better place.
|
2008-12-16 12:27:13 +01:00 |
|
Thorbjørn Lindeijer
|
78f1fca9aa
|
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.
|
2008-12-15 11:42:43 +01:00 |
|
Thorbjørn Lindeijer
|
5c5167717f
|
Renamed cpptools.cpp to cpptoolsplugin.cpp
To match the class name, CppToolsPlugin.
|
2008-12-15 11:42:43 +01:00 |
|
Roberto Raggi
|
aed481dec8
|
Don't hardode -O3 optimization level for cpptools.
|
2008-12-12 10:09:47 +01:00 |
|
Thorbjørn Lindeijer
|
5f544b4daf
|
Added the CppFunctionsFilter to QuickOpen
In the GUI this is currently called "Methods" with the shortcut 'm'.
|
2008-12-09 17:19:35 +01:00 |
|
Roberto Raggi
|
f6fbb274ae
|
Moved the preprocessor.
|
2008-12-08 12:24:40 +01:00 |
|
Thorbjørn Lindeijer
|
cecd5023dd
|
First incarnation of classes quickopen filter
Invokable with 'c', currently shows all classes it can find.
|
2008-12-04 18:22:58 +01:00 |
|
con
|
05c35356ab
|
Initial import
|
2008-12-02 12:01:29 +01:00 |
|