summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpptoolseditorsupport.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++: optionally let the highlighter handle ifdefed-out blocks.Erik Verbruggen2013-08-191-5/+14
* CppTools: Fix "! condition" coding styleNikolai Kosjar2013-07-251-2/+2
* Fix coding style for else statementsOrgad Shaneh2013-07-171-3/+2
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-2/+2
* CppTools: Do not hand over partly reloaded files to the code modelNikolai Kosjar2013-06-241-3/+25
* CppEditor: Fix highlighting in new split if file is changed externallyNikolai Kosjar2013-06-171-0/+8
* C++: handle file type changes for choosing highlighters.Erik Verbruggen2013-05-151-7/+18
* CppEditor: Fix crash when closing editors fastNikolai Kosjar2013-05-081-1/+7
* CppEditor: Fix highlighting if there are unconfigured projectsNikolai Kosjar2013-05-071-1/+5
* CppEditor: Avoid premature calls to recalculateSemanticInfoNowNikolai Kosjar2013-05-071-0/+10
* CppEditor: Reduce calls to recalculateSemanticInfo()Nikolai Kosjar2013-05-071-0/+2
* C++: fix possible null-pointer derefs.Erik Verbruggen2013-05-031-3/+3
* CppEditor: Tests: Remove superfluous reference to CppEditorSupportNikolai Kosjar2013-05-021-10/+0
* CppEditor: Tests: Add initial Follow Symbol Under Cursor testsNikolai Kosjar2013-04-301-0/+10
* Fix link error with MSVCOrgad Shaneh2013-04-291-2/+2
* C++ Detach the CppEditor from code-model internals.Erik Verbruggen2013-04-261-45/+392
* TextEditors: Separate away methods that actually work on a documentEike Ziller2013-04-191-2/+2
* Clean headers in CppTools.Friedemann Kleint2013-04-101-10/+0
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-4/+4
* Fix Krazy warnings about includes/header guards in Cpp-Editor.Friedemann Kleint2013-03-121-1/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-2/+1
* | CppTools: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-221-1/+1
* | C++: started to make indexing plug-able.Erik Verbruggen2012-10-231-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* C++: make highlighting/completion plugable.Erik Verbruggen2012-02-201-13/+1
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-2/+2
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* C++: Moved completion/highlighting into the model manager.Erik Verbruggen2012-02-081-1/+16
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-2/+2
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Removed the TokenCache.Erik Verbruggen2010-07-021-14/+4
* Introduced token caching to prevent repetetive tokenizing.Erik Verbruggen2010-06-141-1/+10
* Revert "Introduced a token cache for the C++ editor."Erik Verbruggen2010-06-041-10/+1
* Introduced a token cache for the C++ editor.Erik Verbruggen2010-06-041-1/+10
* Removed obsoleted code.Roberto Raggi2010-05-251-4/+1
* Ignore outdated parsing requests.Roberto Raggi2010-03-241-1/+5
* Long live the king!hjk2010-03-051-1/+1
* Use the text editor revision to ignore outdated parse results.Roberto Raggi2009-12-151-0/+10
* Introduced the quick fix engineRoberto Raggi2009-11-131-315/+0
* Initialize m_line and m_columnRoberto Raggi2009-10-211-1/+2
* Purge out include files in exported headersFriedemann Kleint2009-10-011-0/+2
* Delay the parsing of the document.Roberto Raggi2009-09-301-0/+2