aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/tabsettings.h
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Get rid of extra indent ranges in RefactoringFileChristian Kandeler2023-11-221-1/+8
* TextEditor: Access some settings more directlyhjk2023-09-121-3/+0
* Utils: Use QtcSettingsMarcus Tillmanns2023-09-051-6/+3
* Utils: Use a bit more Key and Storehjk2023-08-241-2/+2
* Utils: Rename the new Storage to Storehjk2023-08-241-3/+3
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-2/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Make some qHash and comparison operators overloads hidden friendshjk2021-12-061-3/+3
* Utils: Simplify from/toSettings APIOrgad Shaneh2021-12-061-3/+3
* Editor: Allow creating block selections with alt+shift againDavid Schulz2021-11-081-0/+1
* TextEditor: Consistently use nullptrTobias Hunger2018-05-081-1/+1
* Use const'ref in theses methodsMontel Laurent2017-04-211-1/+1
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Editor: Fix whitespace cleaning.David Schulz2016-02-241-7/+11
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* TextEditor: Fixed indentation in block selection modeVladyslav Gapchych2015-07-171-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Editor: Blockselection rewrite.David Schulz2014-06-201-0/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Editor: TabSettings: Make some functions static.David Schulz2013-10-011-8/+8
* Editor: Remove trailing whitespaces in generated files.David Schulz2013-08-121-0/+1
* Clean headers in TextEditor.Friedemann Kleint2013-03-271-1/+0
* 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-2/+2
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Implement Code Style schemesJarek Kobus2011-09-231-18/+6
* Editors: Enhance smart backspace behaviorLeandro Melo2011-08-181-1/+8
* Remove unused methodsJarek Kobus2011-06-201-2/+0
* Make C++ code style configurable.Christian Kamm2011-05-241-0/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* Text editor: Introduce per project settingsLeandro Melo2011-02-211-0/+3
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* C++ indenter: Change to a more descriptive name for 'Padding mode'.Christian Kamm2010-09-141-6/+6
* Indenter: Add an option to control the padding style.Christian Kamm2010-09-131-0/+8
* Replace some struct with classesTobias Hunger2010-08-131-1/+2
* Refactor block selectionmae2010-08-051-0/+1
* Fix brace statesmae2010-07-121-0/+1
* Prepared padding support (as opposed to indent)mae2010-07-021-1/+2
* Add "indent blocks twice" option for GNU indentingAlexey Semenko2010-04-081-0/+1
* Long live the king!hjk2010-03-051-1/+1
* Style fixes and small optimizations to guessSpacesForTabsThorbjørn Lindeijer2010-02-081-2/+2
* cleanWhitespace() checkes whether it has to change indentation or not. handle...Roopesh Chander2010-02-081-1/+1
* Pass the current block in all applicable invocations of TabSettings::indentat...Roopesh Chander2010-02-081-1/+1