summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppsemanticsearch.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed CppSemanticSearch & co. Find usages of a Symbol is way more powerful.Roberto Raggi2009-10-091-314/+0
|
* Ensure the user can stop a semantic search and added a method to get a ↵Roberto Raggi2009-10-051-0/+6
| | | | pointer to the ModelManagerInterface.
* Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-051-8/+8
| | | | | Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
* Delay the parsing of the document.Roberto Raggi2009-09-301-0/+1
|
* long live the kinghjk2009-08-141-1/+1
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Keep the original encoded text around while preprocessing.Roberto Raggi2009-06-151-3/+3
|
* Search in the editor buffers.Roberto Raggi2009-06-101-7/+15
|
* Search the function callsRoberto Raggi2009-06-091-4/+84
|
* Improved the semantic search for class declarations.Roberto Raggi2009-06-091-16/+41
|
* cleanupRoberto Raggi2009-06-031-8/+2
|
* Introduced CPlusPlus::FastPreprocessor.Roberto Raggi2009-06-031-54/+2
|
* Introduced CppTools::Internal::SemanticSearch.Roberto Raggi2009-06-031-0/+252