- 05 Sep, 2011 1 commit
-
-
Christian Kamm authored
This way we don't need to override Return and Escape. Change-Id: I1548118c06ee7338ba3dd9d84b82b9314ab16782 Reviewed-on: http://codereview.qt.nokia.com/4183Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 01 Sep, 2011 2 commits
-
-
Christian Kamm authored
Change-Id: I5398442bdb864c4bccd8c193364bed3879bbc660 Reviewed-on: http://codereview.qt.nokia.com/4042Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Change-Id: Ibc38898585f6e5be625ccfc0e1304ccb44a7f167 Reviewed-on: http://codereview.qt.nokia.com/3955Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 30 Aug, 2011 2 commits
-
-
Christian Kamm authored
This moves sorting from the gui thread to the future and allows the incremental application of the extra formats to assume chunks are sorted. Change-Id: I38e179e573c43cc955cce820f17ac87e3300a839 Reviewed-on: http://codereview.qt.nokia.com/3869Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Christian Kamm authored
To allow FakeVim to pick up on the state and pass through Enter/Return. Change-Id: Ia203a1b3fa8877d90cbaf4b46183bb01a6de1362 Reviewed-on: http://codereview.qt.nokia.com/3856Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 26 Aug, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: Ib5e3a3a381568347a7a465f956f7daad15f10ab0 Reviewed-on: http://codereview.qt.nokia.com/3596Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 25 Aug, 2011 3 commits
-
-
Christian Kamm authored
Change-Id: I7a95adcaafff5ff845ae0fdef5bea8c3846a6ffe Reviewed-on: http://codereview.qt.nokia.com/3599Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Christian Kamm authored
Change-Id: I5f1c6e29c8386018cfd4d45d8ee63fc3e24311f6 Reviewed-on: http://codereview.qt.nokia.com/3484Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Christian Kamm authored
Change-Id: I06e3be876e971d191905fd9bfbeca55a762afa5c Reviewed-on: http://codereview.qt.nokia.com/3483Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 24 Aug, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: If9293244075cff1a52801b50cdbb77248ecd21ea Reviewed-on: http://codereview.qt.nokia.com/3310Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 19 Aug, 2011 2 commits
-
-
Christian Kamm authored
It's more robust if text before the target is changed in a minor way. Change-Id: I48e27c5d194dd2dcff4b064bf59538b4660015d7 Reviewed-on: http://codereview.qt.nokia.com/3097Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
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/3084Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 18 Aug, 2011 3 commits
-
-
Friedemann Kleint authored
Change-Id: I16b273cc792bfd2035d35e7c67675f039cd387b9 Reviewed-on: http://codereview.qt.nokia.com/3185Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Christian Kamm authored
Change-Id: Icfb71278c796dfb8668de423a691c7dc90e9531f Reviewed-on: http://codereview.qt.nokia.com/3170Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Christian Kamm authored
Change-Id: I7041f3c520e88b4376c5cbac08ed79aa44641f0f Reviewed-on: http://codereview.qt.nokia.com/3088Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 17 Aug, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: Icc8861a5127272750c5aa0b6340967ddf0a5a085 Reviewed-on: http://codereview.qt.nokia.com/3016Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 16 Aug, 2011 2 commits
-
-
Christian Kamm authored
When editing a function declaration or definition the code model may realize the same changes have to be applied somewhere else. A refactoring marker will pop up that can be clicked to perform the changes. Alternatively, press enter to apply. Change-Id: I2299a2ecfb6a8f87d4853fc7cfa99486f890a1d3 Reviewed-on: http://codereview.qt.nokia.com/2909Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Christian Kamm authored
All places that use it deal with unsigned revisions: * SemanticInfo::revision * Document::revision * CPPEditorWidget::editorRevision Even though QTextDocument::revision is int. Change-Id: I2b3a94056d15fd02539d14c7cec35511abed57b5 Reviewed-on: http://codereview.qt.nokia.com/2954Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 15 Aug, 2011 2 commits
-
-
Christian Kamm authored
Change-Id: Ia8362bc9a4b319ab4bb65f3fb1a36dc769e28ccd Reviewed-on: http://codereview.qt.nokia.com/2953Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
Leandro Melo authored
When folding indents change and a block becomes no longer folded we need to update the user data. This patch tries to handle general inconsistencies that might arise in such situations. Notice however that there are stil other problems to be addressed (including issues in Qt). Task-number: QTCREATORBUG-5771 Change-Id: I38b869832159598d46cde00058308c218ca31f1a Reviewed-on: http://codereview.qt.nokia.com/2908Reviewed-by:
Robert Löhning <robert.loehning@nokia.com> Reviewed-by: Matthias Ettrich
-
- 12 Aug, 2011 1 commit
-
-
Kai Koehne authored
Change-Id: I43f0de47dccf67da2f4b622f70c76a69198286d5 Reviewed-on: http://codereview.qt.nokia.com/2860Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 08 Aug, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: I633dbc77557fc2b6563888103350612a262536ee Reviewed-on: http://codereview.qt.nokia.com/2731Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 05 Aug, 2011 1 commit
-
-
Jarek Kobus authored
Task-number: QTCREATORBUG-5324 Change-Id: I137c9430e538714684ff6000ea68340a6f802615 Reviewed-on: http://codereview.qt.nokia.com/2688Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@nokia.com>
-
- 29 Jul, 2011 1 commit
-
-
Kai Koehne authored
Warn if the condition fails, but otherwise don't change the execution flow. Change-Id: Id7b14c745109b66960add967b2a4ef8d31e1a546 Reviewed-on: http://codereview.qt.nokia.com/2389Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 14 Jul, 2011 1 commit
-
-
hjk authored
Mostly Q_DISABLE_COPY that were covered by the un-copy-ability of the respective base classes. Includes a few "stylistic" whitespace changes. Change-Id: I31ca0e7bada5ed0f34776976efe22ddc444a5bf2 Reviewed-on: http://codereview.qt.nokia.com/1609Reviewed-by:
hjk <qthjk@ovi.com>
-
- 13 Jul, 2011 1 commit
-
-
Leandro Melo authored
This also changes the mutex so that the check for reusing the last semantic info is consistent. Task-number: QTCREATORBUG-5276 Change-Id: Ia5a2dae25ba3aa40949ac751bcda209d0bcf1f3c Reviewed-on: http://codereview.qt.nokia.com/1581Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 11 Jul, 2011 1 commit
-
-
Leandro Melo authored
Fix a regression introduced by ad53fa42 in which follow symbol takes you to the function declaration (instead of to the type) for situations like the one below (the | indicates the cursor): void Ty|pe::function() {} Change-Id: Iffd15b23bb0cd67eca5965cb22d9b60c4d024fb7 Reviewed-on: http://codereview.qt.nokia.com/1375Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com> (cherry picked from commit b260bf1e)
-
- 08 Jul, 2011 2 commits
-
-
Leandro Melo authored
Now the type hierarchy widget will also show the classes derived from the selected one. For consistency the way the base classes are shown was changed too. The diagram below is an example from Creator's code when openining the type hierarchy for BaseTextEditorWidget: Bases +QObject +QWidget +... BaseTextEditorWidget +QPaintDevice +... BaseTextEditorWidget Derived +BaseTextEditorWidget +VCSBaseEditorWidget GitEditor MercurialEditor ... GLSLEditorWidget CppEditorWidget QmlJSTextEditorWidget ... Depending on the project and on the selected class the hierarchy widget might take a bit to be constructed. This should be improved later. Change-Id: Ifbdd1cbbba955a0bdf03297ff0e7620351b12dc5 Reviewed-on: http://codereview.qt.nokia.com/883Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Leandro Melo authored
Fix a regression introduced by ad53fa42 in which follow symbol takes you to the function declaration (instead of to the type) for situations like the one below (the | indicates the cursor): void Ty|pe::function() {} Change-Id: Iffd15b23bb0cd67eca5965cb22d9b60c4d024fb7 Reviewed-on: http://codereview.qt.nokia.com/1375Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
- 09 Jun, 2011 1 commit
-
-
Erik Verbruggen authored
Change-Id: I75c5dc43832d42588302bc0dadefcd4b6e2addc6 Reviewed-on: http://codereview.qt.nokia.com/414Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- 08 Jun, 2011 1 commit
-
-
hjk authored
Reviewed-by: Erik Verbruggen (cherry picked from commit 769b21b4) Change-Id: I769b21b4x Reviewed-on: http://codereview.qt.nokia.com/391Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 25 May, 2011 1 commit
-
-
Leandro Melo authored
Use Creator's main window as a reference for the width. Note that this does not necessarily imply they are aligned. Task-number: QTCREATORBUG-4021 Change-Id: Id0be8a7435d9b3f9eaab638f7a82bb0bd1afa192 Reviewed-on: http://codereview.qt.nokia.com/109Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 24 May, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: Iaf08edb2361146e6b5e1cbafdb716a23c938875b Done-with: Jarek Kobus Task-number: QTCREATORBUG-2670 Task-number: QTCREATORBUG-4310 Task-number: QTCREATORBUG-2763 Task-number: QTCREATORBUG-3623 Task-number: QTCREATORBUG-567 Reviewed-on: http://codereview.qt.nokia.com/74Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@nokia.com> Reviewed-by:
Roberto Raggi <roberto.raggi@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).
-
- 12 May, 2011 3 commits
-
-
Oswald Buddenhagen authored
Task-number: QTCREATORBUG-2847
-
Oswald Buddenhagen authored
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.
-
Oswald Buddenhagen authored
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
-
- 11 May, 2011 1 commit
-
-
hjk authored
Reviewed-by: Erik Verbruggen
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 19 Apr, 2011 1 commit
-
-
Friedemann Kleint authored
-