1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-02-28 02:45:59 +01:00

Updated docs for digraphs.

This commit is contained in:
rmaddy 2004-05-25 06:20:38 +00:00
parent 50c939a9f7
commit d98a0b818f
5 changed files with 18 additions and 5 deletions

View File

@ -2,6 +2,15 @@ History of changes for @NAME@ for IDEA @IDEA-VERSION@
@VERSION@ from 0.7.1
New Features
- Added support for digraphs. Currently you can use Ctrl-K {char1}{char2} to
enter a special character. This works while in Insert/Replace mode, or as an
argument to the r, F, T, f, and t commands. The :digraphs command has been
added to display the currently supported digraphs. Certain special cases of
the Ctrl-K {char1}{char2} sequence are not supported.
0.7.2 from 0.7.1
Bug Fixes
- Fixed c<motion and d<motion> exception if the motion was invalid.
- Fixed focus problem with : and / and ? commands.

View File

@ -135,10 +135,10 @@ Some Ex commands
Some :set options
Full VIM regular expressions for search and search/replace
macros
Diagraphs
Not Supported (yet)
Keymaps
Diagraphs
Various, lesser used (by me anyway), commands
Jumplists
Window commands

View File

@ -6,7 +6,8 @@ Bugs to fix:
Requested Functionality to add:
- Compose support for i18n (Ctrl-K {char} {char}, :digraph)
- Full RFC1345 support
- Ctrl-V code support
- Highlight all searches (:set hls, :set nohls, :nohls)
- More fold region support
- Window support (need access to splitter)

View File

@ -46,6 +46,8 @@ tag char action ~
|i_CTRL-I| CTRL-I same as <Tab>
|i_<NL>| <NL> same as <CR>
|i_CTRL-J| CTRL-J same as <CR>
|i_CTRL-K| CTRL-K {char1} {char2}
enter digraph
|i_<CR>| <CR> begin new line
|i_CTRL-M| CTRL-M same as <CR>
|i_CTRL-N| CTRL-N find next match for keyword in front of the
@ -100,8 +102,6 @@ tag char action ~
|i_CTRL-G_k| CTRL-G <Up> line up, to column where inserting started
|i_digraph| {char1}<BS>{char2}
enter digraph (only when 'digraph' option set)
|i_CTRL-K| CTRL-K {char1} {char2}
enter digraph
|i_CTRL-R_CTRL-R| CTRL-R CTRL-R {0-9a-z"%#*:=}
insert the contents of a register literally
|i_CTRL-R_CTRL-O| CTRL-R CTRL-O {0-9a-z"%#*:=}
@ -749,6 +749,7 @@ The commands are sorted on the non-optional part of their name.
|:close| :clo[se] close current window
|:copy| :co[py] copy lines
|:delete| :d[elete] delete lines
|:digraphs| :dig[raphs] show or enter digraphs
|:display| :di[splay] display registers
|:edit| :e[dit] edit a file
|:exit| :exi[t] same as ":xit"
@ -811,7 +812,6 @@ TODO:
|:cunabbrev| :cuna[bbrev] like ":unabbrev" but for Command-line mode
|:cunmenu| :cunme[nu] remove menu for Command-line mode
|:cwindow| :cw[indow] open or close quickfix window
|:digraphs| :dig[raphs] show or enter digraphs
|:ex| :ex same as ":edit"
|:foldclose| :foldc[lose] close folds
|:foldopen| :foldo[pen] open folds

View File

@ -25,6 +25,8 @@ tag char action ~
|i_CTRL-I| CTRL-I same as <Tab>
|i_<NL>| <NL> same as <CR>
|i_CTRL-J| CTRL-J same as <CR>
|i_CTRL-K| CTRL-K {char1} {char2}
enter digraph
|i_<CR>| <CR> begin new line
|i_CTRL-M| CTRL-M same as <CR>
|i_CTRL-N| CTRL-N find next match for keyword in front of the
@ -510,6 +512,7 @@ The commands are sorted on the non-optional part of their name.
|:close| :clo[se] close current window
|:copy| :co[py] copy lines
|:delete| :d[elete] delete lines
|:digraphs| :dig[raphs] show or enter digraphs
|:display| :di[splay] display registers
|:edit| :e[dit] Opens the 'File Open...' dialog
|:exit| :exi[t] same as ":xit"