yi-0.6.2.3: The Haskell-Scriptable Editor
Source code
Contents
Index
Yi.TextCompletion
Contents
Word completion
Synopsis
wordComplete
::
YiM
()
wordComplete'
::
Bool
->
YiM
()
wordCompleteString
::
YiM
String
wordCompleteString'
::
Bool
->
YiM
String
mkWordComplete
::
YiM
String
-> (
String
->
YiM
[
String
]) -> ([
String
] ->
YiM
()
) -> (
String
->
String
->
Bool
) ->
YiM
String
resetComplete
::
EditorM
()
completeWordB
::
EditorM
()
Word completion
wordComplete
::
YiM
()
Source
wordComplete'
::
Bool
->
YiM
()
Source
wordCompleteString
::
YiM
String
Source
wordCompleteString'
::
Bool
->
YiM
String
Source
mkWordComplete
::
YiM
String
-> (
String
->
YiM
[
String
]) -> ([
String
] ->
YiM
()
) -> (
String
->
String
->
Bool
) ->
YiM
String
Source
Try to complete the current word with occurences found elsewhere in the editor. Further calls try other options.
resetComplete
::
EditorM
()
Source
Switch out of completion mode.
completeWordB
::
EditorM
()
Source
Produced by
Haddock
version 2.6.1