aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditorsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Fix initial loading of behavior settingsOrgad Shaneh2024-04-021-3/+5
* TextEditor: bound increase and decreaseFontZoom to a 10% gridDavid Schulz2024-02-231-9/+22
* TextEditor: Simplify settings initializationOrgad Shaneh2024-02-151-13/+4
* TextEditor: Drop TextEditorSettings::m_instancehjk2024-02-151-7/+2
* TextEditor: Move access to smaller settings chunkshjk2024-02-011-21/+2
* TextEditor: Use new setup pattern for TextEditorSettings classhjk2024-01-291-0/+12
* TextEditor: Introduce a per-project variant of the comments settingsChristian Kandeler2023-08-081-2/+11
* TextEditor: Introduce dedicated comments settings pageChristian Kandeler2023-08-071-2/+4
* Editor: avoid accessing the widget from the FontSettingsPageDavid Schulz2023-07-061-1/+0
* TextEditor: Add dedicated text style for C++ conceptsChristian Kandeler2023-06-201-0/+2
* TextEditor: Tr::trhjk2023-01-181-191/+189
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CppEditor: Do not highlight macros as preprocessor statementsChristian Kandeler2022-06-291-0/+2
* TextEditor: adjust default coco colors and controlsDavid Schulz2022-06-161-10/+21
* TextEditor: fix typoDavid Schulz2022-06-131-1/+1
* Display parent functions in the Find Usages menuIhor Ivlev2022-05-251-0/+5
* Coco: long live the cocopluginDavid Schulz2022-05-061-0/+41
* 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