... and adjust INCLUDEPATH accordingly.
while i'm at messing with include statements, also re-order the include
blocks according to policy and sort them within bigger blocks.
Change-Id: I7762abfd7c4ecf59432b99db2f424e4fa25733a5
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
First character in a multiline comment line will now be
recognized as a comment by the autocompleter.
Task-number: QTCREATORBUG-6459
Change-Id: I7103d90e808d40b5a48b7654340954323026a3f7
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
This is basically a continuation of the commits which
refactor code out of the base text editor. For instance,
36fa1de4c6 and
3a684586fa.
Also removed the doXXXX() forwarding methods.