aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditorsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Add highlighting category for namespacesChristian Kandeler2021-10-291-0/+2
* TextEditor: Allow special highlighting for static membersChristian Kandeler2021-10-281-0/+4
* TextEditor: remove Function from the declaration format UI textDavid Schulz2021-09-021-2/+2
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-03-221-2/+2
|\
| * Text Editor: Fix UI text capitalizationLeena Miettinen2021-03-181-2/+2
* | ClangCodeModel/TextEditor: Add support for highlighting parametersTom Praschan2021-03-151-0/+2
|/
* Construct QColor instances from int instead of QStringJarek Kobus2020-11-171-4/+4
* Core: Allow different highlight colors in search result windowChristian Kandeler2020-09-181-0/+8
* Editor: set default text foreground color explicitDavid Schulz2020-07-201-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-16/+16
* Git: Port colorful log to text colorsAndre Hartmann2020-07-061-1/+15
* Editor: Fix crash on exitDavid Schulz2020-03-021-6/+11
* TextEditor: Drop some indirection of texteditor signallinghjk2020-02-041-14/+2
* TextEditor: Move FontSettingsPage more towards new schemehjk2020-01-301-13/+10
* TextEditor: Make FontSettingsPage more like the other oneshjk2020-01-271-27/+33
* TextEditor: Simplify BehaviorSettingsPage creationhjk2020-01-221-21/+14
* TextEditor: Simplify DisplaySettingsPage creationhjk2020-01-221-11/+5
* TextEditor: Partially apply new settings page patternhjk2020-01-211-8/+3
* TextEditor: Partially apply SettingsPage pattern to completion settingshjk2020-01-201-8/+3
* FancyLineEdit: Add camel case navigationAndre Hartmann2019-08-021-0/+8
* Compile fix with recent Qt devhjk2019-07-291-1/+1
* General Messages Pane: Add font settings and zoomAndre Hartmann2019-03-201-0/+14
* TextEditor: replace generic highlighter with ksyntaxhighlightingDavid Schulz2019-01-281-9/+10
* TextEditor: Remove defaults from FormatMarco Bubke2018-10-111-6/+6
* TextEditor: Handle overloaded operators as functionsMarco Bubke2018-09-261-3/+4
* TextEditor: Cleanup text stylesMarco Bubke2018-09-251-20/+23
* TextEditor: ModernizeOrgad Shaneh2018-09-201-5/+5
* Highlighting: Add highlighting style for punctuationIvan Donchevskii2018-09-131-5/+8
* TextEditor: Highlight punctuators as TextHugo Holgersson2018-05-031-3/+2
* Clang: Add semantic C++ operator-token stylingHugo Holgersson2018-04-301-1/+6
* TextEditor: Do not try to remove settings pages from global object poolhjk2018-03-051-7/+0
* TextEditor: Do not put settings pages into global object poolhjk2018-03-021-8/+0
* TextEditorPlugin: Pimpl and remove uses of global object poolhjk2018-02-071-2/+1
* TextEditor: Allow direct color styling for function definitionsHugo Holgersson2017-12-191-2/+1
* TextEditor: Implement highlighting of function definitionsHugo Holgersson2017-11-281-3/+10
* TextEditor: Clarify the UI hint of the "Declaration" style optionHugo Holgersson2017-11-021-2/+2
* Extend default text styleMarco Bubke2017-06-191-2/+11
* Clang: Add output argument highlightingMarco Bubke2016-10-121-0/+4
* TextEditor: Relative colorsMarco Bubke2016-09-281-1/+1
* Editor: Animate automatic completed text.David Schulz2016-05-311-0/+3
* Move completion settings page to TextEditor plugin.David Schulz2016-05-301-14/+13
* TextEditor: Add global variable text stylesMarco Bubke2016-03-071-0/+1
* TextEditor: Add declaration format descriptionMarco Bubke2016-03-071-1/+4
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* TextEditor: Make TextEditorSettings all staticOrgad Shaneh2015-12-181-12/+7
* TextEditor: Use Qt5-style connectsOrgad Shaneh2015-12-181-14/+14
* TextEditor: Add fine control over the color scheme settingsMarco Bubke2015-10-191-173/+185
* TextEdit: Add underline support to text settingsMarco Bubke2015-09-101-6/+13
* TextEditor/Clang: Add font settings for clang diagnosticsMarco Bubke2015-09-101-0/+18
* TextEditor: Show fading indicator on zoom changeOrgad Shaneh2015-08-251-1/+11