Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
152 commits
Select commit Hold shift + click to select a range
f9094c6
Add fakevim submodule
coder3101 Aug 25, 2020
5247699
Add initial fakevim support
coder3101 Aug 25, 2020
00edeb3
style: Format codes (#576)
github-actions[bot] Aug 26, 2020
4e8fa74
Fix typos by misspell-fixer (#577)
github-actions[bot] Aug 26, 2020
aebea0d
Fix typos by misspell-fixer (#578)
github-actions[bot] Aug 26, 2020
b0d7577
Update translations
coder3101 Aug 27, 2020
56c294f
Fix compile error and status bar alignment
coder3101 Aug 28, 2020
4e5d7c8
style: Format codes (#579)
github-actions[bot] Aug 28, 2020
df214ad
Add Settings for Vim Emulation
coder3101 Aug 30, 2020
c996ba3
resolve conflicts
coder3101 Aug 30, 2020
47e05cb
Format code
coder3101 Aug 30, 2020
b2acca4
Update submodules
coder3101 Aug 31, 2020
8b0eb6b
Update translations
coder3101 Aug 31, 2020
4fa5ac6
Fix error on windows
coder3101 Aug 31, 2020
072c426
Fix errors
coder3101 Aug 31, 2020
eb55435
Fix Codacy issue
coder3101 Aug 31, 2020
213e820
Add save and quit support with Vim commands
coder3101 Sep 1, 2020
bc8500c
style: Format codes (#582)
github-actions[bot] Sep 1, 2020
b3914e1
Update translations
coder3101 Sep 1, 2020
5120392
Merge branch 'master' into fakevim-support
coder3101 Sep 5, 2020
3a8bc63
Update settings.json
coder3101 Sep 5, 2020
b339d3a
Update translations
coder3101 Sep 5, 2020
f8dfbbc
Update Settings apply for mainwindow
coder3101 Sep 5, 2020
92177d4
move FakeVimProxy to Core
coder3101 Sep 5, 2020
4bad884
style: Format codes (#585)
github-actions[bot] Sep 5, 2020
82c21e9
Use VimRC from Settings, disable CodeEditor upon Vim
coder3101 Sep 5, 2020
02eab7e
Do not use nested namespace
coder3101 Sep 5, 2020
e8b8e3c
Update submodules
coder3101 Sep 10, 2020
f2d4f1a
Use temp file to source vimrc
coder3101 Sep 10, 2020
4965ee9
style: Format codes (#589)
github-actions[bot] Sep 10, 2020
0750687
Resolve conflicts
coder3101 Sep 11, 2020
652a30b
Add overwrite mode support on INS press ans setting for default cursor
coder3101 Sep 12, 2020
9ce8a05
Apply overwrite mode along with editor settings
coder3101 Sep 12, 2020
1e4e077
Enable autocomplete, autoremove, tabJump settings in vim mode
coder3101 Sep 13, 2020
c273e8b
Update submodule: Disable line higlighting in vim mode
coder3101 Sep 15, 2020
fa777a0
Add highlight line option and fix update of cursor color on theme change
coder3101 Sep 17, 2020
a989790
Update submodule
coder3101 Sep 17, 2020
50691fb
Add changelog
coder3101 Sep 17, 2020
2d229e4
Add Basic custom vim commands
coder3101 Sep 19, 2020
7a27d78
Update translations
coder3101 Sep 19, 2020
d156342
Merge branch 'master' into fakevim-support
coder3101 Sep 19, 2020
07c4723
Make ctor explicit
coder3101 Sep 19, 2020
43288cb
Merge branch 'master' into fakevim-support
coder3101 Sep 22, 2020
234a62b
Merge branch 'master' into fakevim-support
coder3101 Sep 25, 2020
fe58c1b
fix: Vim handler failed to work on new tabs
coder3101 Sep 25, 2020
88452f9
Remove :w garbage file
coder3101 Sep 25, 2020
737431a
Add open and new command
coder3101 Sep 27, 2020
07dae4c
Update translations
coder3101 Sep 27, 2020
69b2d93
Refactor file names
coder3101 Sep 27, 2020
0cf7269
Refactor FakeVimProxy
coder3101 Sep 27, 2020
2ec4f1d
Add Run/Compile/Detached Run commands
coder3101 Sep 28, 2020
25f2f8b
Merge branch 'master' into fakevim-support
coder3101 Sep 28, 2020
96e3442
Add language and view mode change
coder3101 Sep 30, 2020
55b825b
Update translations
coder3101 Sep 30, 2020
bb1298c
Add comment docs for FakeVimCommands
coder3101 Sep 30, 2020
46cc727
Resolve conflicts
coder3101 Oct 1, 2020
ca3cc7a
Merge branch 'master' into fakevim-support
coder3101 Oct 1, 2020
a7ac9ea
Reset changelogs
coder3101 Oct 1, 2020
df0e298
Reset changelogs
coder3101 Oct 1, 2020
37ecfc7
Merge branch 'master' into fakevim-support
coder3101 Oct 6, 2020
ccf3340
Resolve conflicts
coder3101 Oct 11, 2020
55b9f64
Update translations
coder3101 Oct 11, 2020
52a63cc
Merge branch 'master' into fakevim-support
coder3101 Oct 11, 2020
14862f7
Update settings.json
coder3101 Oct 11, 2020
dc28ccc
Update submodule singleapplication
coder3101 Oct 11, 2020
3283e23
fix compile and update translation
coder3101 Oct 11, 2020
2e984e3
Translation update
coder3101 Oct 11, 2020
b3e9412
Use macros for showing message
coder3101 Oct 12, 2020
7735c47
Merge branch 'master' into fakevim-support
coder3101 Oct 16, 2020
50f164a
Add Changelog
coder3101 Oct 16, 2020
cf2d061
Merge branch 'master' into fakevim-support
coder3101 Oct 19, 2020
03041dc
add Russian translations
rtolstosheyev Oct 21, 2020
1ddf407
Refactor code edit to code editing in tooltip
coder3101 Oct 31, 2020
c59826b
update translations
coder3101 Oct 31, 2020
b9574c7
Update ru_RU.ts
coder3101 Oct 31, 2020
e56d3a8
Apply suggestions from code review
coder3101 Nov 1, 2020
2d75628
Merge branch 'master' into fakevim-support
coder3101 Nov 2, 2020
3903784
Update Changelog
coder3101 Nov 2, 2020
19739ba
Update translations and reorder ctor list initialization
coder3101 Nov 2, 2020
e9417af
Remove macros with static and member functions
coder3101 Nov 2, 2020
d4c2d42
Refactor CustomVimCommand handler
coder3101 Nov 3, 2020
b38433e
re-write open command implementation
coder3101 Nov 3, 2020
19cafe6
update translations and code format
coder3101 Nov 3, 2020
54b46de
Change tabs with vim command and restore focus
coder3101 Nov 3, 2020
4fa3e5d
format code
coder3101 Nov 3, 2020
20cb8dd
Apply suggestions from code review
coder3101 Nov 5, 2020
e04ec76
ci(release): use the new syntax to set env (#655)
ouuan Nov 5, 2020
338e977
Apply suggesstion from review
coder3101 Nov 5, 2020
9b65cb7
Apply code review suggesstion
coder3101 Nov 5, 2020
f0cb1c4
format code
coder3101 Nov 5, 2020
827a52f
Update translations
coder3101 Nov 5, 2020
68f247b
Remove unused includes
ouuan Nov 5, 2020
0a78675
remove duplicate check before file save
coder3101 Nov 5, 2020
ddc7e77
refactor: close tab
ouuan Nov 5, 2020
b71e581
Update submodule
coder3101 Nov 6, 2020
3036a3d
fix error on windows and remove default cursor
coder3101 Nov 6, 2020
d83691b
style: Format codes (#658)
github-actions[bot] Nov 6, 2020
75a49a7
Merge branch 'master' into fakevim-support
coder3101 Nov 6, 2020
5aa1be4
update translations
coder3101 Nov 6, 2020
7a98132
Update QCodeEditor
coder3101 Nov 7, 2020
cd915cc
Merge branch 'master' into fakevim-support
coder3101 Nov 7, 2020
146bbe9
docs: update changelog
ouuan Nov 9, 2020
bd8aeea
style: improve include guard
ouuan Nov 9, 2020
cf3d8fd
refactor: improve include
ouuan Nov 9, 2020
3e359df
refactor: add FakeVimCommand::language
ouuan Nov 9, 2020
820f3df
fix(FameVimCommand): improve messages
ouuan Nov 9, 2020
a40aeef
fix(PreferencesHomePage): fix link to Code Editing
ouuan Nov 9, 2020
7ef6726
Update translations
ouuan Nov 9, 2020
a736792
merge master branch
coder3101 Nov 9, 2020
38391a1
style: Format codes (#665)
github-actions[bot] Nov 9, 2020
6dde4c6
fix compilation
coder3101 Nov 9, 2020
381b94b
refactor: cancel to quit and invalidate to forceQuit
coder3101 Nov 9, 2020
d34009c
update fakevim to upstream
coder3101 Nov 9, 2020
f3405c7
Update singleapplication
coder3101 Nov 9, 2020
7a21906
add move to matching parenthesis with %
coder3101 Nov 9, 2020
a0a97ec
merge master
coder3101 Nov 9, 2020
6d67e18
fix compilation
coder3101 Nov 9, 2020
54ebcc9
Merge branch 'master' into fakevim-support
coder3101 Nov 9, 2020
faf1270
use tabn and tabp instead of next and previous
coder3101 Nov 9, 2020
f56c6c2
Merge branch 'master' into fakevim-support
ouuan Nov 10, 2020
ba3dff5
Remove unused -using _ = QLatin1String
ouuan Nov 10, 2020
56f2a01
Update QCodeEditor
ouuan Nov 10, 2020
416725a
Merge branch 'master' into fakevim-support
coder3101 Nov 10, 2020
c637cd0
Update QCodeEditor: block cursor on focus loss
coder3101 Nov 10, 2020
aa315c1
Simplify :run <n> checks
coder3101 Nov 13, 2020
1960f10
Don't show row/col in vim mode from updateCurosorInfo
coder3101 Nov 13, 2020
8477dbc
Add .cache in ignore list
coder3101 Nov 14, 2020
ea4cd00
Update QCodeEditor: Do not highlight parenthesis from single and doub…
coder3101 Nov 15, 2020
7f9099d
Do not jump to quoted parenthesis when pressing % in vim mode
coder3101 Nov 15, 2020
0ece236
loadVimRC after initHandler steps
coder3101 Nov 15, 2020
edbf334
add parenthesis highlighting to changelog
coder3101 Nov 15, 2020
02fd534
Merge branch 'master' into fakevim-support
coder3101 Nov 17, 2020
5ee3a57
Merge branch 'master' into fakevim-support
coder3101 Nov 21, 2020
23e71e1
Format code
coder3101 Nov 21, 2020
2024695
Fix compiler error
coder3101 Nov 21, 2020
f15a4c3
Merge branch 'master' into fakevim-support
coder3101 Nov 22, 2020
364f33f
Lot of minor improvements to fakevim
coder3101 Nov 26, 2020
26651e7
format codes
coder3101 Nov 26, 2020
9688050
Merge branch 'master' into fakevim-support
coder3101 Nov 26, 2020
a642b10
Merge branch 'master' into fakevim-support
coder3101 Dec 5, 2020
7efb84f
style: Format codes (#703)
github-actions[bot] Dec 5, 2020
0f3a860
Update submodule (format code)
coder3101 Dec 5, 2020
33062cb
Fix missing cursor info when switching to non-vim
ouuan Dec 6, 2020
2fca5fd
Fix font of the status bars in tabs created in Vim mode
ouuan Dec 6, 2020
759aeb1
Merge branch 'master' into fakevim-support
coder3101 Jan 9, 2021
bf01360
Merge branch 'master' into fakevim-support
coder3101 Jan 12, 2021
e40cf95
Merge branch 'master' into fakevim-support
coder3101 Jan 30, 2021
f46cb17
Merge branch 'master' into fakevim-support
coder3101 Jan 30, 2021
cbedd64
Merge branch 'master' into fakevim-support
ouuan Feb 10, 2021
1ae2f93
Improve AppWindow
ouuan Feb 10, 2021
0b4ec2d
Merge branch 'master' into fakevim-support
ouuan Feb 27, 2021
f9447a8
Merge branch 'master' into fakevim-support
coder3101 Mar 7, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update submodule: Disable line higlighting in vim mode
  • Loading branch information
coder3101 committed Sep 15, 2020
commit c273e8bdbc01a909b7bb5383e50bc4d64e2586c3
2 changes: 1 addition & 1 deletion third_party/QCodeEditor