[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 3fef0ab598 007/431: improve stipple descrip
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 3fef0ab598 007/431: improve stipple description comment |
Date: |
Mon, 16 Sep 2024 12:59:07 -0400 (EDT) |
branch: externals/indent-bars
commit 3fef0ab59861dcfd52998c1c287e6b165afcd4ff
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
improve stipple description comment
---
indent-bars.el | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/indent-bars.el b/indent-bars.el
index 534e310770..a77eaf5d66 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -484,6 +484,7 @@ stipple repeat; i.e. if pixel 1 of the stipple aligns with
pixel
(ash (indent-bars--block nbits) boff))
(- boff))))))
+;; ** Notes on the stipples:
;; indent-bars uses a selectively-revealed stipple pattern width a
;; width equivalent to the (fixed) width of characters to efficiently
;; draw bars. A stipple pattern is drawn as a fixed repeating bit
@@ -522,18 +523,16 @@ stipple repeat; i.e. if pixel 1 of the stipple aligns
with pixel
;; windows change. So at least the focused buffer looks correct.
;; - Otherwise, just live with it?
;; - Suggest using separate frames for this?
-;; - Hide the bars in unfocused windows? But this isn't great. The
-;; information is useful.
+;; - Hide the bars be setting the stipple pattern to 0 in unfocused
+;; windows? But this isn't great. The information is useful.
;; - Could also hide only in non-main window showing the current
-;; - buffer, with different g values. But it will be suprising when
-;; they vanish.
+;; buffer, with different g values. But it will be suprising when
+;; they vanish only when the same buffer is shown twice.
;; - Provide a helper command to adjust window sizes so g is
;; preserved (for a given w). But two *different* buffers, both
-;; side-by-side, make this impossible to work (if they have
-;; different font sizes). Maybe that's OK though, if you are
-;; considering the current buffer only.
-
-
+;; side-by-side, make this impossible to work at the same time (if
+;; they have different font sizes). Maybe that's OK though, if you
+;; are considering the current buffer only.
@@ -585,6 +584,7 @@ OBJ, otherwise in the buffer."
(indent-bars--draw (+ (line-beginning-position) indent-bars-spacing)
(match-end 1)))
nil)
+;;*
;;;; Font Lock
(defvar-local indent-bars--font-lock-keywords nil)
- [elpa] externals/indent-bars acb992d370 103/431: Mention ┋, (continued)
- [elpa] externals/indent-bars acb992d370 103/431: Mention ┋, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3a971623af 102/431: Tweak README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a3083e769d 061/431: Merge pull request #1 from ideasman42/patch-2, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d23ab840ec 062/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4a7f9c7528 059/431: README: more compatibility detail, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 25e3624ec1 108/431: initial support for treesitter + no string/comment descend, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b3297d6739 118/431: indent-at-node: move point (guard at top level with save-excursion), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b913264e5a 167/431: highlight-current-depth: add palette (no blending), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 5bce1c1324 005/431: Notes on updates :stipple usage given gutter offsets, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ee18d37d12 006/431: Greatly simplify row-data, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3fef0ab598 007/431: improve stipple description comment,
ELPA Syncer <=
- [elpa] externals/indent-bars 14dad9430e 011/431: spacing: use override and default to 4 chars, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 563328e19e 009/431: resize-stipple: let faces extend, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars fde60a178f 013/431: tint the main color with depth-based color first, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 257b723c72 014/431: Use stipple-rot for rotating stipple, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2452b96761 021/431: Simplify create-faces, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 00a26de005 020/431: rename indentation->depth, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars fa1d59893f 026/431: Some custom doc improvements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 73af2efff2 029/431: change bar pattern and blend defaults, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 69d3b3924c 091/431: format FAQs, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c5ccaf5926 067/431: Update README.md, ELPA Syncer, 2024/09/16