aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim/fakevimhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* FakeVim: allow using FakeVim with Utils::PlainTextEditDavid Schulz2025-04-151-15/+39
* Fix warnings about unused return valuesChristian Kandeler2025-01-211-2/+4
* Merge remote-tracking branch 'origin/15.0'Eike Ziller2024-12-101-1/+1
|\
| * Fix compile with Qt 6.9David Schulz2024-12-101-1/+1
* | Plugins A-L: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-16/+29
|/
* Fix QMetaType::type() related deprecation warningshjk2024-05-231-1/+1
* FakeVim: Remove some dead codehjk2024-02-191-16/+0
* FakeVim: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-2/+1
* Tr: Fix shortcut display for exiting FakeVimEike Ziller2023-10-161-1/+2
* Utils: Use a proper class as Keyhjk2023-09-271-4/+4
* Utils etc: Even more Key and Storehjk2023-08-251-1/+1
* FakeVim: Assume UTF-8 for source also on Windows by defaulthjk2023-07-041-1/+2
* Utils: Rework aspect implementationhjk2023-06-291-4/+4
* FakeVim: Streamline settings handling a bithjk2023-06-011-43/+41
* FakeVim: only block suggestion when fakevim is in useDavid Schulz2023-05-151-0/+5
* All: Use the shorter access to aspect values in a few placeshjk2023-05-121-12/+12
* FakeVim: Fix build with Qt 6.6Eike Ziller2023-05-081-8/+10
* FakeVim: Remove QtcProcess use from fakevimhandler.cpphjk2023-05-021-26/+2
* FakeVim: Accept suggestion with Tab KeyMarcus Tillmanns2023-05-021-9/+11
* FakeVim: Block SuggestionsMarcus Tillmanns2023-05-021-5/+5
* FakeVim: Clear suggestions on mode changeMarcus Tillmanns2023-04-271-0/+8
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Replace missing qAsConst with std::as_const()Jarek Kobus2022-10-101-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Fix logical XORJarek Kobus2022-10-071-1/+1
* FakeVim: Replace foreach with ranged for loopJarek Kobus2022-10-051-6/+6
* Utils: Remove Utils::optionalEike Ziller2022-09-011-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* FakeVim: Partially implement multi repeat command (:g, :v)hjk2022-06-271-1/+58
* FakeVim: Fix crash with debug build of Qt 6hjk2022-06-201-2/+2
* FakeVim: Simplify calling external processeshjk2022-06-201-10/+1
* FakeVim: Support backslashes in substitute command patternshjk2022-02-031-1/+10
* FakeVim: Improve handling of content changesChristian Stenger2021-12-071-8/+32
* Use QtcProcess inside fake vim handlerJarek Kobus2021-10-291-12/+5
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-201-1/+1
* FakeVim: Only drop full-line commentshjk2021-10-131-5/+4
* Revert "FakeVim: Also record NoVisualMode as last visual mode"hjk2021-10-111-2/+2
* FakeVim: Update visual marks when mark settings have changedhjk2021-07-211-0/+5
* FakeVim: Also record NoVisualMode as last visual modehjk2021-06-181-2/+2
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-03-161-1/+6
|\
| * FakeVim: Fix compilation with Qt 6Eike Ziller2021-03-161-1/+6
* | FakeVim: Fix Windows buildLukas Holecek2021-03-031-1/+2
* | FakeVim: Aspectify settingshjk2021-03-031-71/+56
|/
* Fix dot command for pasting with 'P' being 'p'Tom Praschan2021-02-221-1/+1
* Fix buildLeander Schulten2021-02-181-1/+1
* FakeVim: Add emulation for vim-surround pluginTom Praschan2021-02-171-10/+233
* FakeVim: Add emulation for argtextobj.vim pluginTom Praschan2021-02-121-0/+86
* FakeVim: Fix compileChristian Stenger2021-02-111-0/+2
* Compile fix - use Utils::optionalJarek Kobus2021-02-111-1/+1
* FakeVim: Add emulation of vim-exchange pluginTom Praschan2021-02-101-0/+70