aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/completionsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils, all: Standardize on QtcSettingshjk2023-09-271-21/+25
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* TextEditor: Make threshold for automatic completion configurableChristian Kandeler2020-08-131-0/+5
* TextEditor: Type over punctuation that can be auto completedJoel Smith2019-05-271-0/+5
* Editor: Restrict deletion of automatically inserted characters.David Schulz2016-06-221-0/+5
* Editor: Skip auto completed character only if it was recently inserted.David Schulz2016-06-211-0/+5
* Editor: Highlight automatically inserted textDavid Schulz2016-06-131-0/+5
* Editor: Animate automatic completed text.David Schulz2016-05-311-0/+5
* Move completion settings page to TextEditor plugin.David Schulz2016-05-301-23/+16
* Editor: Simplify completion settings.David Schulz2016-05-251-57/+53
* Editor: Separate auto insert brace and quote magic.David Schulz2016-05-251-0/+10
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | TextEditor: Make automatic completion timeout configurableNikolai Kosjar2014-12-151-0/+5
|/
* C++: support smart splitting of strings.Francois Ferrand2014-10-151-0/+5
* 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-1/+1
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Editor: New option for surrounding auto bracketsLeandro Melo2011-09-141-0/+5
* Krazy fixes (spelling, single char strings, char constants).Friedemann Kleint2011-05-101-6/+6
* 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.con2010-12-171-7/+11
* Make the way completion is triggered configurableThorbjørn Lindeijer2010-07-151-0/+5
* Switched completion to be case-insensitive by defaultThorbjørn Lindeijer2010-05-271-1/+1
* Fixed completion settings to also apply to the QML code completionThorbjørn Lindeijer2010-05-111-0/+86