- 15 Dec, 2008 2 commits
-
-
Thorbjørn Lindeijer authored
It is now possible to choose between case-sensitive or case-insensitive completion. Also, you can now disable the automatic insertion of braces.
-
Thorbjørn Lindeijer authored
To match the class name, CppToolsPlugin.
-
- 12 Dec, 2008 4 commits
-
-
mae authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
This change removes a number of wrong usages of the CppModelManager::documents()/document().
-
- 11 Dec, 2008 1 commit
-
-
Roberto Raggi authored
-
- 10 Dec, 2008 3 commits
-
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
Enables F1 for opening their help pages. Seems to work nicely.
-
Thorbjørn Lindeijer authored
The macro tooltip is supposed to be a fallback, since otherwise you won't be able to see type information for macro parameters. Reviewed-by: Roberto Raggi
-
- 09 Dec, 2008 6 commits
-
-
Thorbjørn Lindeijer authored
In this case it's fast enough and sorting the list makes it easier to find what you're looking for. Though because of the substring matching, what you're looking for might still be way down the list. Reviewed-by: con
-
Thorbjørn Lindeijer authored
In the GUI this is currently called "Methods" with the shortcut 'm'.
-
Thorbjørn Lindeijer authored
They're not overly useful to have in there, since they don't have a name you could type to jump to them. Reviewed-by: Roberto Raggi
-
Roberto Raggi authored
-
hjk authored
-
Roberto Raggi authored
-
- 08 Dec, 2008 8 commits
-
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
The code completion was keeping around references to old documents after the completion finished. This caused documents to stay in memory when unloading projects, up until the next time you used the completion.
-
Thorbjørn Lindeijer authored
Avoid creating a copy of the list of projects.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 05 Dec, 2008 5 commits
-
-
hjk authored
-
hjk authored
-
Thorbjørn Lindeijer authored
The scope of the classes is now separated and displayed in the second column, and not included in the search.
-
mae authored
enum ExtraSelectionKind { CurrentLineSelection, ParenthesesMatchingSelection, CodeWarningsSelection, CodeSemanticsSelection, OtherSelection, NExtraSelectionKinds }; void setExtraSelections(ExtraSelectionKind kind, const QList<QTextEdit::ExtraSelection> &selections); QList<QTextEdit::ExtraSelection> extraSelections(ExtraSelectionKind kind) const; This is mainly for the benefit of the cppmodelmanager.
-
Thorbjørn Lindeijer authored
-
- 04 Dec, 2008 6 commits
-
-
Thorbjørn Lindeijer authored
Invokable with 'c', currently shows all classes it can find.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Patrick Star authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 03 Dec, 2008 3 commits
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 02 Dec, 2008 2 commits
-
-
Roberto Raggi authored
-
hjk authored
-