aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim/fakevimactions.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Move access to smaller settings chunkshjk2024-02-011-1/+1
* Fix setEnabler / readSettings orderMarcus Tillmanns2023-11-071-2/+2
* Utils: Use a proper class as Keyhjk2023-09-271-4/+4
* Utils etc: Even more Key and Storehjk2023-08-251-5/+5
* Utils etc: More use of Key and Storehjk2023-08-241-2/+2
* Core: Add some sanity check that settings containers don't auto-applyhjk2023-07-131-0/+2
* FakeVim: Delay settings creation until actual usehjk2023-07-101-16/+25
* FakeVim: Assume UTF-8 for source also on Windows by defaulthjk2023-07-041-1/+3
* FakeVim: Use a FilePathAspect for .vimrchjk2023-06-301-1/+0
* Utils: Rework aspect implementationhjk2023-06-291-26/+2
* FakeVim: Streamline settings handling a bithjk2023-06-011-6/+4
* FakeVim: Use PagedSettings for main settingshjk2023-06-011-7/+141
* Utils: Remove LabelPlacement::AtCheckBoxWithoutDummyLabelhjk2023-05-241-1/+1
* FakeVim: Tr::trAlessandro Portale2023-01-231-37/+38
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: More forward declarations / drop unused headers [D-G]Jarek Kobus2022-05-251-0/+1
* FakeVim: Fix GUI text for "Smart indentation" settinghjk2021-11-241-1/+1
* Tests: Fix compileChristian Stenger2021-03-191-0/+3
* FakeVim: Set settings page to manual applyhjk2021-03-171-0/+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-031-100/+103
* FakeVim: Add emulation for vim-surround pluginTom Praschan2021-02-171-0/+1
* FakeVim: Add emulation for argtextobj.vim pluginTom Praschan2021-02-121-0/+1
* FakeVim: Add emulation of vim-exchange pluginTom Praschan2021-02-101-0/+1
* FakeVim: Merge comments when joining lines with 'J'Tom Praschan2021-02-091-0/+1
* FakeVim: Add emulation for ReplaceWithRegister pluginTom Praschan2021-02-091-0/+1
* FakeVim: Add emulation for vim-commentaryTom Praschan2021-02-031-0/+3
* FakeVim: Change "cb" options name to "bc" for blinking cursorhjk2019-03-281-1/+1
* FakeVim: Disable cursor blinking by defaulthjk2018-12-041-0/+1
* FakeVim: ModernizeAlessandro Portale2018-11-081-2/+2
* FakeVim: Modernizehjk2016-04-211-29/+27
* FakeVim: Simplify FakeVimSettings objecthjk2016-03-031-90/+63
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | FakeVim: Use a single "FakeVim" translation contexthjk2014-08-261-11/+7
|/
* Fix FakeVim tests compilationOrgad Shaneh2014-01-221-0/+20
* FakeVim: Support for relative line numberinghluk2014-01-221-0/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* FakeVim: Option 'passcharacters' (not in Vim)hluk2013-04-041-1/+1
* FakeVim: Don't check for "UseFakeVim" in standalone modehluk2013-04-031-1/+1
* FakeVim: Do not enable FakeVim by defaultDaniel Teske2013-03-211-1/+1
* FakeVim: Option 'passnewline' (not in Vim)hluk2013-03-181-0/+1
* FakeVim: Emulate Vim option "tildeop" ("top")hluk2013-03-141-0/+1
* FakeVim: Emulate Vim option ignorecaseLukas Holecek2013-03-131-0/+1
* FakeVim: Emulate Vim option "scrolloff" ("so")Lukas Holecek2013-03-121-0/+1
* FakeVim: Make plugin standalone if necessaryhjk2013-03-081-152/+82