Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Don't pass QChar as const & since it's just a unsigned short | Thorbjørn Lindeijer | 2010-06-14 | 2 | -5/+5 | |
| | | | | | | | | Reviewed-by: ogoffart | |||||
* | | Introduced token caching to prevent repetetive tokenizing. | Erik Verbruggen | 2010-06-14 | 13 | -191/+187 | |
| | | | | | | | | | | | | Also removed TokenUnderCursor as it's functionality is in the token cache. Reviewed-by: ckamm | |||||
* | | Fix single bit value cannot be signed, change to match declarations elsewhere. | Bill King | 2010-06-11 | 1 | -3/+3 | |
| | | ||||||
* | | Keep the Control around for as long needed. | Roberto Raggi | 2010-06-04 | 5 | -22/+32 | |
| | | ||||||
* | | Fixed the return type for objc_msg_send expressions. | Erik Verbruggen | 2010-06-04 | 1 | -2/+5 | |
| | | ||||||
* | | Revert "Introduced a token cache for the C++ editor." | Erik Verbruggen | 2010-06-04 | 11 | -162/+52 | |
| | | | | | | | | This reverts commit c2393df02332618c8cf6159d9d6f6a40041ced89. | |||||
* | | Fixed possible null-pointer deref. | Erik Verbruggen | 2010-06-04 | 1 | -12/+12 | |
| | | ||||||
* | | Fixed a couple of null-checks/-returns. | Erik Verbruggen | 2010-06-04 | 1 | -5/+5 | |
| | | ||||||
* | | Fixed hidden parameters. | Erik Verbruggen | 2010-06-04 | 2 | -4/+4 | |
| | | ||||||
* | | Introduced a token cache for the C++ editor. | Erik Verbruggen | 2010-06-04 | 11 | -52/+162 | |
| | | | | | | | | | | This should speed things up a bit, because before, the line was tokenized at least 3 times. | |||||
* | | Fixed possible null-pointer crash. | Erik Verbruggen | 2010-06-03 | 1 | -1/+1 | |
| | | ||||||
* | | Look at the injected class name. | Roberto Raggi | 2010-06-01 | 1 | -1/+17 | |
| | | ||||||
* | | Fixed unqualified name lookup. | Roberto Raggi | 2010-06-01 | 1 | -6/+14 | |
| | | ||||||
* | | Some initial support for template parameters in our semantic highlighter. | Roberto Raggi | 2010-06-01 | 4 | -30/+181 | |
| | | ||||||
* | | Compile. | Roberto Raggi | 2010-05-31 | 1 | -1/+1 | |
| | | ||||||
* | | Disable the cacheing of template instantiations. | Roberto Raggi | 2010-05-31 | 1 | -5/+0 | |
| | | ||||||
* | | Ensure we keep the context around for as long as it is needed. | Roberto Raggi | 2010-05-31 | 2 | -0/+14 | |
| | | ||||||
* | | Fixed header protection. | Roberto Raggi | 2010-05-28 | 16 | -48/+48 | |
| | | ||||||
* | | Removed debug line. | Erik Verbruggen | 2010-05-28 | 1 | -1/+0 | |
| | | ||||||
* | | Fixed missing include, and #undeffed debug code. | Erik Verbruggen | 2010-05-28 | 2 | -1/+2 | |
| | | ||||||
* | | Added a utility method to search by line/column. | Erik Verbruggen | 2010-05-28 | 2 | -0/+2 | |
| | | ||||||
* | | Moved ASTPath to its own header/source files. | Erik Verbruggen | 2010-05-28 | 3 | -0/+157 | |
| | | ||||||
* | | Merge remote branch 'origin/2.0' | Oswald Buddenhagen | 2010-05-28 | 2 | -3/+8 | |
|\ \ | |/ | ||||||
| * | Disabled invalid ObjC++ discovery code. | Erik Verbruggen | 2010-05-28 | 1 | -0/+2 | |
| | | | | | | | | | | Task-number: QTCREATORBUG-1501 Reviewed-by: Roberto Raggi | |||||
| * | Fixed position of current argument highlight for constructors | Thorbjørn Lindeijer | 2010-05-27 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | It was broken due to a leading space which was trimmed off, breaking the begin and end positions. Instead, don't trim, but just make sure not to add a leading space when it is not necessary. Done-with: Christian Kamm <christian.d.kamm@nokia.com> Task-number: QTCREATORBUG-1398 | |||||
* | | Check for possible 0x0 accesses. | Roberto Raggi | 2010-05-28 | 1 | -1/+1 | |
| | | ||||||
* | | Handle using declarations | Roberto Raggi | 2010-05-27 | 2 | -0/+16 | |
| | | ||||||
* | | Removed DeprecatedLookupContext. | Roberto Raggi | 2010-05-26 | 5 | -824/+0 | |
| | | ||||||
* | | Create bindings for anonymous typedefs. | Roberto Raggi | 2010-05-26 | 1 | -1/+6 | |
| | | ||||||
* | | Highlight namespaces. | Roberto Raggi | 2010-05-25 | 2 | -40/+33 | |
| | | ||||||
* | | Warn about unexpected using declarations. | Roberto Raggi | 2010-05-25 | 1 | -5/+9 | |
| | | ||||||
* | | Removed the CppBindings. | Roberto Raggi | 2010-05-25 | 8 | -1283/+8 | |
| | | ||||||
* | | Highlight user defined types. | Roberto Raggi | 2010-05-25 | 4 | -11/+360 | |
| | | ||||||
* | | Use the document in the snapshot when available. | Roberto Raggi | 2010-05-25 | 2 | -4/+4 | |
| | | ||||||
* | | New implementation of CheckUndefinedSymbols. | Roberto Raggi | 2010-05-25 | 2 | -564/+62 | |
| | | ||||||
* | | Improved lookup of qualified names. | Roberto Raggi | 2010-05-25 | 1 | -5/+39 | |
| | | ||||||
* | | Added an optinal member `length' to Document::DiagnosticMessage. | Roberto Raggi | 2010-05-25 | 1 | -2/+8 | |
| | | ||||||
* | | Fixed jump to the matching definition. | Roberto Raggi | 2010-05-21 | 1 | -4/+7 | |
| | | ||||||
* | | Turn on C++0x support. | Roberto Raggi | 2010-05-21 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed expression resolving for ObjC message send expressions. | Erik Verbruggen | 2010-05-20 | 1 | -23/+12 | |
| | | ||||||
* | | Fixed scope discovery. | Erik Verbruggen | 2010-05-20 | 1 | -3/+9 | |
| | | ||||||
* | | Deprecate the old template instantiation. | Roberto Raggi | 2010-05-20 | 5 | -20/+20 | |
| | | ||||||
* | | Fixed qualified name creation for ObjC classes and protocols. | Erik Verbruggen | 2010-05-20 | 1 | -3/+4 | |
| | | | | | | | | Also fixed the tests for it. | |||||
* | | Use the Control created by CPlusPlus::CreateBindings. | Roberto Raggi | 2010-05-18 | 2 | -14/+4 | |
| | | ||||||
* | | Use the context created by TypeOfExpression. | Roberto Raggi | 2010-05-18 | 2 | -2/+2 | |
| | | ||||||
* | | Instantiate the template functions. | Roberto Raggi | 2010-05-18 | 1 | -22/+16 | |
| | | ||||||
* | | Reuse TypeOfExpression. | Roberto Raggi | 2010-05-17 | 2 | -4/+3 | |
| | | ||||||
* | | Renamed Document::findSymbolAt(). | Roberto Raggi | 2010-05-17 | 2 | -6/+6 | |
| | | ||||||
* | | less verbose. | Roberto Raggi | 2010-05-14 | 1 | -24/+23 | |
| | | ||||||
* | | Flush the current binding before searching for types. | Roberto Raggi | 2010-05-14 | 1 | -14/+12 | |
| | |