summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Fix "Preserve case" in advanced findEike Ziller2019-09-101-2/+3
* LanguageClient: Show outline after server startDavid Schulz2019-07-183-3/+26
* Utils: Add toSet/toList functionshjk2019-07-022-2/+3
* Highlighter: Use file pattern matching if mime type is 'text/plain'David Schulz2019-06-241-7/+21
* TextEditor: fix low contrast of hovered folding markersDavid Schulz2019-06-181-1/+14
* 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
* | Core: FilePath-ify ReadOnlyFilesDialoghjk2019-05-292-4/+3
* | connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-2/+1
* | Utils: Rename FileName to FilePathhjk2019-05-2813-54/+54
* | Use Qt's QFileInfoList instead of QList<QFileInfo>hjk2019-05-281-1/+1
* | TextEditor: Type over punctuation that can be auto completedJoel Smith2019-05-277-2/+29
* | Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-274-4/+4
* | Remove excess blank lines after namespaceOrgad Shaneh2019-05-273-3/+0
* | TextEditor: make the format of completion item detail text adjustableDavid Schulz2019-05-234-5/+21
* | CMake build: Add ability to disable building of individual pluginsEike Ziller2019-05-231-3/+4
* | CodeAssist: Ensure perfect match for keywordsNikolai Kosjar2019-05-232-2/+8
* | LanguageClient: add signature help providerDavid Schulz2019-05-213-16/+36
* | Qt Creator CMake portCristian Adam2019-05-171-0/+107
* | More FileName::appendPath() -> .pathAppended()hjk2019-05-171-3/+1
* | LanguageClient: add hover handlerDavid Schulz2019-05-172-2/+8
* | LanguageClient: only replace the default completion providerDavid Schulz2019-05-171-0/+2
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-083-10/+51
|\ \ | |/
| * TextEditor: fix folding regression in generic highlighterDavid Schulz2019-05-032-5/+46
| * TextEditor: Fix including folding endDavid Schulz2019-05-031-5/+5
* | TextEditor: Indent line when comment marker is not in the first columnDavid Schulz2019-04-291-9/+12
* | Add path completion to .pro and CMakeLists.txt editorsDaniel Teske2019-04-252-7/+105
* | TextEditor: Remove unneeded dependency on gui-privateOrgad Shaneh2019-04-231-1/+1
* | Use new progress subtitle API for search result countEike Ziller2019-04-041-26/+7
* | General Messages Pane: Add font settings and zoomAndre Hartmann2019-03-201-0/+14
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-147-7/+60
|\ \ | |/
| * TextEditor: fix highlighting whitespaces with ksyntax highlighterDavid Schulz2019-03-141-0/+1
| * TextEditor: return all BaseTextEditor for a documentDavid Schulz2019-03-132-4/+5
| * TextEditor: Fix matching parenthesis highlight reggressionDavid Schulz2019-03-071-0/+22
| * Fix qmake warningEike Ziller2019-03-061-1/+1
| * TextEditor: add tooltip to reset highlight definitions buttonDavid Schulz2019-03-061-0/+3
| * TextEditor: Allow using KSyntaxHighlighting from systemChristian Stenger2019-03-052-2/+28
| * Help: Improve handling of results from index lookupEike Ziller2019-03-051-1/+1
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-056-286/+285
|\ \ | |/
| * Revert "Preserve non-breaking space on saving text files"Christian Kandeler2019-03-042-3/+3
| * SyntaxHighlighter: Update to latest masterChristian Stenger2019-03-041-1/+1
| * Preserve non-breaking space on saving text filesEike Ziller2019-03-042-3/+3
| * TextEditor: Hide controls in scheme editor for builtin schemesDavid Schulz2019-03-044-281/+282
| * BaseFileFind: Save an allocationEike Ziller2019-03-011-4/+2
* | Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-03-019-52/+187
|\ \ | |/
| * BaseFileFind: Coding styleEike Ziller2019-03-012-39/+42
| * TextEditor: add option to remember highlighter definitionDavid Schulz2019-02-287-13/+145
* | Replace static_casts by QOverload where possiblehjk2019-02-269-21/+20
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-02-193-5/+24
|\ \ | |/
| * ClangFormat: Format multiple text ranges at onceIvan Donchevskii2019-02-191-3/+10