aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Editor: set default text foreground color explicitDavid Schulz2020-07-202-2/+4
* Editor: Do not use the editor palette to store editor scheme colorsDavid Schulz2020-07-081-67/+64
* Core/Utils: Migrate further to Utils::Idhjk2020-07-0616-109/+108
* Git: Port colorful log to text colorsAndre Hartmann2020-07-064-2/+26
* Fix crash opening UI filesFriedemann Kleint2020-06-251-1/+2
* More Qt 6 fixeshjk2020-06-232-3/+3
* TextEditor: Utils: Do not use invalid regular expressionsChristian Stenger2020-06-221-1/+1
* Various Qt6 compile fixeshjk2020-06-221-0/+4
* Remove uses QOverload<const QString &>::of(&QComboBox::currentIndexChanged)hjk2020-06-191-4/+4
* Move InfoBar to UtilsEike Ziller2020-06-182-6/+6
* Move Id from Core to UtilsEike Ziller2020-06-184-5/+6
* Editor: Allow setting the optional action mask per editorDavid Schulz2020-06-174-8/+22
* Editor: enable optional actions per editorDavid Schulz2020-06-173-7/+27
* Editor: add update optional actions function to action handlerDavid Schulz2020-06-171-9/+24
* All: Use Utils::SkipEmptyPartshjk2020-06-172-6/+9
* TextEditor: Replace QRegExp by QRegularExpressionChristian Stenger2020-06-163-11/+10
* TextEditor: Sort indent ranges before applyingChristian Kandeler2020-06-151-1/+5
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-06-151-1/+4
|\
| * TextEditor: fix updating completions after cursor navigationDavid Schulz2020-06-101-1/+4
* | Various places: performance-for-range-copyAlessandro Portale2020-06-151-1/+1
* | TextEditor: cleanup after raised minimum Qt versionDavid Schulz2020-06-101-16/+1
* | TextEditor: Prepare sorting support for outlineChristian Stenger2020-06-053-1/+31
* | Remove wrong use of ICore::mainWindowEike Ziller2020-06-041-2/+1
* | Use dialogParent() instead of mainWindow()Eike Ziller2020-06-025-8/+8
* | Editor: delete processor after cancelingDavid Schulz2020-05-141-1/+1
* | Editor: delete the processor that proposes a resultDavid Schulz2020-05-141-13/+14
* | TextEditor: Remove wrong commentNikolai Kosjar2020-05-131-1/+0
* | CodeAssist: Fix leaking asynchronous processorsDavid Schulz2020-05-121-3/+6
* | TextEditor: move rename symbol action to text editorDavid Schulz2020-05-125-1/+16
* | Merge "Merge remote-tracking branch 'origin/4.12'"The Qt Project2020-04-241-0/+5
|\ \
| * | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-241-0/+5
| |\|
| | * Fix printing source codeFriedemann Kleint2020-04-241-0/+5
* | | TextEditor: Display cursor positionChristian Stenger2020-04-241-0/+2
|/ /
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-231-1/+4
|\|
| * Make WidgetTips Squish-testableRobert Loehning2020-04-211-1/+4
* | Core: move CodecSelector dialog to CoreDavid Schulz2020-04-156-243/+1
* | TextEditor: Allow using CodecSelector with BaseTextDocumentsDavid Schulz2020-04-142-5/+3
* | Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-2/+2
* | Utils: Rename PathChooser::{f,setF}ileName() to {f,setF}ilePath()hjk2020-04-091-3/+3
* | TextEditor: Improve column selectionViacheslav Tertychnyi2020-04-021-0/+20
* | TextEditor: Fix regular expression to wildcard workaroundChristian Stenger2020-03-271-2/+10
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-261-28/+27
|\|
| * TextEditor: Make accidentally activating a link more difficult againDavid Schulz2020-03-251-28/+27
* | Highlighter: Fix resolution of highlighting definitionEike Ziller2020-03-241-15/+13
* | Highlighter: Fix typoEike Ziller2020-03-244-8/+8
* | Highlighter: Remove unused methodsEike Ziller2020-03-242-32/+0
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-193-9/+21
|\|
| * fix QPainterPath against Qt 5.15.0Tim Jenssen2020-03-181-0/+1
| * Fix lupdate issuesEike Ziller2020-03-181-1/+5
| * Editors: Fix top/bottom split with cursor visible at end of documentEike Ziller2020-03-161-8/+15