Alessandro Portale
2be7226215
Rename qworkbenchplugin.pri to qtcreatorplugin.pri
2009-05-08 16:42:48 +02:00
dt
8f738dfcc8
Add the *.pluginspec to OTHER_FILES so that we can use Locator for them
...
Hopefully i didn't miss a plugin.
2009-04-22 15:06:58 +02:00
Friedemann Kleint
bccf4a1fc3
Fixes: Introduce a cpp settingspage containing file naming conventions (lower case and suffixes). Reorder VCS settings pages.
...
Task: 241959, 248085
RevBy: Optics/Naming checked by con
Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings.
2009-03-18 16:43:01 +01:00
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