Christian Kamm
dfedba3074
QmlJS editor: Fix automatic quote insertion.
...
The new multiline string literals mixed things up.
Task-number: QTCREATORBUG-3244
Reviewed-by: Roberto Raggi
2010-12-01 12:00:56 +01:00
Leandro Melo
ea8cb4764b
Editors: Move auto-completion code out of the editor
...
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.
2010-12-01 09:07:15 +01:00
Christian Kamm
02dd995dad
QmlJS: Don't autoinsert ' in string literals.
...
Task-number: QTCREATORBUG-2155
Reviewed-by: Roberto Raggi
2010-11-12 11:07:04 +01:00
Leandro Melo
36fa1de4c6
Editors: Refactor auto-complete code out of the editors for better reusability.
...
Reviewed-by: Thorbjorn Lindeijer
2010-11-09 11:01:47 +01:00