index
:
delta/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
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
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
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/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/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
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
fakevim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Version bump.
con
2009-04-08
1
-5
/
+5
*
Version bump.
con
2009-04-08
1
-5
/
+5
*
fakevim: fix some target column related issues
hjk
2009-04-07
1
-3
/
+6
*
fakevim: work on auto tests
hjk
2009-04-06
1
-8
/
+26
*
fakevim: fix split window
hjk
2009-04-03
3
-4
/
+54
*
fakevim: fix several issues related to cursor column positioning, also
hjk
2009-04-03
1
-31
/
+40
*
fakevim: fix some autoindent issues
hjk
2009-04-03
1
-30
/
+52
*
fackevim: move cursor to first non-blank on line after 'p'
hjk
2009-04-02
1
-0
/
+1
*
fakevim: handle '$s' properly
hjk
2009-04-01
1
-1
/
+3
*
fakevim: removing whitespace at end of line
hjk
2009-04-01
1
-16
/
+16
*
fakevim: re-use the undo/redo capability of QTextDocument instead of
hjk
2009-04-01
2
-235
/
+78
*
fakevim: distinquish :q and :q!
hjk
2009-03-31
3
-22
/
+7
*
fakevim: use :q to quit the editor, not fakevim mode.
hjk
2009-03-31
2
-11
/
+23
*
fakevim: make Alt-V Alt-V a global toggle
hjk
2009-03-30
4
-78
/
+75
*
fakevim: progress on settings
hjk
2009-03-30
2
-17
/
+22
*
fakevim: move settings/action related code to files of their own
hjk
2009-03-30
5
-175
/
+263
*
fakevim: work on new settings dialog
hjk
2009-03-30
2
-3
/
+10
*
fakevim: work on settings dialog
hjk
2009-03-30
2
-21
/
+40
*
fakevim: re-organize settings handling
hjk
2009-03-30
6
-121
/
+506
*
fakevim: more scary initial message
hjk
2009-03-30
1
-1
/
+1
*
fakevim: make search and command history static
hjk
2009-03-25
1
-2
/
+5
*
fakevim: more vim-ish behaviour of page up and down
hjk
2009-03-25
1
-2
/
+6
*
fakevim: fine-tune autocompletion
hjk
2009-03-25
2
-4
/
+11
*
fakevim: trigger autocompletion on '.' and '>'
hjk
2009-03-25
3
-0
/
+16
*
fakevim: hide fakevim statusbar on :q!
hjk
2009-03-23
1
-1
/
+1
*
fakevim: improve implementation of 'set'
hjk
2009-03-23
1
-2
/
+26
*
fakevim: cache results of hlsearch
hjk
2009-03-20
1
-34
/
+40
*
fakevim: implement Ctrl-e
hjk
2009-03-20
1
-4
/
+18
*
fakevim: add another set of "default options" for easier testing
hjk
2009-03-19
1
-0
/
+13
*
fakevim: introduce a 'backspace' setting and handle the 'start' option
hjk
2009-03-19
2
-11
/
+25
*
fakevim: implement 'c' in (character) visual mode
hjk
2009-03-19
1
-3
/
+8
*
Fixes: fakevim: implement 'x' and 'd' in (character) visual mode
hjk
2009-03-16
1
-1
/
+6
*
Fixes: fakevim: implement 'x' in visual line mode
hjk
2009-03-16
1
-3
/
+4
*
Fixes: fakevim: implement hlsearch
hjk
2009-03-12
2
-12
/
+51
*
Fixes: fakevim: fix undo after insert
hjk
2009-03-12
1
-6
/
+9
*
Fixes: fakevim: fix positioning after df<x>
hjk
2009-03-12
1
-7
/
+12
*
Fixes: fakevim: implement . after 'f', 't', 'F', and 'T'
hjk
2009-03-12
1
-1
/
+4
*
Fixes: fakevim: remove indentation after pressing 'J'
hjk
2009-03-12
1
-4
/
+6
*
Fixes: fakevim: improve behaviour of '.' after 'i'
hjk
2009-03-11
1
-1
/
+4
*
Fixes: Doc - fixed a typo
Dean Dettman
2009-03-10
1
-1
/
+1
*
Fixes: fakevim: work on shifting lines
hjk
2009-03-06
1
-11
/
+19
*
Fixes: fakevim: work on indentation
hjk
2009-03-06
3
-54
/
+42
*
Fixes: fakevim: << and >> for visual mode
hjk
2009-03-06
1
-10
/
+18
*
Fixes: fakevime: some basic implementation for << and >>
hjk
2009-03-06
1
-42
/
+156
*
Fixes: fakevim: fix . after <n>x
hjk
2009-03-05
1
-3
/
+4
*
Fixes: fakevim: disable auto-indentation
hjk
2009-03-05
1
-5
/
+7
*
Fixes: fakevim/editorview: move the 'minibuffer' to the bottom of the
hjk
2009-03-05
1
-2
/
+4
*
Fixes: fakevim: make 'Passing mode' sticky as a (hopefully temporary)
hjk
2009-03-05
1
-55
/
+108
*
Fixes: fakevim: let Ctrl-K pass to creator core
hjk
2009-03-04
1
-5
/
+14
*
Fixes: fakevim: return to command mode after :<line>
hjk
2009-03-04
1
-0
/
+1
[next]