Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Added Objective-C @-keywords to the completion. | Erik Verbruggen | 2009-10-09 | 1 | -0/+6 | |
|/ | ||||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 | |
| | ||||||
* | Implemented include completion | Thorbjørn Lindeijer | 2009-07-23 | 1 | -0/+5 | |
| | | | | Done-with: danimo | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 | |
| | | | | Reviewed-by: Trust Me | |||||
* | More work on `Quick Fix'. | Roberto Raggi | 2009-06-09 | 1 | -0/+21 | |
| | ||||||
* | Renamed braces to brackets | Thorbjørn Lindeijer | 2009-05-26 | 1 | -3/+3 | |
| | | | | | Since we're automatically inserting several kinds of brackets, but not braces ({ }). | |||||
* | Better name for method to pick the completion collector | Thorbjørn Lindeijer | 2009-04-07 | 1 | -1/+1 | |
| | | | | isValid -> supportsEditor | |||||
* | Introduced ICompletionCollector::isValid(editor). | Roberto Raggi | 2009-04-02 | 1 | -0/+1 | |
| | ||||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 | |
| | ||||||
* | Cleanup | Roberto Raggi | 2009-02-17 | 1 | -10/+6 | |
| | ||||||
* | Ignore undefined macros in macro completion | Thorbjørn Lindeijer | 2009-02-17 | 1 | -0/+4 | |
| | | | | Done with Roberto Raggi | |||||
* | More intelligent function argument widget | Thorbjørn Lindeijer | 2009-02-16 | 1 | -3/+2 | |
| | | | | | | | | | | | Now it shows immediately when there is only a single signature of a given method/constructor. (cherry picked from commit 8b9dd766c822a9f7b929ae14eab3e2e402307c8c) Conflicts: src/plugins/cpptools/cppcodecompletion.cpp | |||||
* | Completion for constructors used on initialization | Thorbjørn Lindeijer | 2009-02-16 | 1 | -1/+3 | |
| | | | | | | | | | Deals with cases like "QString s(", but for the moment doesn't handle yet "QString const s(". Done with Roberto Raggi. (cherry picked from commit fca3ec1f3288ac4bcbfaed7f6c613af5cc762dda) | |||||
* | Fixes: some less caching of the ICore singleton pointer | hjk | 2009-01-28 | 1 | -8/+1 | |
| | ||||||
* | Bump year in licence header. | Daniel Molkentin | 2009-01-13 | 1 | -1/+1 | |
| | ||||||
* | Simple typedef support for T_ARROW member access. | Roberto Raggi | 2008-12-30 | 1 | -2/+1 | |
| | ||||||
* | Improved CppCodeCompletion::completeScope(). Added simple support for typedefs. | Roberto Raggi | 2008-12-30 | 1 | -2/+1 | |
| | ||||||
* | Merge branch '0.9.1-beta' | dt | 2008-12-17 | 1 | -1/+1 | |
|\ | ||||||
| * | chancge Nokia GPL exception version from 1.2 to 1.3 | hjk | 2008-12-16 | 1 | -1/+1 | |
| | | ||||||
* | | Added option to disable completion of common prefix | Thorbjørn Lindeijer | 2008-12-16 | 1 | -0/+4 | |
| | | | | | | | | Some people don't like this. | |||||
* | | Added configuration options for code completion | Thorbjørn Lindeijer | 2008-12-15 | 1 | -0/+8 | |
|/ | | | | | It is now possible to choose between case-sensitive or case-insensitive completion. Also, you can now disable the automatic insertion of braces. | |||||
* | more file cosmetics | hjk | 2008-12-02 | 1 | -4/+5 | |
| | ||||||
* | off-by-one in headers | hjk | 2008-12-02 | 1 | -1/+0 | |
| | ||||||
* | end-of-line whitespace correction of the new headers | hjk | 2008-12-02 | 1 | -10/+11 | |
| | ||||||
* | Initial import | con | 2008-12-02 | 1 | -0/+145 | |