summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Fix HTML escaping of tool tipsEike Ziller2019-10-251-3/+6
* TextEditor: Do not show F1 in tool tips that don't provide help ID(s)Eike Ziller2019-10-251-1/+3
* texteditor: Remove unused forward declarationLaurent Montel2019-10-184-6/+0
* TextEditor: Fix backtab behavior of multi line selectionDavid Schulz2019-10-111-17/+64
* TextEditor: more FileName -> FilePath renamingDavid Schulz2019-10-013-4/+4
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-121-2/+3
|\
| * Fix "Preserve case" in advanced findEike Ziller2019-09-101-2/+3
* | Core: Make InfoBar::GlobalSuppressionMode an enum classAndre Hartmann2019-09-121-1/+1
* | Remove usages of deprecated APIsSona Kurazyan2019-09-031-13/+14
* | Replace the deprecated QWheelEvent::delta() -> QWheelEvent::angleDelta()Sona Kurazyan2019-09-021-1/+1
* | Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-023-5/+5
* | FancyLineEdit: Make completers triggerable via Ctrl+SpaceChristian Kandeler2019-08-301-0/+5
* | Editor: accept common text edit short cut override eventsDavid Schulz2019-08-291-3/+9
* | TextEditor: skip painting refactor markers of invisible blocksDavid Schulz2019-08-231-0/+3
* | Add option to configure file line ending for an open documentMarius Sincovici2019-08-074-0/+42
* | FancyLineEdit: Add camel case navigationAndre Hartmann2019-08-022-239/+20
* | Compile fix with recent Qt devhjk2019-07-294-11/+6
* | Standardize on int for line and column valueshjk2019-07-263-11/+12
* | GenericProposalModel: Rename PrefixMatch to ProposalMatchAndre Hartmann2019-07-252-9/+9
* | GenericProposalModel: Remove unneeded conditionAndre Hartmann2019-07-241-2/+1
* | TextEditor: Privatize BaseHoverHandler::decorateToolTip()hjk2019-07-241-1/+1
* | Utils: Add CommandLine convenience constructorshjk2019-07-232-3/+2
* | Avoid warning on empty expressionshjk2019-07-2311-31/+31
* | GenericProposalModel: Allow substring matchesAndre Hartmann2019-07-232-4/+10
* | Escape tooltip textMichael Weghorn2019-07-221-5/+2
* | Revert "Use QComboBox::currentTextChanged instead of currentIndexChanged"Eike Ziller2019-07-221-1/+2
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-223-3/+26
|\ \ | |/
| * LanguageClient: Show outline after server startDavid Schulz2019-07-183-3/+26
* | GenericProposalModel: Modernize and cleanupAndre Hartmann2019-07-141-6/+5
* | GenericProposalWidget: Fix typoAndre Hartmann2019-07-141-1/+1
* | Highlighter: Apply specific ksyntax format attributesDavid Schulz2019-07-081-1/+71
* | Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-042-2/+3
|\ \ | |/
| * Utils: Add toSet/toList functionshjk2019-07-022-2/+3
* | Use QComboBox::currentTextChanged instead of currentIndexChangedAlessandro Portale2019-07-041-2/+1
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-281-7/+21
|\ \ | |/
| * Highlighter: Use file pattern matching if mime type is 'text/plain'David Schulz2019-06-241-7/+21
* | LanguageClient: add support for proposed semantic highlightDavid Schulz2019-06-213-2/+8
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-201-1/+14
|\ \ | |/
| * TextEditor: fix low contrast of hovered folding markersDavid Schulz2019-06-181-1/+14
* | TextEditor: add additional formats setter to semantic highlighterDavid Schulz2019-06-202-0/+35
* | TextEditor: directly create format range for resultDavid Schulz2019-06-191-12/+11
* | TextEditor: add convenience function to clear all extra highlightsDavid Schulz2019-06-192-0/+10
* | TextEditor: explicit cast unsigned to int in semantichighlighterDavid Schulz2019-06-191-7/+7
* | TextEditor: make it obvious that formats are consumed by setExtraFormatsDavid Schulz2019-06-193-4/+4
* | TextEditor: add convenience function to clear additional highlightsDavid Schulz2019-06-193-4/+23
* | TextEditor: modernize SyntaxHighlighter::setExtraFormatsDavid Schulz2019-06-191-31/+5
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-121-9/+12
|\ \ | |/
| * Merge remote-tracking branch 'origin/4.9' into 4.10Eike Ziller2019-06-121-9/+12
| |\
| | * TextEditor: force rehighlight of next block if state changedDavid Schulz2019-06-071-9/+12
* | | Use Utils::FilePath in SynchronousProcesshjk2019-06-112-3/+6
|/ /