summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppeditor.h
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Create type hierarchy widget; Refactor code from C++ hover into a simple reus...Leandro Melo2010-08-131-3/+4
* Highlight the enumerators using the Static `char format'.Roberto Raggi2010-08-091-0/+1
* Renamed CPPEditor::highlightTypeUsages()Roberto Raggi2010-08-091-2/+2
* Store the QTextCharFormat used to mark virtual methods.Roberto Raggi2010-08-091-0/+1
* Force an update of the current editor.Roberto Raggi2010-08-031-0/+1
* Quickfix: Convert underscore notation to camel case.ck2010-07-201-1/+1
* Fixed crash while renaming symbol when a symbol is being renamed.Erik Verbruggen2010-07-191-0/+1
* Mark the symbols lazily in a background thread.Roberto Raggi2010-07-191-1/+8
* Made the highlighting for locals and fields configurableThorbjørn Lindeijer2010-07-151-0/+2
* Convert semantic highlighter to use additional formatsmae2010-07-131-2/+4
* CppEditor: Beautify names in APIKai Koehne2010-07-131-13/+13
* CppEditor: Delay update of outline by 150 msKai Koehne2010-07-131-0/+2
* Outline: Make recalculation of current model index more robustKai Koehne2010-07-121-2/+2
* CppEditor: Re-use also the code to find the right indexKai Koehne2010-07-081-0/+9
* CppEditor: Reuse OverviewModel from text editor also in the outline paneKai Koehne2010-07-081-0/+1
* C++ editor: Use the new indenter to make indenting selections fast.Christian Kamm2010-07-061-0/+1
* Moved the semantic highlighter in a QFuture.Roberto Raggi2010-07-061-0/+6
* Moved SemanticInfo in its own file.Roberto Raggi2010-07-051-33/+2
* C++: Use the new indenter.Christian Kamm2010-07-051-0/+1
* Removed the TokenCache.Erik Verbruggen2010-07-021-3/+0
* Core::Context: fix documentation, remove an unused variablehjk2010-06-291-1/+0
* core: use a class derived from QList<int> instead of a QList<int> for Core::C...hjk2010-06-251-2/+2
* Added ObjC keyword highlighting in the semantic pass.Erik Verbruggen2010-06-181-0/+8
* Merge branch '2.0'Thorbjørn Lindeijer2010-06-151-0/+1
|\
| * Avoid triggering indent for electric characters in comments and stringsThorbjørn Lindeijer2010-06-151-0/+1
* | Merge branch 'origin/2.0' (early part)Erik Verbruggen2010-06-151-2/+2
|\ \ | |/
| * Don't pass QChar as const & since it's just a unsigned shortThorbjørn Lindeijer2010-06-141-2/+2
* | Added infrastructure to change multiple files at once.Erik Verbruggen2010-06-141-0/+2
* | Introduced token caching to prevent repetetive tokenizing.Erik Verbruggen2010-06-141-0/+3
* | Merge remote branch 'origin/2.0'con2010-06-101-9/+0
|\ \ | |/
| * Removed no longer used codeThorbjørn Lindeijer2010-06-081-9/+0
* | Revert "Introduced a token cache for the C++ editor."Erik Verbruggen2010-06-041-3/+0
* | Introduced a token cache for the C++ editor.Erik Verbruggen2010-06-041-0/+3
* | Reduced the usage of CppQuickFixOperation.Roberto Raggi2010-06-031-1/+1
* | Reimplemented the C++ quick fix operations using TextEditor::QuickFixOperation.Roberto Raggi2010-06-031-1/+1
* | Cache the LookupContext.Roberto Raggi2010-05-311-2/+4
* | Ensure we keep the context around for as long as it is needed.Roberto Raggi2010-05-311-4/+1
* | Highlight user defined types.Roberto Raggi2010-05-251-1/+3
* | Check for undefined symbols.Roberto Raggi2010-05-251-1/+3
* | Introduced Snapshot::findMatchingDefinition().Roberto Raggi2010-05-111-1/+1
|/
* Long live the king!hjk2010-03-051-1/+1
* Use the fully qualified name when registering the SemanticInfos.Christian Kamm2010-02-161-2/+2
* Moved indentation utility method from CPPEditor into BaseTextEditor.Erik Verbruggen2010-02-031-2/+0
* Generalized the auto complete of braces.Roberto Raggi2010-01-121-9/+9
* Make method naming more consistent.Tobias Hunger2010-01-071-1/+1
* Find macro uses.Christian Kamm2009-12-211-0/+2
* Use the text editor revision to ignore outdated parse results.Roberto Raggi2009-12-151-2/+3
* Initial work on the new CPlusPlus::Snapshot.Roberto Raggi2009-12-071-1/+1