libtickit-widget-entry-plugin-completion-perl 0.02-1 source package in Ubuntu

Changelog

libtickit-widget-entry-plugin-completion-perl (0.02-1) unstable; urgency=medium

  * Import upstream version 0.02.
  * Update years of upstream copyright.
  * Bump test and runtime dependency on libobject-pad-perl to >= 0.75.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sat, 17 Dec 2022 18:34:10 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtickit-widget-entry-plugin-completion-perl_0.02-1.dsc 2.8 KiB 26ad8c072b05692befa10d867389ad444086fbec437eb4b5fdfa0c0b07bbba02
libtickit-widget-entry-plugin-completion-perl_0.02.orig.tar.gz 14.2 KiB fedb33261dc123865d359d4705bd10e10ec24ffa0c4f12d5437190302d48bfec
libtickit-widget-entry-plugin-completion-perl_0.02-1.debian.tar.xz 1.8 KiB 65f60fb0af683c3ef3658971a3a80f6276774219a4824dfd0d05cca617cb856f

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.