summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppfindreferences.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | Move the ModelManagerInterface out of the CPlusPlus library.Erik Verbruggen2012-03-141-1/+1
|/ | | | | Change-Id: Iffaa18f848a22f6961b49dff048672b194570df6 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-151-6/+6
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Move QtConcurrent library into Utils.Friedemann Kleint2012-02-091-1/+1
| | | | | | | | It causes a conflict with the new QtConcurrent library of Qt 5 and is quite small. Change-Id: Ib97ab6daf8f67a88300cf03f044ba3593a4cd270 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Move repeated searches to top.Eike Ziller2012-02-071-1/+1
| | | | | | | Task-number: QTCREATORBUG-6907 Change-Id: I25c04185beb3729e2d11cc88d17fcd1a3b51037c Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Use new static ICore interface.hjk2012-01-241-2/+2
| | | | | Change-Id: I9b690d9b150c8d162b15370f9f8986267c9128f1 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Implement "search again" for find usages (C++)Eike Ziller2012-01-241-23/+199
| | | | | Change-Id: Ia3dc174c64da9194401883a1a989a712cb7aaed8 Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
* C++: Replace non-absolute-critical asserts for soft onesLeandro Melo2012-01-241-1/+1
| | | | | Change-Id: I021074a78d90929b4e83b8aff9db1ae7995e8c6a Reviewed-by: hjk <qthjk@ovi.com>
* Fix warning.Eike Ziller2011-12-201-1/+1
| | | | | Change-Id: I30ec590b86846f8fdcb0094a848e56002d590b7a Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
* Fix cancelling search for usages.Eike Ziller2011-12-201-7/+26
| | | | | Change-Id: Ic78cf5030e78759018ea84d0c258c81c8081ae98 Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
* Fix starting a usage search while another one is running.Eike Ziller2011-12-201-45/+55
| | | | | | | | | | | Theoretically it could now run multiple searches in parallel, but since a single search grabs all available threads from the pool, any search request afterwards is queued for execution when the previous one finished. Task-number: QTCREATORBUG-6101 Change-Id: Ifada0ccdd1ce7cfb4aaaaa4de2db070025f91a3a Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/libs/qmljs/qmljsinterpreter.cpp src/libs/qmljs/qmljsinterpreter.h src/plugins/debugger/qml/scriptconsole.cpp src/plugins/git/gitplugin.cpp src/plugins/qmlprofiler/canvas/qdeclarativetiledcanvas.cpp src/plugins/qmlprofiler/canvas/qdeclarativetiledcanvas_p.h Change-Id: Iad59c8d87c72a21c79c047e374c0ab689998af39
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | | | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* | more Id type fixeshjk2011-11-101-2/+2
|/ | | | | | | | | Change-Id: I3720946ba5485696822976567d83b4d6cb1fb283 x Change-Id: Iab58bc34bc56371405d132315573b484a533b77c Reviewed-by: hjk <qthjk@ovi.com>
* Keep multiple search results in history.Eike Ziller2011-09-141-10/+21
| | | | | | | Change-Id: I7350c78479343e85b1ca4957e08bccefb5756d20 Reviewed-on: http://codereview.qt-project.org/4556 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
* Move advanced search dialog into search result pane.Eike Ziller2011-09-131-1/+7
| | | | | | | | | | And move the cancel button into the specific search result widget. Change-Id: Ide8173e1ec5de091e1c1332a2b0c47d9a30a4c87 Reviewed-on: http://codereview.qt-project.org/4555 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Show more info about a search and move UI for replacingEike Ziller2011-09-131-1/+5
| | | | | | | | Change-Id: I6e024583c0d778a65007eb4590118c4329b2118a Reviewed-on: http://codereview.qt-project.org/4554 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Move and cleanup search specific API to SearchResult classEike Ziller2011-09-061-17/+18
| | | | | | | Change-Id: I7e64701e8833ad38b9ac01d316bd00302602a390 Rubber-stamped-by: Daniel Teske Reviewed-on: http://codereview.qt.nokia.com/4179 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* C++ editor: Normalize line endings for find usagesLeandro Melo2011-05-311-1/+1
| | | | | | | | | | | Find usages and related rely on functions that assume \n as line ending. This is true for the preprocessed files, but not for the original sources. Change-Id: I61b7e05c0116504d11c7df4b1aa10d519b705336 Reviewed-on: http://codereview.qt.nokia.com/260 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
* move the "cannot undo" warning to the search result paneOswald Buddenhagen2011-05-121-5/+2
| | | | | | this is where it belongs, rather than into some arbitrary editor. as a nice side effect, now not only the "rename symbol", but also the global search&replace has such a warning.
* rewrite editor info bar handlingOswald Buddenhagen2011-05-121-1/+4
| | | | | | | | | | | | the info about the bars is now stored in the IFile, not in the EditorView. this is somewhat more expensive for the bars which identically apply to all editors of one type, but fixes consistency issues between views. additionally, it is now possible to set several simultaneous info bars per file, which ensures that no information is lost. Co-authored-by: mae
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* add/unify i/o error handlingOswald Buddenhagen2011-04-181-3/+4
| | | | | | lots of use of Utils::FileSaver and Utils::FileReader Task-number: QTCREATORBUG-1619
* Update license.hjk2011-04-131-14/+13
|
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-1/+1
| | | | | | | | rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor rename BaseTextEditor{,Widget} subclasses rename editableInterface->editorInterface rename createEditableInterface->createEditor minor cleanups after renamings
* Fixed the line retreival for find-usages.Erik Verbruggen2011-01-171-2/+3
| | | | | | | | Instead of using the pre-processed source, the original one is used. This makes a difference when a macro is used in the line, where the pre- processed source would have a "#gen true" token. Task-number: QTCREATORBUG-3345
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* C++: Move the ModelManagerInterface from CppTools to CPlusPlus.Christian Kamm2011-01-041-10/+10
|
* License headers.con2010-12-171-7/+11
|
* EditorManager: Change openEditor/activateEditor to not do mode switchingdt2010-09-141-2/+4
| | | | | | | | | | | Also introduce a indirection, modes have now types, edit and debug have the same type, and editors do have a prefered type of modes instead of a prefered mode. That fixes the bug that if the prefered qml editing mode was set to design, then in switching between qml editors would - in Edit Mode: stay in edit mode - in Debug Mode: switch to debug mode
* C++: put dependency table calculation into the future.Erik Verbruggen2010-09-101-29/+41
| | | | Task-number: QTCREATORBUG-2300
* Renamed Symbol::scope() to Symbol::enclosingScope().Roberto Raggi2010-08-261-2/+2
|
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-1/+1
|
* New implementation of CPlusPlus::FindUsagesRoberto Raggi2010-08-101-5/+13
|
* Use the most recent snapshot when searching for the usages of a symbol.Roberto Raggi2010-08-051-6/+1
|
* Look at the symbol's visibility.Roberto Raggi2010-08-051-1/+2
|
* Simplified FindUsages.Roberto Raggi2010-08-051-1/+1
|
* C++ symbols find filter for advanced find.con2010-07-231-1/+5
| | | | | | | | Required refactoring of the search result window to show real trees of search results. The backend is the backend from the Locator filter, which is a bit outdated now.
* Quickfix: Convert underscore notation to camel case.ck2010-07-201-2/+4
| | | | Reviewed-by: Roberto Raggi
* Add a instance() method to the search result window singleton.con2010-07-121-1/+1
|
* Compute the dependecy table on demand.Roberto Raggi2010-07-061-12/+1
|
* Ensure we keep the context around for as long as it is needed.Roberto Raggi2010-05-311-15/+12
|
* Removed the CppBindings.Roberto Raggi2010-05-251-4/+0
|
* Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.Friedemann Kleint2010-03-181-0/+1
|
* Use `Searching' instead of `Sarching...'.Roberto Raggi2010-03-171-2/+2
|
* Put the DependencyTable calculation into the QFuture.Erik Verbruggen2010-03-171-8/+26
| | | | Done-with: Roberto Raggi
* Put the include depenency table into a separate class, and cache it when ↵Erik Verbruggen2010-03-171-4/+19
| | | | possible.
* Fixed QTCREATORBUG-745.Erik Verbruggen2010-03-091-8/+11
| | | | | Fixed crash in FindUsages on a dirty file in a large project, which is saved while the FindUsages is still running.
* Long live the king!hjk2010-03-051-1/+1
|
* Find macro uses.Christian Kamm2009-12-211-12/+136
| | | | Reviewed-by: Erik Verbruggen