index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
fakevim
/
fakevimhandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
FakeVim: allow using FakeVim with Utils::PlainTextEdit
David Schulz
2025-04-15
1
-15
/
+39
*
Fix warnings about unused return values
Christian Kandeler
2025-01-21
1
-2
/
+4
*
Merge remote-tracking branch 'origin/15.0'
Eike Ziller
2024-12-10
1
-1
/
+1
|
\
|
*
Fix compile with Qt 6.9
David Schulz
2024-12-10
1
-1
/
+1
*
|
Plugins A-L: Make static QRegularExpression instances static const
Alessandro Portale
2024-11-20
1
-16
/
+29
|
/
*
Fix QMetaType::type() related deprecation warnings
hjk
2024-05-23
1
-1
/
+1
*
FakeVim: Remove some dead code
hjk
2024-02-19
1
-16
/
+0
*
FakeVim: Replace QSharedPointer with std::shared_ptr
Jarek Kobus
2024-02-01
1
-2
/
+1
*
Tr: Fix shortcut display for exiting FakeVim
Eike Ziller
2023-10-16
1
-1
/
+2
*
Utils: Use a proper class as Key
hjk
2023-09-27
1
-4
/
+4
*
Utils etc: Even more Key and Store
hjk
2023-08-25
1
-1
/
+1
*
FakeVim: Assume UTF-8 for source also on Windows by default
hjk
2023-07-04
1
-1
/
+2
*
Utils: Rework aspect implementation
hjk
2023-06-29
1
-4
/
+4
*
FakeVim: Streamline settings handling a bit
hjk
2023-06-01
1
-43
/
+41
*
FakeVim: only block suggestion when fakevim is in use
David Schulz
2023-05-15
1
-0
/
+5
*
All: Use the shorter access to aspect values in a few places
hjk
2023-05-12
1
-12
/
+12
*
FakeVim: Fix build with Qt 6.6
Eike Ziller
2023-05-08
1
-8
/
+10
*
FakeVim: Remove QtcProcess use from fakevimhandler.cpp
hjk
2023-05-02
1
-26
/
+2
*
FakeVim: Accept suggestion with Tab Key
Marcus Tillmanns
2023-05-02
1
-9
/
+11
*
FakeVim: Block Suggestions
Marcus Tillmanns
2023-05-02
1
-5
/
+5
*
FakeVim: Clear suggestions on mode change
Marcus Tillmanns
2023-04-27
1
-0
/
+8
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
Replace missing qAsConst with std::as_const()
Jarek Kobus
2022-10-10
1
-2
/
+2
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-2
/
+2
*
Fix logical XOR
Jarek Kobus
2022-10-07
1
-1
/
+1
*
FakeVim: Replace foreach with ranged for loop
Jarek Kobus
2022-10-05
1
-6
/
+6
*
Utils: Remove Utils::optional
Eike Ziller
2022-09-01
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
FakeVim: Partially implement multi repeat command (:g, :v)
hjk
2022-06-27
1
-1
/
+58
*
FakeVim: Fix crash with debug build of Qt 6
hjk
2022-06-20
1
-2
/
+2
*
FakeVim: Simplify calling external processes
hjk
2022-06-20
1
-10
/
+1
*
FakeVim: Support backslashes in substitute command patterns
hjk
2022-02-03
1
-1
/
+10
*
FakeVim: Improve handling of content changes
Christian Stenger
2021-12-07
1
-8
/
+32
*
Use QtcProcess inside fake vim handler
Jarek Kobus
2021-10-29
1
-12
/
+5
*
Fix qHash-related size compatibility warnings by MSVC
Orgad Shaneh
2021-10-20
1
-1
/
+1
*
FakeVim: Only drop full-line comments
hjk
2021-10-13
1
-5
/
+4
*
Revert "FakeVim: Also record NoVisualMode as last visual mode"
hjk
2021-10-11
1
-2
/
+2
*
FakeVim: Update visual marks when mark settings have changed
hjk
2021-07-21
1
-0
/
+5
*
FakeVim: Also record NoVisualMode as last visual mode
hjk
2021-06-18
1
-2
/
+2
*
Merge remote-tracking branch 'origin/4.15'
Eike Ziller
2021-03-16
1
-1
/
+6
|
\
|
*
FakeVim: Fix compilation with Qt 6
Eike Ziller
2021-03-16
1
-1
/
+6
*
|
FakeVim: Fix Windows build
Lukas Holecek
2021-03-03
1
-1
/
+2
*
|
FakeVim: Aspectify settings
hjk
2021-03-03
1
-71
/
+56
|
/
*
Fix dot command for pasting with 'P' being 'p'
Tom Praschan
2021-02-22
1
-1
/
+1
*
Fix build
Leander Schulten
2021-02-18
1
-1
/
+1
*
FakeVim: Add emulation for vim-surround plugin
Tom Praschan
2021-02-17
1
-10
/
+233
*
FakeVim: Add emulation for argtextobj.vim plugin
Tom Praschan
2021-02-12
1
-0
/
+86
*
FakeVim: Fix compile
Christian Stenger
2021-02-11
1
-0
/
+2
*
Compile fix - use Utils::optional
Jarek Kobus
2021-02-11
1
-1
/
+1
*
FakeVim: Add emulation of vim-exchange plugin
Tom Praschan
2021-02-10
1
-0
/
+70
[next]