aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools
Commit message (Expand)AuthorAgeFilesLines
* C++: Change back highlighting of typesLeandro Melo2012-07-171-1/+1
* C++: Changes in semantic highlightingLeandro Melo2012-07-172-134/+298
* Added tooltips on completions proposalsSergey Shambir2012-07-171-3/+14
* C++: Fix potentially infinite loop in completionLeandro Melo2012-06-291-10/+11
* Remove unused member variablesTobias Hunger2012-06-291-1/+0
* Don't cache mapping between source and private headerNicolas Arnaud-Cormos2012-06-281-1/+2
* C++: Enable C++11 keywords in macro usesLeandro Melo2012-06-281-0/+1
* C++: Core changes in preprocessingLeandro Melo2012-06-252-12/+22
* C++: Do not reuse content in completion if it's unfinished identifierLeandro Melo2012-06-201-6/+12
* Make PluginManager mostly static.Eike Ziller2012-06-194-10/+10
* Fix qbs code styleYuchen Deng2012-06-191-1/+1
* C++: Introduce unicode char/strings supportLeandro Melo2012-06-061-0/+2
* Implemented Rename Macro UsagesAndre Hartmann2012-06-065-1/+28
* Show warning with continue/cancel in case of many search resultsEike Ziller2012-06-054-4/+45
* CppHighlighter: highlight all functions/methods.Francois Ferrand2012-06-055-49/+91
* C++: Fix macro uses line infoLeandro Melo2012-06-011-3/+1
* ActionManager API cleanup.Eike Ziller2012-05-251-5/+3
* IOptionsPage: replace virtual fuctions by data membershjk2012-05-236-98/+25
* Mark canceled searches as such.Eike Ziller2012-05-222-4/+4
* editormanager: simplify use of interfacehjk2012-05-113-7/+6
* Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-302-2/+2
* preprocessor: rename operator() into run.hjk2012-04-191-1/+1
* preprocessor: make Environment::{resolve,remove} work on ByteArrayRefs onlyhjk2012-04-192-2/+2
* preprocessor: make CPlusPlus::Internal::ByteArrayRef publichjk2012-04-192-2/+2
* preprocessor: save cycles by using ByteArrayRefhjk2012-04-192-3/+3
* CppHighlighter: highlight macro references.Francois Ferrand2012-04-136-14/+97
* qbs files: use Qt5 module dependenciesJoerg Bornemann2012-04-101-1/+1
* Fix C++ Macro Usages definition line in Search Results.Andre Hartmann2012-04-041-7/+6
* [C++] Added env. var. to show file name that is being parsed.Erik Verbruggen2012-03-302-5/+12
* Revert "CppHighlighter: highlight all functions/methods."Erik Verbruggen2012-03-295-102/+21
* CppHighlighter: highlight all functions/methods.Francois Ferrand2012-03-295-21/+102
* Fix C++ Macro Usages when Definition contains Newline.Andre Hartmann2012-03-291-2/+7
* [C++] Rewrite of the preprocessor.Erik Verbruggen2012-03-293-6/+8
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-282-6/+17
|\
| * Fix: do not put in duplicate definitions.Erik Verbruggen2012-03-281-2/+11
| * Don't pass native file names to internal API.Eike Ziller2012-03-271-4/+6
* | Fixed debug output.Erik Verbruggen2012-03-271-3/+4
* | Fix qbs project filesMarco Bubke2012-03-211-0/+4
* | CppEditor: do not highlight generated local symbols.Francois Ferrand2012-03-201-0/+2
* | Improved highlighting in C++ Macro Usages.Andre Hartmann2012-03-161-3/+4
* | Fix build breakage after making plugins dependent on cpptools.Erik Verbruggen2012-03-151-1/+5
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-152-10/+4
|\|
| * CppEditor: fix indentation of auto-completed comments.Francois Ferrand2012-03-152-10/+4
* | Add flag for semantic highlighter to set diagnostics.Erik Verbruggen2012-03-154-39/+50
* | Move the ModelManagerInterface out of the CPlusPlus library.Erik Verbruggen2012-03-1411-9/+637
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-141-1/+21
|\|
| * Do not add parentheses when completing dereferenced function.Francois Ferrand2012-03-131-1/+21
* | C++: Lambda formatting issues.Flex Ferrum2012-03-122-1/+78
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-082-7/+7
|\|
| * Normalized connect()sRobert Loehning2012-03-062-7/+7