aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Core,PE,TE: Add "build" to find in files exclusion listCristian Adam8 days1-1/+1
* Merge remote-tracking branch 'origin/13.0'Eike Ziller11 days1-3/+5
|\
| * Fix the directory opened when exporting coding stylesEike Ziller11 days1-3/+5
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-04-261-1/+2
|\|
| * TextEditor: fix backspace on block startDavid Schulz2024-04-241-1/+2
* | Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2024-04-231-3/+2
|\ \
| * | Merge remote-tracking branch 'origin/13.0' into HEADTim Jenssen2024-04-232-3/+17
| |\|
| | * TextEditor: Fix calculating block highlight background colorDavid Schulz2024-04-231-1/+1
| | * TextEditor: Optimize unindent backspace behaviorDavid Schulz2024-04-221-2/+1
| * | Merge remote-tracking branch 'origin/13.0' into qds/devTim Jenssen2024-04-102-5/+5
| |\ \
* | | | CompilerExplorer: Fix Undo/Redo actionsMarcus Tillmanns2024-04-182-8/+29
* | | | Translations: Fix various \n, full stops, spacesEike Ziller2024-04-181-1/+1
* | | | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-04-171-0/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | TextEditor: Add Flex/Bison mime typesCristian Adam2024-04-171-0/+15
| | |/ | |/|
* | | Editor: use unique id without common partDavid Schulz2024-04-121-2/+1
* | | Editor: fix assist actionsDavid Schulz2024-04-122-47/+41
* | | Editor: fix action text for switching utf8 bomDavid Schulz2024-04-111-1/+1
* | | Editor: move setScriptable to context actionsDavid Schulz2024-04-112-399/+368
* | | TextEditor: remove text editor action handlerDavid Schulz2024-04-0910-777/+876
* | | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-04-081-2/+0
|\| |
| * | TextEditor: Remove non-exported include from public headerEike Ziller2024-04-051-2/+0
* | | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-04-021-3/+5
|\| |
| * | TextEditor: Fix initial loading of behavior settingsOrgad Shaneh2024-04-021-3/+5
* | | TextEditor: handle syntax highlight in batchesDavid Schulz2024-03-2513-729/+175
* | | Merge remote-tracking branch 'origin/qds/dev' into HEADTim Jenssen2024-03-141-0/+1
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/13.0' into qds/devTim Jenssen2024-03-119-47/+200
| |\|
| * | Utils: Fix build with MSVC with C++20Eike Ziller2024-03-112-2/+2
* | | TextEditor: Split FormatText into input and output structsJarek Kobus2024-03-131-67/+57
* | | TextEditor: Add type hierarchy infrastructureChristian Kandeler2024-03-129-3/+207
* | | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-128-43/+189
|\ \ \ | | |/ | |/|
| * | ClangFormat: Fix General tab is missingArtem Sokolovskii2024-03-072-0/+14
| * | Revert "Revert "TextEditor: Use synchronous highlighter by default""David Schulz2024-03-072-7/+11
| * | TextEditor: Fix crash in SyntaxHighlighterDavid Schulz2024-03-071-8/+29
| * | Revert "TextEditor: Use synchronous highlighter by default"David Schulz2024-03-062-11/+7
| * | SyntaxHighlighter: Add rerun if highlighting was interruptedArtem Sokolovskii2024-03-064-29/+136
| * | TextEditor: Use synchronous highlighter by defaultDavid Schulz2024-03-062-7/+11
* | | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-062-5/+26
|\| |
| * | TextEditor: fix finding whole wordsDavid Schulz2024-03-051-4/+11
| |/
| * TextEditor: add mime type for device tree source filesDavid Schulz2024-02-291-1/+11
| * TextEditor: Fix jump to a search result to a folded blockArtem Sokolovskii2024-02-291-0/+4
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-298-45/+105
|\|
| * TextEditor: Fix jump to search resultArtem Sokolovskii2024-02-291-20/+25
| * TextEditor: Set the special weight of Source Code Pro font familyCristian Adam2024-02-282-3/+4
| * TextEditor: Fix folding for async syntax highlighterArtem Sokolovskii2024-02-286-27/+81
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-282-2/+2
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-275-11/+40
|\|
| * TextEditor: bound increase and decreaseFontZoom to a 10% gridDavid Schulz2024-02-235-11/+40
| * TextEditor: fix multi text cursor unindent via backspaceDavid Schulz2024-02-221-1/+1
* | TextEditor: Hide FormatTask in cpp fileJarek Kobus2024-02-262-12/+12
* | TextEditor: Move editor field outside of FormatTask structJarek Kobus2024-02-262-26/+12