libtickit-widget-entry-plugin-completion-perl 0.01-2 source package in Ubuntu

Changelog

libtickit-widget-entry-plugin-completion-perl (0.01-2) unstable; urgency=medium

  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Thu, 11 Aug 2022 17:51:46 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtickit-widget-entry-plugin-completion-perl_0.01-2.dsc 2.8 KiB f54cf1cfd93173853412b05f4caed7da888ad13ee71891888d2be90b666a9239
libtickit-widget-entry-plugin-completion-perl_0.01.orig.tar.gz 14.1 KiB cf752a7056edfaf10ec4aea9cea2856e01edbd760220d38ffdb4ab93b81de056
libtickit-widget-entry-plugin-completion-perl_0.01-2.debian.tar.xz 1.7 KiB 08f85a02fe5a78fbc755e1ee362e3a8b5b1eac9d0712fbad9dab8595cffdf47e

Available diffs

No changes file available.

Binary packages built by this source

libtickit-widget-entry-plugin-completion-perl: word-completion plugin for Tickit::Widget::Entry

 Tickit::Widget::Entry::Plugin::Completion applies code to a
 Tickit::Widget::Entry instance to implement word-completion logic while
 editing. This logic is activated by pressing the <Tab> key.
 .
 If the word currently being edited has a unique match in the list of words,
 then the word is completed entirely, followed by a space.
 .
 If there are multiple words that could complete from the word at the cursor,
 then a popup menu is presented showing the next available characters or
 matches. The user can continue typing more characters to narrow down the
 choice until a unique match is found.