aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix buildLeander Schulten2021-02-181-1/+1
* FakeVim: Add emulation for vim-surround pluginTom Praschan2021-02-177-21/+325
* FakeVim: Add emulation for argtextobj.vim pluginTom Praschan2021-02-127-3/+124
* 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-107-1/+110
* FakeVim: Merge comments when joining lines with 'J'Tom Praschan2021-02-094-0/+32
* FakeVim: Add emulation for ReplaceWithRegister pluginTom Praschan2021-02-097-24/+135
* FakeVim: Fix Qt6 buildLeander Schulten2021-02-041-4/+5
* FakeVim: Add emulation for vim-commentaryTom Praschan2021-02-037-49/+234
* FakeVim: Fix dot command for pastingTom Praschan2021-02-032-0/+11
* add special characters \u \U \l \L to fakevim substitute commandTimon Riedelbauch2021-02-032-4/+76
* Core: Signal duplicated editorshjk2021-01-141-0/+8
* cmake build: Fix handling of test dependenciesEike Ziller2020-12-181-5/+2
* FakeVim: Change shortcuts from Alt-V,X to Alt-Y,Xhjk2020-11-102-5/+12
* Avoid more uses of non-explicit QChar(int) constructorhjk2020-11-101-1/+1
* FakeVim: Fix use of implicit QChar(int) constructorhjk2020-11-061-2/+1
* FakeVim: Fix deleting selection on search command-lineLukas Holecek2020-11-021-0/+2
* Revert "Editor: Make line spacing adjustable"David Schulz2020-10-201-1/+1
* FakeVim: Allow AltGr as modifier to produce normal key valueshjk2020-10-081-3/+8
* Utils: Start replacing SavedActions by QAction or Utils::Aspecthjk2020-10-051-1/+1
* Editor: Make line spacing adjustableDavid Schulz2020-10-011-1/+1