This reverts commit e3e67467cfea5934f16a95385761455b0c495a0d
Reason is that it shows errors for calls to function-like macros. For example, any use of Q_DISABLE_COPY results in invalid errors.
Change-Id: I1fd1473ac5a30da5b9aebf6a3f0f11055bdbe8ad
Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
- Highlight all function/methods (not just virtual methods).
- Highlight as a function even if number of arguments does not match. In
that case, add a diagnostic message to indicate there are too many/too
few arguments.
- Fix highlighting of parameters in function declarations.
These used to be handled indiferently, and they could be mistaken for
type or field references.
- Properly highlight template method calls.
Change-Id: I6ab463996dda47554839f482da47f561f76663a7
Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
These webpages are likely to require account data and therefore
we better open them in the system browser.
Change-Id: Iccc158f3e96052fcf30001ec827c23a4a8362fff
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Being able to edit the default session does not make sense.
Change-Id: I45deee777827e9586ab2c23474f3ad0423f17f55
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Use lighter color of vertical line, from the overall look is more
consistent.
At least, the current design did not feel very comfortable.
Change-Id: I92d1513d475b1aadfc5ac58fc33f4ba84e6a8478
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
These changed have been reverted in Qt 4.8.1 (and 4.8.0 for Symbian).
Task-number: QTCREATORBUG-6883
Change-Id: I66e30fe242ffab56f9966a37a152ec2d5c863847
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
The lines are hidden now if the scrollbar gets visible. This avoids
visual artifacts depending on styling.
Change-Id: I2bce04273385c05c545fff3d5f1a8f0c898abdb9
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This is a slight change to spacing and also adds the subtle hover effects
to recent projects.
Change-Id: I3dce69033e782c6f87ef1ef8b251d944bcf9be6e
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Each example can now provide a list of platforms by the examples manifest
.xml file. This list can control the target configuration of the example
when it is opened in the welcomepage.
Change-Id: I893230fd2850b7a1272db71a7f589044d52041d1
Reviewed-by: hjk <qthjk@ovi.com>
Since qml can only wrap at spaces we have to wrap at file separators
manually.
Change-Id: Id853ab140a46e06fff3abf777ab3b234e749e17c
Reviewed-by: hjk <qthjk@ovi.com>
- numbers were blue, should be yellow
- preprocessor used wrong shade of green
- bracket matching was missing background color.
- operators were green, when this isn't so for the vim original.
reference
https://github.com/ciaranm/inkpot/
Reviewed-by: hjk <qthjk@ovi.com>
(cherry picked from commit e6ea2db67e)
Change-Id: I15935ff1ed0dd04fab919f22173993bf1ebcb9b2
Reviewed-by: hjk <qthjk@ovi.com>
This patch replaces the context panel by extendable list items.
This does not create any visual cluttering on hover and is more
user friendly.
Change-Id: Ib9b283f6972ea7e9ae3dc3155d0c3f1c8fe2e806
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
All available sessions are displayed, not only recent
Change-Id: Ib2bc419526135eff414f7c997b2bf603424aa452
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Debugging helper library dialog pops up even though the
helper library is not rquired. This patch fixes the case.
Change-Id: Iae259fe6bb4b31d8e957de398a40e4ded2e73532
Reviewed-by: hjk <qthjk@ovi.com>