- 12 Oct, 2011 1 commit
-
-
Christian Kamm authored
Reviewed-by: Fawzi Mohamed Change-Id: I95a3ea500482731e1a4633683339ff5acd052218 Reviewed-on: http://codereview.qt-project.org/5975 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Sanity-Review: Christian Kamm <christian.d.kamm@nokia.com>
-
- 10 Oct, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: I22376d96fe575bc00a55094c06af80e32a5587e6 Reviewed-on: http://codereview.qt-project.org/6238 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 14 Sep, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: I153723eeb9973be025daf47e317f7b9d076a3c72 Reviewed-on: http://codereview.qt-project.org/4733 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 19 Aug, 2011 1 commit
-
-
Christian Kamm authored
Previously RefactoringFiles were usually passed around by value. However, since a RefactoringFile may sometimes own a QTextDocument (when it was read from a file), that's not great and caused the file to be reread after every copy. With this change RefactoringFile becomes noncopyable and is always owned by a shared pointer. This change also allowed having const RefactoringFiles which is useful because they can be safely used from other threads. See CppRefactoringChanges::fileNoEditor. Change-Id: I9045921d6d0f6349f9558ff2a3d8317ea172193b Reviewed-on: http://codereview.qt.nokia.com/3084 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 05 Jul, 2011 1 commit
-
-
Christian Kamm authored
astPath -> rangePath To make it more explicit that it does not return the full ast path. declaringMember -> rangeAt Since things like function expressions and declarations and grouped property bindings are also ranges and returned by this function. Change-Id: I70cc99f21635b21dd6f3088a6e5782d84f6f108a Reviewed-on: http://codereview.qt.nokia.com/1045 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 18 May, 2011 1 commit
-
-
Leandro Melo authored
This is a re-work of our completion engine. Primary goals are: - Allow the computation to run in a separate thread so the GUI is not locked. - Support a model-based approach. QStrings are still needed (filtering, etc), but internal structures are free to use more efficient representations. - Unifiy all kinds of *assist* into a more reusable and extensible framework. - Remove unnecessary dependencies on the text editor so we have more generic and easily "plugable" components (still things to be resolved).
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 25 Feb, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 11 Nov, 2010 2 commits
-
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-2666 Reviewed-by: Christian Kamm
-
Christian Kamm authored
Reviewed-by: Thomas Hartmann
-
- 30 Sep, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 23 Sep, 2010 2 commits
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- 13 Aug, 2010 1 commit
-
-
Christian Kamm authored
Makes them easy to use everywhere. Also when calling QuickFixData::textOf and friends, it wasn't really clear which file they would run on.
-
- 12 Aug, 2010 3 commits
-
-
Christian Kamm authored
This makes sure styles are consistent for the editor and the quick fix engine.
-
Christian Kamm authored
-
Christian Kamm authored
This will allow a more efficient and direct implementation.
-
- 27 Jul, 2010 2 commits
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- 26 Jul, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 22 Jun, 2010 1 commit
-
-
Roberto Raggi authored
-
- 15 Jun, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 14 Jun, 2010 3 commits
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-