- 15 Aug, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: Id132b2fd42034a354baa548760083ca47d62697b Reviewed-on: http://codereview.qt.nokia.com/2904Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 12 Aug, 2011 1 commit
-
-
Christian Kamm authored
Since it doesn't do any highlighting... Change-Id: I45d20735535fa1885153a725d0ca894326ce53db Reviewed-on: http://codereview.qt.nokia.com/2862Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 10 Aug, 2011 2 commits
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-5701 Change-Id: If8e0cf2ba685de6fb5d2d11cff05d0dd5893ff82 Reviewed-on: http://codereview.qt.nokia.com/2775Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Change-Id: Ice51730ee118723dbd755467dd221eb9940775fd Reviewed-on: http://codereview.qt.nokia.com/2774Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 08 Aug, 2011 5 commits
-
-
Christian Kamm authored
The distinction between QmlJS and QmlJS::Interpreter has always been weak and the extra namespace just added an unnecessary complication. Change-Id: I4db8ef4bd91b5f6bf610a9d23fdbf55bd60250fc Reviewed-on: http://codereview.qt.nokia.com/2743Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Use Context or ScopeChain instead. Change-Id: I2489477eac08774ba41710ee81876aab11b5af24 Reviewed-on: http://codereview.qt.nokia.com/1699Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Previously Context was not entirely thread safe and had to be copied locally. Now it is thread safe and its lifetime managed by QSharedPointer. The non-safe parts were moved into ScopeChain in a previous commit. Change-Id: I851a93de85cbd6391dbea0fe33b011e2e093addb Reviewed-on: http://codereview.qt.nokia.com/1695Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Context is created by Link and has information about imports for all Documents in a Snapshot. ScopeChain represents how lookup is done at a specific place in a Document. Change-Id: I874102d57bbaf1a497fa3f27633bed6ee75dcf10 Reviewed-on: http://codereview.qt.nokia.com/1694Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Task-number: QTCREATORBUG-5752 Change-Id: Ibcdaac039a5e862d7a8f03f58c8bf017b544e436 Reviewed-on: http://codereview.qt.nokia.com/2736Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 03 Aug, 2011 1 commit
-
-
Shane Bradley authored
System test-cases are (assumed to be) written in javascript when using an .qtt filename extension. These modificatons ensure that a js editor is used whenever an attempt is made to open a file that ends with .qtt. Also add support for recognising testcases to QmlOutlineModel. Change-Id: Ibcb68126e5123e8069344cf0c05aa2396b967a12 Reviewed-on: http://codereview.qt.nokia.com/2259Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by:
Bill King <bill.king@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>
-
- 27 Jul, 2011 1 commit
-
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-4521 Change-Id: Iedd97549c6f724b58a0727694ea1b34a2c70d9e9 Reviewed-on: http://codereview.qt.nokia.com/2264Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 21 Jul, 2011 1 commit
-
-
Friedemann Kleint authored
Change-Id: I1a6ba631b0626969b328276a91561c34154c9a1c Reviewed-on: http://codereview.qt.nokia.com/1920Reviewed-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> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@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>
-
- 11 Jul, 2011 4 commits
-
-
Christian Kamm authored
Replaced by superior 'Rename Symbol Under Cursor'. Change-Id: I0d0367d1297fde37d501266ef7df515256c6abd7 Reviewed-on: http://codereview.qt.nokia.com/1428Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Christian Kamm authored
Task-number: QTCREATORBUG-3669 Change-Id: I2c600cae5ac445ca80eafe6557ba276c14a77a73 Reviewed-on: http://codereview.qt.nokia.com/1413Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Change-Id: I7b5179c4b33c24e83baf0536d158dd48d277637f Reviewed-on: http://codereview.qt.nokia.com/1305Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Change-Id: I90f106affadb898b5eda613ad2a59bb3a5b53a2c Reviewed-on: http://codereview.qt.nokia.com/1061Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 05 Jul, 2011 5 commits
-
-
Christian Kamm authored
Makes completion in code bindings have the right scope. Change-Id: Ib76840cf7be5ab0a3c573e9ad087359816a9ced6 Reviewed-on: http://codereview.qt.nokia.com/1046Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
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/1045Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Change-Id: I91331b7039e27e2f57cc19b985c8ed86c955ec9e Reviewed-on: http://codereview.qt.nokia.com/1042Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
The default way of creating a Context is through Link. Change-Id: Ia81f7ce90ba2b33d02eed432a61be836d404bedd Reviewed-on: http://codereview.qt.nokia.com/1041Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Also move to a separate file. Change-Id: I05910e8cf04a533b5d09a1c16e612e3b99b1d606 Reviewed-on: http://codereview.qt.nokia.com/1039Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 01 Jul, 2011 1 commit
-
-
Christian Kamm authored
So import QtQuick 1.0 as Q Q.Rec<complete> gives you Q.Rectangle instead of Q.Rectangle: Change-Id: I42b05c7310e344fd93ed34a62aabe73a351866e3 Reviewed-on: http://codereview.qt.nokia.com/991Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 29 Jun, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: I0b68cbec1c44b82e4ef84b7305bfa29d660194c7 Reviewed-on: http://codereview.qt.nokia.com/888Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 23 Jun, 2011 1 commit
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-3541 Change-Id: Ida8e59b65836c8515fbfbd2a9e4737d9ae04e76c Reviewed-on: http://codereview.qt.nokia.com/639Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 22 Jun, 2011 2 commits
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-3459 Change-Id: I694391bf7ccddcaa539ec4ed2b744e875cc43f38 Reviewed-on: http://codereview.qt.nokia.com/626Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Leandro Melo authored
Keeping or not the completion popup upon a perfect match is best identified by the model in question instead of simply by the triggering reason. For instance, in QML we don't want to preserve the popup if completion was triggered by an activation sequence. On the other hand, this is ok for C++ since a semicolon or parenthesis will in general still be typed (in some cases even with the intention to take advantage of the automatic bracked insertion). For more context see 271bd44d2c1daa43c125cc09e6af57bb756de857. Change-Id: If9dbf33243b623c077ce027e7e46265d0fc4ba8b Reviewed-on: http://codereview.qt.nokia.com/563Reviewed-by:
Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
-
- 08 Jun, 2011 1 commit
-
-
Christian Kamm authored
When QML modules with many source files were loaded, the rehighlight from the found library was done before the files contained in the library were done parsing. This way any updated document will eventually lead to the current editor rehighlighting. Reviewed-by: Erik Verbruggen Change-Id: I0f4d18390d3e0ee17cd255c68496f61479f82f05x Reviewed-on: http://codereview.qt.nokia.com/382Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 07 Jun, 2011 2 commits
-
-
Fawzi Mohamed authored
removed snapshot from find usages, as now it is reachable through the context Change-Id: Ie470d275ae1b71caad4169234e6fc9af8687c7f0 Reviewed-on: http://codereview.qt.nokia.com/341Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Fawzi Mohamed authored
correctly insert the scope for code blocks in UiScriptBindings and UiPublicMember, and improve find usages for types (correctly detecting variables in the same scope) Change-Id: Iaaf1a59f041f3831fbe04243b220fb85fde76479 Reviewed-on: http://codereview.qt.nokia.com/335Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- 06 Jun, 2011 1 commit
-
-
Fawzi Mohamed authored
detects and finds usages of types and packages in qml and javascript Change-Id: Id13f48e435258ff10ab3e6f49049f7bb602a900f Reviewed-on: http://codereview.qt.nokia.com/277Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- 03 Jun, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: I5195fc43e8a6653bf52c0eaa6cddb8dfd25b6217 Reviewed-on: http://codereview.qt.nokia.com/319Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- 27 May, 2011 1 commit
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-4981 Change-Id: I06d3e428ca4928296a3d5977aeff29fc3217c37c Reviewed-on: http://codereview.qt.nokia.com/175Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 24 May, 2011 2 commits
-
-
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>
-
Christian Kamm authored
* property -> lookupMember * setProperty -> setMember * removeProperty -> removeMember Change-Id: I638479ee2b90b684283e714630bdcab237f6b3f2 Done-with: Fawzi Mohamed Reviewed-on: http://codereview.qt.nokia.com/77Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 23 May, 2011 1 commit
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-4566 Change-Id: I48b08f8eee79b25d0ebe186b996cdcb8f1979e3d Reviewed-on: http://codereview.qt.nokia.com/38Reviewed-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 2 commits
-
-
Oswald Buddenhagen authored
Task-number: QTCREATORBUG-2847
-
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
-