emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/iedit d2a6e16977 055/301: Update commentary with rectangle


From: ELPA Syncer
Subject: [nongnu] elpa/iedit d2a6e16977 055/301: Update commentary with rectangle support
Date: Mon, 10 Jan 2022 22:58:50 -0500 (EST)

branch: elpa/iedit
commit d2a6e16977083d0fe55913320239b6c75902100d
Author: Victor Ren <victorhge@gmail.com>
Commit: Victor Ren <victorhge@gmail.com>

    Update commentary with rectangle support
---
 iedit.el | 25 ++++++++++---------------
 1 file changed, 10 insertions(+), 15 deletions(-)

diff --git a/iedit.el b/iedit.el
index 7fc051a45a..cc08438d5b 100644
--- a/iedit.el
+++ b/iedit.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2010, 2011, 2012 Victor Ren
 
-;; Time-stamp: <2012-02-19 00:07:11 Victor Ren>
+;; Time-stamp: <2012-02-19 00:36:34 Victor Ren>
 ;; Author: Victor Ren <victorhge@gmail.com>
 ;; Keywords: occurrence region replace simultaneous
 ;; Version: 0.94
@@ -27,28 +27,23 @@
 
 ;;; Commentary:
 
-;; This package provides a more intuitive way of replace-string operation:
-;;
-;; - Select the occurrence in the buffer
-;;   In Transient Mark mode, just mark a region, the content of the
-;;   region will be used as the occurrence. (if Transient Mark mode is 
disabled,
-;;   using C-u C-x C-x or C-SPC C-SPC to activate it just for this one time).
-;;
+;; This package provides a more intuitive way of replace-string operation.
+;; Normal scenario of iedit-mode is like:
+
 ;; - Start iedit minor mode - by press C-;
-;;   All occurrences of the content in the buffer are highlighted
+;;   The target contents (all occurrences of a symbol, string or a rectangle) 
in
+;;   the buffer are highlighted.  The content varies corresponding to mark,
+;;   point and prefix. Refer to the comments of `iedit-mode'.
 ;;
 ;; - Edit one of the contents
 ;;   The change is applied to other contents simultaneously
 ;;
 ;; - Finish - by pressing C-; again
 
-;; If Transient Mark mode is disabled or the region is not active, the current
-;; symbol (returns from `current-word') is used as the occurrence by default.
-
-;; You can also switch to iedit mode from isearch mode directly. The current
-;; search string is used as the occurrence.
+;; If you would like to operate on certain region, use "narrowing" first.
 
-;; If you would like to replace-string on certain region, use "narrowing" 
first.
+;; With several lines of additional code, the package also provides rectangle
+;; support with visible rectangle highlighting, which is simular with 
`cua-rect'.
 
 ;;; Suggested key bindings:
 ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]