summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppfindreferences.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unused code.con2009-12-211-31/+0
|
* Implement string based search & replace in multiple files.con2009-12-211-56/+5
| | | | | | | | | | | This uses the same UI as "Rename Symbol". Moves the actual rename implementation to a static method in BaseFileFind and uses it for rename symbol and search & replace. Moves the signal notification for the code model from VCSManager to the more general FileManager. Note that as for rename symbol, there's no undo yet. Task-number: QTCREATORBUG-73
* Hide the implementation details of CppModelManagerInterface::WorkingCopy.Roberto Raggi2009-12-151-9/+9
|
* Replaced the hardcoded QHash<QString, QString> with ↵Roberto Raggi2009-12-151-2/+2
| | | | CppModelManagerInterface::WorkingCopy.
* Store the working list in a QHash.Roberto Raggi2009-12-071-5/+5
|
* Rename MyProcess and MyReduce.Roberto Raggi2009-12-071-37/+41
|
* Initial work on the new CPlusPlus::Snapshot.Roberto Raggi2009-12-071-1/+1
| | | | Encapsulate the details.
* Removed unused formal argument.Roberto Raggi2009-12-041-1/+1
|
* Use mappedReduce when searching for the usages of a symbol.Roberto Raggi2009-12-041-43/+78
|
* Removed useless argumentsRoberto Raggi2009-12-031-26/+3
|
* Rename dependsOn() in filesDepedingOn() and introduced ↵Roberto Raggi2009-12-021-1/+1
| | | | Snapshot::dependencyTable().
* Save the usages.Roberto Raggi2009-12-021-4/+8
|
* Use resultsReadyAt.Roberto Raggi2009-12-011-8/+10
|
* Use const literals.Roberto Raggi2009-12-011-6/+6
|
* Merge commit 'origin/1.3'con2009-11-301-1/+1
|\
| * Some naming adaptions.con2009-11-301-1/+1
| |
* | Add functionality to show progress for the application in task bar/dock.con2009-11-271-2/+1
|/ | | | | | Move the API to the progress manager. Added a first Mac implementation, other platforms are pending.
* Code model: Fix Windows issues (duplicate matches).Friedemann Kleint2009-11-091-4/+0
| | | | | | | | | Ensure the code model receives file names with clean paths ('/') and fix paths in the relevant places of the code model. Pass on clean paths from Cpp reference find and display them correctly in the search window tooltip. Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
* Prevent global replace before search is done.con2009-11-041-0/+1
| | | | | | Also fix focusing issues of the replace line edit. Reviewed-by: Roberto Raggi
* Set the parent object of CppFindReferences.Roberto Raggi2009-11-041-1/+2
|
* Paranoia check. Skip the change if we have another change with the same offset.Roberto Raggi2009-11-041-1/+15
|
* Compile WindowsFriedemann Kleint2009-10-271-1/+0
|
* Remove duplicates from the working list.Roberto Raggi2009-10-271-0/+2
|
* Introduced CPlusPlus::FindUsages.Roberto Raggi2009-10-271-446/+11
|
* Activate the completion only when the canonical symbol has a valid name.Roberto Raggi2009-10-261-0/+3
|
* Process the names of the formal arguments when searching references in ↵Roberto Raggi2009-10-151-3/+14
| | | | function definitions.
* Don't use modality to inform the user about the dangerous world of code ↵Roberto Raggi2009-10-151-0/+2
| | | | refactoring.
* Rename the given enumerator.Roberto Raggi2009-10-131-2/+16
|
* Check the scope of class and fwd-class declarationsRoberto Raggi2009-10-131-2/+22
|
* Expose CppModelManagerInterface::workingCopy()Roberto Raggi2009-10-121-3/+3
|
* Handle ambiguous AST nodes.Roberto Raggi2009-10-091-0/+18
|
* Find the canonical virtual method.Roberto Raggi2009-10-071-2/+3
|
* Run the binder before searching strong and weak references.Roberto Raggi2009-10-071-0/+9
|
* Removed the MacroResolverRoberto Raggi2009-10-071-6/+2
| | | | Unfortunately, the MacroResolver does not scale and we get pretty bad performances when parsing big projects.
* Search for possible forward classes.Roberto Raggi2009-10-061-3/+25
|
* Return the class declaration as canonical symbol for ctors, dtors, and class ↵Roberto Raggi2009-10-061-12/+14
| | | | names.
* Show a warning message when using global renaming.Roberto Raggi2009-10-061-7/+13
|
* Use the existing text editor when refactoring text.Roberto Raggi2009-10-061-27/+52
|
* Perform renaming.Roberto Raggi2009-10-051-3/+64
|
* Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3con2009-10-051-20/+72
|\ | | | | | | | | | | | | Conflicts: src/plugins/cpptools/cppfindreferences.cpp src/plugins/cpptools/cpptoolsplugin.cpp src/plugins/texteditor/basefilefind.cpp
| * Added `Find Usages' of a Symbol.Roberto Raggi2009-10-051-1/+12
| |
| * Search for possible references in template arguments.Roberto Raggi2009-10-051-2/+6
| |
| * 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.
| * Introduced an overload of reportResult() that can deal with strong and weak ↵Roberto Raggi2009-10-051-11/+14
| | | | | | | | results.
| * Don't look at formal arguments.Roberto Raggi2009-10-051-0/+28
| |
| * Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-051-6/+6
| | | | | | | | | | Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
* | Refactor search result window for use of many items and checked state.con2009-10-051-11/+11
|/
* Cache the lookup context.Roberto Raggi2009-09-301-1/+18
|
* Cache the macros.Roberto Raggi2009-09-301-7/+5
|
* Implemented a simple(fast?) strategy to resolve macro references.Roberto Raggi2009-09-301-1/+11
|