- Feb 04, 2009
-
-
Roberto Raggi authored
Fixes: Do not activate member completion when class names are used as base of a DOT or ARROW expression.
-
- Feb 03, 2009
-
-
Roberto Raggi authored
For example, struct { int a, b } foo; int main() { foo. <- }
-
Thorbjørn Lindeijer authored
Reviewed-by: Roberto Raggi
-
- Jan 28, 2009
-
-
hjk authored
-
- Jan 26, 2009
-
-
Thorbjørn Lindeijer authored
Spaces after the opening brace would cause SIGNAL/SLOT completion to be disabled along with function completion. Now function completion is checked at a later stage.
-
- Jan 14, 2009
-
-
Roberto Raggi authored
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
Friedemann Kleint authored
-
Thorbjørn Lindeijer authored
It didn't make sure its Function* stayed valid. Now it does, by keeping a copy of the list of CppDocuments (the snapshot) around.
-
- Jan 08, 2009
-
-
Thorbjørn Lindeijer authored
Reviewed-by: Roberto Raggi
-
- Jan 05, 2009
-
-
Roberto Raggi authored
-
- Dec 31, 2008
-
-
Roberto Raggi authored
-
- Dec 30, 2008
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Dec 29, 2008
-
-
Roberto Raggi authored
-
- Dec 22, 2008
-
-
Roberto Raggi authored
-
- Dec 16, 2008
-
-
hjk authored
-
Thorbjørn Lindeijer authored
Some people don't like this.
-
- Dec 15, 2008
-
-
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.
-
- Dec 12, 2008
-
-
Roberto Raggi authored
-
Roberto Raggi authored
This change removes a number of wrong usages of the CppModelManager::documents()/document().
-
- Dec 11, 2008
-
-
Roberto Raggi authored
-
- Dec 09, 2008
-
-
hjk authored
-
- Dec 08, 2008
-
-
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.
-
Roberto Raggi authored
-
- Dec 02, 2008