lp:~walles/+junk/partialkbd

Created by Johan Walles and last modified

Branch for adding partial completions to Scandinavian Keyboard.

Currently if you have several long words with different endings as suggestions, you have to type a lot anyway to get to the right one. Here's a made up example (in Swedish):

drottning
drottningen
drottningens
drottningarna
drottningsylt
drottningkrona

Assuming all of them don't fit in the suggestions bar, to type "drottningkrona" you must type "drottningk" before you can click "drottningkrona".

With partial completions, you'd get just "drottning" to begin with, and clicking "drottning" wouldn't commit that word, but just work as if you had typed those letters yourself. After that, suggestions would be to commit "drottning", or to keep typing "drottninge" (still partial), plus the other variants (complete since they have no more letters in common).

Get this branch:
bzr branch lp:~walles/+junk/partialkbd
Only Johan Walles can upload to this branch. If you are Johan Walles please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Johan Walles
Status:
Development

Recent revisions

98. By Johan Walles

Get rid of a bunch of String.toLower()s.

97. By Johan Walles

Prepare for a test build for Stefan.

96. By Johan Walles

Remove redundant view update calls.

95. By Johan Walles

Improve separator performance.

94. By Johan Walles

Fix dictionary switching while typing.

93. By Johan Walles

Fix handling of cursor moves.

92. By Johan Walles

Factor out code for starting composition anew into its own method.

91. By Johan Walles

Prepare for partial-completions beta.

90. By Johan Walles

Fix intermittent NPE at shutdown.

89. By Johan Walles

Fix suggesting new words directly after pressing space.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers