aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim/fakevimplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Allow validators operating on a single string in FancyLineEdithjk2025-04-251-4/+3
* Utils: Use Result<> in FancyLinedit's validatorhjk2025-04-231-2/+5
* FakeVim: allow using FakeVim with Utils::PlainTextEditDavid Schulz2025-04-151-0/+2
* FakeVim: Implement :bd[elete]!hjk2025-04-151-0/+12
* Editor: use forked plaintexteditDavid Schulz2025-04-151-1/+1
* Editor: move block related infos out of the layoutDavid Schulz2025-04-011-19/+19
* Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-241-2/+2
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-5/+5
* Core: Provide settings categories centrallyChristian Kandeler2024-11-151-0/+3
* Avoid std::optional::valueEike Ziller2024-11-041-1/+1
* Preparatory changes to enable Id ctor from char(&)[]hjk2024-09-121-1/+1
* Editor: remove TextDocumentManipulatorDavid Schulz2024-07-011-1/+1
* Editor: Simplify TextDocumentManipulatorDavid Schulz2024-06-271-1/+1
* FakeVim: Handle highlights for more split actionsChristian Stenger2024-06-131-3/+5
* FakeVim: Avoid possible nullptr accessChristian Stenger2024-06-131-1/+1
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-04-171-1/+1
|\
| * FakeVim: Remove unused function warning when building without WITH_TESTSAlessandro Portale2024-04-161-1/+1
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
|/
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2024-01-301-1/+1
|\
| * Fix some compler warningshjk2024-01-221-1/+1
* | Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-12-191-0/+1
|\|
| * FakeVim: Persist fakevim settings when enabling globallyChristian Stenger2023-12-151-0/+1
* | FakeVim: Test build without testsEike Ziller2023-11-221-0/+4
* | FakeVim: Fix warning about unused lambda capturehjk2023-11-201-2/+2
* | FakeVim: Merge Plugin and PluginPrivate classeshjk2023-11-171-142/+109
* | FakeVim: Move plugin class definition to .cpphjk2023-11-171-31/+34
* | FakeVim: Move test declaration from plugin to separate objecthjk2023-11-171-32/+34
* | FakeVim: Simplify completion support setuphjk2023-11-161-20/+5
|/
* All: Even less #include <QSettings>hjk2023-09-271-1/+0
* Utils, all: Standardize on QtcSettingshjk2023-09-271-3/+3
* Various Plugins: Add context object into connectionsJarek Kobus2023-08-021-1/+1
* Fix some warnings about unused thingsEike Ziller2023-07-251-1/+1
* FakeVim: Delay settings creation until actual usehjk2023-07-101-13/+8
* FakeVim: Use a FilePathAspect for .vimrchjk2023-06-301-1/+1
* Utils: Rework aspect implementationhjk2023-06-291-6/+6
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-3/+3
* FakeVim: Streamline settings handling a bithjk2023-06-011-32/+18
* FakeVim: Use PagedSettings for main settingshjk2023-06-011-129/+1
* FakeVim: Maintain highlighting on splithjk2023-05-171-1/+18
* FakeVim: only block suggestion when fakevim is in useDavid Schulz2023-05-151-0/+2
* All: Use the shorter access to aspect values in a few placeshjk2023-05-121-3/+3
* FakeVim: More compact settings page implementationhjk2023-05-051-101/+69
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Layouts: Add/remove contentMargins where neededAlessandro Portale2023-05-041-0/+1
* FakeVim: Remove QtcProcess use from fakevimhandler.cpphjk2023-05-021-1/+13
* FakeVim: Accept suggestion with Tab KeyMarcus Tillmanns2023-05-021-34/+38
* FakeVim: Block SuggestionsMarcus Tillmanns2023-05-021-19/+54
* FakeVim: Clear suggestions on mode changeMarcus Tillmanns2023-04-271-0/+5
* FakeVim: Avoid using invalid regular expressionsChristian Stenger2023-04-271-3/+18