aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-171-5/+4
* Editor: unify assist processor handlingDavid Schulz2022-11-141-13/+14
* Replace missing qAsConst with std::as_const()Jarek Kobus2022-10-101-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-4/+4
* Fix logical XORJarek Kobus2022-10-071-1/+1
* FakeVim: Replace foreach with ranged for loopJarek Kobus2022-10-052-15/+16
* Re-introduction of the feature to adjust the line spacingFlorian Koch2022-09-121-1/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-012-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-268-192/+16
* Utils: Settle on lowerSnakeCase for LayoutBuilder::Setterhjk2022-07-271-2/+2
* Utils: Make the second parameter to LayoutBuilder::attach() an enumhjk2022-07-261-1/+1
* Utils: Introduce Layouting::{br,st}hjk2022-07-251-3/+3
* Utils: Make Layouting::Group { .. } less weirdhjk2022-07-221-8/+12
* 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
* Utils: More forward declarations / drop unused headers [D-G]Jarek Kobus2022-05-251-0/+1
* FakeVim: Fix compiler warningEike Ziller2022-05-191-1/+1
* Remove outdated codeRobert Löhning2022-03-091-10/+0
* FakeVim: Support backslashes in substitute command patternshjk2022-02-032-1/+54
* Remove qmake build filesEike Ziller2022-01-202-30/+0
* FakeVim: Improve handling of content changesChristian Stenger2021-12-071-8/+32
* FakeVim: Fix GUI text for "Smart indentation" settinghjk2021-11-241-1/+1
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-6/+7
* 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: Use setEnabler for the vimrc path aspecthjk2021-10-151-11/+2
* FakeVim: Only drop full-line commentshjk2021-10-131-5/+4
* Revert "FakeVim: Also record NoVisualMode as last visual mode"hjk2021-10-111-2/+2
* Editor: multi cursor supportDavid Schulz2021-09-271-6/+28
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-161-2/+2
* Merge CppTools into CppEditorChristian Kandeler2021-09-014-8/+6
* 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
* Core: filepathify file renamingDavid Schulz2021-06-171-11/+11
* FakeVim: Don't create two handlers for one editorhjk2021-06-111-0/+8
* FakeVim: Use new IOptionsPage convenience functionshjk2021-04-011-96/+74
* Tests: Fix compileChristian Stenger2021-03-191-0/+3
* FakeVim: Set settings page to manual applyhjk2021-03-171-0/+2
* Utils: Avoid intermediate widgets when using LayoutBuilderhjk2021-03-161-3/+5
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-03-162-2/+6
|\
| * FakeVim: Fix compilation with Qt 6Eike Ziller2021-03-162-2/+6
* | Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-03-111-0/+1
|\|
| * CMake build: Disable FakeVim and building with PCH with Qt 6Eike Ziller2021-03-101-0/+1
* | FakeVim: Fix Windows buildLukas Holecek2021-03-031-1/+2
* | FakeVim: Fix backspace optionLukas Holecek2021-03-031-1/+1
* | FakeVim: Fix default options in standalone libraryLukas Holecek2021-03-031-0/+1
* | FakeVim: Aspectify settingshjk2021-03-038-814/+400
|/
* Fix some compiler warnings about unused variablesChristian Kandeler2021-02-251-1/+1
* Fix dot command for pasting with 'P' being 'p'Tom Praschan2021-02-222-1/+3