aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* 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
* | TextEditor: handle syntax highlight in batchesDavid Schulz2024-03-251-5/+5
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* | FakeVim: Remove some dead codehjk2024-02-192-18/+1
|/
* FakeVim: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-2/+1
* TextEditor: Move access to smaller settings chunkshjk2024-02-011-1/+1
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2024-01-301-1/+1
|\
| * Fix some compler warningshjk2024-01-221-1/+1
* | FakeVim: Fix testsArtem Sokolovskii2023-12-191-1/+10
* | 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-174-67/+35
* | FakeVim: Move test declaration from plugin to separate objecthjk2023-11-173-267/+289
* | FakeVim: Simplify completion support setuphjk2023-11-161-20/+5
|/
* Fix setEnabler / readSettings orderMarcus Tillmanns2023-11-071-2/+2
* Tr: Fix shortcut display for exiting FakeVimEike Ziller2023-10-161-1/+2
* All: Even less #include <QSettings>hjk2023-09-271-1/+0
* Utils, all: Standardize on QtcSettingshjk2023-09-271-3/+3
* Utils: Use a proper class as Keyhjk2023-09-273-14/+12
* Utils: Remove the non-QTC_USE_STORE casehjk2023-08-311-4/+0
* Utils etc: Even more Key and Storehjk2023-08-254-18/+20
* Utils etc: More use of Key and Storehjk2023-08-242-11/+16
* Various Plugins: Add context object into connectionsJarek Kobus2023-08-021-1/+1
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-15/+15
* Fix some warnings about unused thingsEike Ziller2023-07-251-1/+1
* Core: Add some sanity check that settings containers don't auto-applyhjk2023-07-131-0/+2
* FakeVim: Delay settings creation until actual usehjk2023-07-103-34/+38
* FakeVim: Assume UTF-8 for source also on Windows by defaulthjk2023-07-043-2/+6
* FakeVim: Use a FilePathAspect for .vimrchjk2023-06-303-4/+11
* Utils: Rework aspect implementationhjk2023-06-294-60/+46
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-3/+3
* FakeVim: Streamline settings handling a bithjk2023-06-014-86/+66
* FakeVim: Use PagedSettings for main settingshjk2023-06-013-138/+144
* Utils: Remove LabelPlacement::AtCheckBoxWithoutDummyLabelhjk2023-05-241-1/+1
* FakeVim: Maintain highlighting on splithjk2023-05-171-1/+18
* FakeVim: only block suggestion when fakevim is in useDavid Schulz2023-05-153-0/+9
* All: Use the shorter access to aspect values in a few placeshjk2023-05-123-15/+18
* FakeVim: Fix build with Qt 6.6Eike Ziller2023-05-081-8/+10
* 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-023-27/+16
* FakeVim: Accept suggestion with Tab KeyMarcus Tillmanns2023-05-023-81/+96
* FakeVim: Block SuggestionsMarcus Tillmanns2023-05-023-25/+60
* FakeVim: Clear suggestions on mode changeMarcus Tillmanns2023-04-273-0/+14