aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/tabsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: ModernizeAlessandro Portale2018-11-301-2/+2
* Use const'ref in theses methodsMontel Laurent2017-04-211-1/+1
* Editor: Fix whitespace cleaning.David Schulz2016-02-241-32/+37
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* TextEditor: Fix unindent on backspace.David Schulz2015-12-031-1/+1
* TextEditor: Fixed indentation in block selection modeVladyslav Gapchych2015-07-171-3/+6
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Editor: Blockselection rewrite.David Schulz2014-06-201-0/+12
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Editor: TabSettings: Make some functions static.David Schulz2013-10-011-6/+6
* Editor: Remove trailing whitespaces in generated files.David Schulz2013-08-121-0/+9
* Remove call that has no effect and triggers crash in Qt later on.Eike Ziller2013-03-041-1/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-3/+2
|/
* 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
* TextEditor: Fixed marking of unchanged blocks when tabs are usedOrgad Shaneh2011-12-051-2/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Implement Code Style schemesJarek Kobus2011-09-231-57/+14
* Editors: Enhance smart backspace behaviorLeandro Melo2011-08-181-7/+8
* Remove unused methodsJarek Kobus2011-06-201-9/+0
* Make C++ code style configurable.Christian Kamm2011-05-241-3/+5
* Krazy fixes (spelling, single char strings, char constants).Friedemann Kleint2011-05-101-11/+11
* 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-32/+36
* 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-3/+15
* Refactor block selectionmae2010-08-051-0/+16
* fix crashmae2010-07-071-1/+1
* Prepared padding support (as opposed to indent)mae2010-07-021-5/+31
* Fixed handling of text wrapping and a text layout corner caseThorbjørn Lindeijer2010-06-151-1/+1
* Add "indent blocks twice" option for GNU indentingAlexey Semenko2010-04-081-0/+7
* Long live the king!hjk2010-03-051-1/+1
* Style fixes and small optimizations to guessSpacesForTabsThorbjørn Lindeijer2010-02-081-5/+7
* fix crash on files with no indented linesRoopesh Chander2010-02-081-2/+4
* make auto-spaces-for-tabs work only if spaces-for-tabs is checkedRoopesh Chander2010-02-081-1/+1
* Look both forward and backward for auto-determining spaces vs tabsRoopesh Chander2010-02-081-12/+19
* cleanWhitespace() checkes whether it has to change indentation or not. handle...Roopesh Chander2010-02-081-3/+5
* don't go searching backwards for more than a hundred lines of codeRoopesh Chander2010-02-081-1/+2
* A little code-beautification won't hurtRoopesh Chander2010-02-081-7/+7
* Add a checkbox for 'auto-determine spaces or tabs from the previous line'Roopesh Chander2010-02-081-0/+4
* Ability to auto-determine whether we want spaces instead of tabs or notRoopesh Chander2010-02-081-4/+24
* Adding indented braces option.Jeffrey Baumes2010-02-051-0/+5