1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: iedit
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper (>= 10),
dh-elpa
Standards-Version: 3.9.8
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/victorhge/iedit
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/iedit.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/iedit.git
Package: elpa-iedit
Architecture: all
Depends: ${elpa:Depends},
${misc:Depends},
emacs
Recommends: emacs (>= 46.0)
Enhances: emacs,
emacs24,
emacs25
Built-Using: ${misc:Built-Using}
Description: edit multiple regions in the same way simultaneously
This package is an Emacs minor mode and allows you to edit one occurrence of
some text in a buffer (possibly narrowed) or region, and simultaneously have
other occurrences edited in the same way.
.
You can also use Iedit mode as a quick way to temporarily show only the
buffer lines that match the current text being edited. This gives you the
effect of a temporary `keep-lines' or `occur'. To get this effect, hit C-'
when in Iedit mode - it toggles hiding non-matching lines.
|