aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/17.0'Eike Ziller46 hours1-0/+1
|\
| * TextEditor: reposition embedded widget after scrollingDavid Schulz6 days1-0/+1
* | Editor: Add selected lines to line column labelAndre Hartmann2 days1-0/+20
* | CppEditor: Do not "clean" whitespace from raw string literalsChristian Kandeler6 days2-4/+9
* | Merge remote-tracking branch 'origin/17.0'Eike Ziller9 days1-1/+1
|\|
| * TextEditor: Fix QString::arg placeholder numberEike Ziller9 days1-1/+1
* | Some QTextCodec related cleanupshjk9 days2-8/+1
* | TextEditor: More TextCodec instead of codec name useshjk13 days4-14/+14
* | Utils: Remove direct uses of QTextCodec from file searchhjk13 days3-7/+4
* | Clean up some includeshjk14 days2-4/+0
* | Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-05-141-2/+3
|\|
| * Utils: enable per pixel scrolling in PlainTextEditDavid Schulz2025-05-131-2/+3
* | Utils: Move codec alias related code to TextCodec implementationhjk2025-05-141-9/+3
* | Utils: Introduce a TextCodec::displayName() and use ithjk2025-05-141-1/+1
* | Proliferate use of Utils::TextCodechjk2025-05-147-27/+30
* | Utils: Introduce a Utils::TextCodec classhjk2025-05-147-13/+13
* | Utils: Avoid QTextCodec in Utils::TextFileFormat interfacehjk2025-05-122-5/+5
* | Utils: Make TextFileFormat::readFile() a member functionhjk2025-05-091-2/+1
* | Utils: Make file contents part of TextFileFormat::ReadResulthjk2025-05-092-12/+8
* | Utils/Core/Text: Eliminate the "chunked" decoding pathhjk2025-05-091-8/+9
* | Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-05-076-38/+112
|\|
| * TextEditor: Generate qrc file at build timeChristian Kandeler2025-05-063-10/+21
| * TextEditor: improve tab settings auto detectionDavid Schulz2025-05-051-13/+75
| * Utils: Use Result<> in TemplateEnginehjk2025-04-291-7/+6
| * InfoBar: Unify code for hiding / suppressing info on button clickEike Ziller2025-04-291-8/+10
| * Merge remote-tracking branch 'origin/16.0' into 17.0Eike Ziller2025-04-281-0/+2
| |\
* | | TextEditor: Fix signature of TabSettings::removeTrailingWhitespace()Christian Kandeler2025-05-063-3/+4
* | | TextEditor: Change signature of TabSettings::removeTrailingWhitespace()Christian Kandeler2025-05-062-2/+2
* | | Merge remote-tracking branch 'origin/qds/dev'Tim Jenßen2025-05-021-0/+2
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'origin/16.0' into qds/devTim Jenßen2025-05-022-1/+3
| |\|
| | * TextEditor: Don't crash when trying to remove from empty bookmark listhjk2025-04-281-0/+2
* | | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-04-251-1/+1
|\ \ \ | | |/ | |/|
| * | Editor: fix annotation tooltips for horizontally scrolled editorsDavid Schulz2025-04-251-1/+1
* | | Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2025-04-241-6/+18
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/16.0' into qds/devTim Jenssen2025-04-243-1/+29
| |\|
| * | QmlDesigner: Update paste action on clipboard changesAli Kianian2025-04-111-6/+18
* | | Replace a few FileSaver::errorString() uses with Result<>::error()hjk2025-04-231-2/+2
* | | Utils: Make TextFileFormat::ReadResult a classhjk2025-04-232-9/+6
* | | Utils: Split user interaction out of FileSaver::finalize()hjk2025-04-231-3/+6
* | | Core: Return a Result<> from IDocument::setContentshjk2025-04-232-6/+6
* | | Utils: Return Result<> from one of the FileSaver::finalize() overloadshjk2025-04-233-11/+9
* | | Core: Replace IDocument::OpenResult by Utils::Result<>hjk2025-04-172-16/+17
* | | Core: Merge OpenResult::Code ReadError into CannotHandlehjk2025-04-171-1/+1
* | | Core: Turn IDocument::OpenResult into a full classhjk2025-04-162-22/+16
* | | Fix warning for ';'Marco Bubke2025-04-154-9/+9
* | | Editor: use forked plaintexteditDavid Schulz2025-04-158-72/+73
* | | Utils: Move and rename result testing macros from expected.h to result.hhjk2025-04-141-1/+0
* | | integrate qmlformat and improve formatter settings UXSemih Yavuz2025-04-141-0/+1
* | | Replace most expected_str by Utils::Resulthjk2025-04-113-4/+4
* | | Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-114-20/+20