[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hideshowvis 064b6bb1b5 09/20: Updated readme and doc.
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hideshowvis 064b6bb1b5 09/20: Updated readme and doc. |
Date: |
Sat, 15 Jun 2024 10:00:29 -0400 (EDT) |
branch: elpa/hideshowvis
commit 064b6bb1b59b96b985bef7d0f23075346dfac71e
Author: Jan Rehders <cmdkeen@gmx.de>
Commit: Jan Rehders <cmdkeen@gmx.de>
Updated readme and doc.
---
README.md | 7 ++++++-
hideshowvis.el | 7 ++++++-
screenshot.png | Bin 0 -> 230083 bytes
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 61f6993f88..db08fcc46d 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,7 @@
# hideshowvis
-Add little clickable +/- icons in the Emacs fringe for regions which
hideshow.el can hide.
+
+Add little clickable +/- icons in the Emacs fringe for regions which Emacs'
hideshow.el can hide.
+
+
+
+By Jan Rehders, <jan@sheijk.net>
diff --git a/hideshowvis.el b/hideshowvis.el
index 1801241130..c91c2821b3 100644
--- a/hideshowvis.el
+++ b/hideshowvis.el
@@ -1,9 +1,11 @@
;;; hideshowvis.el --- Add markers to the fringe for regions foldable by
hideshow.el
;;
-;; Copyright 2008-2012 Jan Rehders
+;; Copyright 2008-2015 Jan Rehders
;;
;; Author: Jan Rehders <cmdkeen@gmx.de>
+;; URL: https://github.com/sheijk/hideshowvis
;; Version: 0.6
+;;
;; Contributions and bug fixes by Bryan Waite, Michael Heerdegen, John Yates
and
;; Matthew Fidler.
;;
@@ -113,6 +115,9 @@ this value (in bytes). The minor mode can still be forced
to be enabled using
:type 'integer)
(defun hideshowvis-highlight-hs-regions-in-fringe (&optional start end
old-text-length)
+ "Will update the fringe indicators for all foldable regions in the buffer.
+This can be slow for large buffers. Adjust `hideshowvis-max-file-size' when
this
+happens for you."
(when hs-minor-mode
(save-excursion
(save-restriction
diff --git a/screenshot.png b/screenshot.png
new file mode 100644
index 0000000000..9c4242cbf3
Binary files /dev/null and b/screenshot.png differ
- [nongnu] elpa/hideshowvis 6dee54598e 01/20: Initial commit, (continued)
- [nongnu] elpa/hideshowvis 6dee54598e 01/20: Initial commit, ELPA Syncer, 2024/06/15
- [nongnu] elpa/hideshowvis 7d5a6e259d 04/20: v0.3, ELPA Syncer, 2024/06/15
- [nongnu] elpa/hideshowvis 51c9fcd8ff 05/20: v0.4, ELPA Syncer, 2024/06/15
- [nongnu] elpa/hideshowvis 2474bb3175 07/20: v0.6, ELPA Syncer, 2024/06/15
- [nongnu] elpa/hideshowvis 3a5cd08c4f 10/20: Fixed version constant., ELPA Syncer, 2024/06/15
- [nongnu] elpa/hideshowvis c2ab91bd77 18/20: Fix interaction with auto-revert-mode., ELPA Syncer, 2024/06/15
- [nongnu] elpa/hideshowvis 7b174241c9 15/20: fix: Check hideshowvis-ignore-same-line before making overlay., ELPA Syncer, 2024/06/15
- [nongnu] elpa/hideshowvis 136d94e8f1 08/20: Updated readme, ELPA Syncer, 2024/06/15
- [nongnu] elpa/hideshowvis 3a605b78d8 20/20: Applied code review comments by Philip Kaludercic, ELPA Syncer, 2024/06/15
- [nongnu] elpa/hideshowvis 234cd37e00 06/20: v0.5, ELPA Syncer, 2024/06/15
- [nongnu] elpa/hideshowvis 064b6bb1b5 09/20: Updated readme and doc.,
ELPA Syncer <=
- [nongnu] elpa/hideshowvis e313c9ea78 11/20: v0.7, ELPA Syncer, 2024/06/15
- [nongnu] elpa/hideshowvis 614e856620 12/20: Update copyright and mail, ELPA Syncer, 2024/06/15
- [nongnu] elpa/hideshowvis e48500ef9f 14/20: Fix interaction with indent-region, ELPA Syncer, 2024/06/15
- [nongnu] elpa/hideshowvis 9ae59d8576 16/20: Update contributors list, ELPA Syncer, 2024/06/15
- [nongnu] elpa/hideshowvis 33e693dc60 19/20: Add docstrings and fix warnings, add v0.8 release notes, ELPA Syncer, 2024/06/15
- [nongnu] elpa/hideshowvis 8570f58ed3 13/20: Whitespace fix, ELPA Syncer, 2024/06/15
- [nongnu] elpa/hideshowvis eef0603fb9 17/20: Move hideshowvis-symbols helpers to toplevel, ELPA Syncer, 2024/06/15