summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor/qmljsautocompleter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.8' into 4.9Eike Ziller2019-02-041-1/+1
|\
| * QML: Fix auto-insertion of single quoteEike Ziller2019-02-011-1/+1
* | QmlJSEditor: ModernizeAlessandro Portale2018-12-101-4/+2
|/
* Editor: Skip auto completed character only if it was recently inserted.David Schulz2016-06-211-4/+6
* Editor: Separate auto insert brace and quote magic.David Schulz2016-05-251-19/+59
* QmlEditor: Prevent to collect next char twice in completer.David Schulz2016-04-181-3/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Fix inserting on extra curly brace upon pressing enter key.Marco Benelli2015-06-161-0/+3
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* QmlJS: Fix uses of Scanner::state().Christian Kamm2011-06-031-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* License headers, part 2con2010-12-171-7/+11
* Fix QML auto completerLeandro Melo2010-12-011-3/+3
* QmlJS editor: Fix automatic quote insertion.Christian Kamm2010-12-011-2/+10
* Editors: Move auto-completion code out of the editorLeandro Melo2010-12-011-9/+9
* QmlJS: Don't autoinsert ' in string literals.Christian Kamm2010-11-121-0/+4
* Editors: Refactor auto-complete code out of the editors for better reusability.Leandro Melo2010-11-091-0/+279