[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/poke 9c00747388 64/76: poke.el: face for highlighting
From: |
ELPA Syncer |
Subject: |
[elpa] externals/poke 9c00747388 64/76: poke.el: face for highlighting |
Date: |
Tue, 5 Apr 2022 14:59:38 -0400 (EDT) |
branch: externals/poke
commit 9c007473884bd0c99a9bd5ffd9df63ea236d796f
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Commit: Jose E. Marchesi <jose.marchesi@oracle.com>
poke.el: face for highlighting
---
poke.el | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/poke.el b/poke.el
index ed6cfcb3f3..440649627d 100644
--- a/poke.el
+++ b/poke.el
@@ -94,6 +94,8 @@
"Face for warning messages.")
(defface poke-vu-selected-byte-face '((t :background "yellow"))
"Face for selected byte in poke-vu buffers.")
+(defface poke-vu-highlighted-byte-face '((t :background "green"))
+ "Face for highlighted byte in poke-vu buffers.")
(defface poke-edit-header-face '((t :bold t))
"Face for editor headers.")
@@ -582,6 +584,10 @@ return nil."
(forward-char column)
(point))))))
+(defun poke-vu-remove-highlight ()
+ (remove-overlays (point-min) (point-max)
+ 'face 'poke-vu-highlighted-byte-face))
+
(defun poke-vu-goto-byte (offset)
"Move the pointer to the beginning of the byte at OFFSET
relative to the beginning of the shown IO space."
- [elpa] externals/poke 84ae4121b9 30/76: poke.el: get unibyte strings in pokelet processes, (continued)
- [elpa] externals/poke 84ae4121b9 30/76: poke.el: get unibyte strings in pokelet processes, ELPA Syncer, 2022/04/05
- [elpa] externals/poke 4743725592 34/76: poke.el: poke-code send command, ELPA Syncer, 2022/04/05
- [elpa] externals/poke 14a8f278b1 37/76: poke.el: poke-settings buffer, ELPA Syncer, 2022/04/05
- [elpa] externals/poke 0c410f656e 39/76: poke.el: factor settings code a bit, ELPA Syncer, 2022/04/05
- [elpa] externals/poke 468f631988 43/76: poke.el: editor with values, ELPA Syncer, 2022/04/05
- [elpa] externals/poke 47a7d4f84d 46/76: poke.el: window placement improvements, ELPA Syncer, 2022/04/05
- [elpa] externals/poke bb294de5b3 52/76: poke.el: select a line when creating IOS menu, ELPA Syncer, 2022/04/05
- [elpa] externals/poke 66fb149542 56/76: poke.el: command C-cV in repl to refresh the VU, ELPA Syncer, 2022/04/05
- [elpa] externals/poke 902b4dd575 59/76: poke.el: docstrings, ELPA Syncer, 2022/04/05
- [elpa] externals/poke 6ceebd3c12 58/76: poke.el: add manual skeleton and fix progrma header for packaging, ELPA Syncer, 2022/04/05
- [elpa] externals/poke 9c00747388 64/76: poke.el: face for highlighting,
ELPA Syncer <=
- [elpa] externals/poke 59b5f4c4a6 66/76: foo, ELPA Syncer, 2022/04/05
- [elpa] externals/poke e3295770b0 69/76: poke.el: rename repl-complete-{begin, end} to poke-repl-complete-{begin, end}, ELPA Syncer, 2022/04/05
- [elpa] externals/poke f495a6eee1 62/76: poke.el: rename some stuff, ELPA Syncer, 2022/04/05
- [elpa] externals/poke 5e9582effa 73/76: poke.el: make a keymap for poke-settings, ELPA Syncer, 2022/04/05
- [elpa] externals/poke 454a62bdd8 76/76: Recover the file's history from Poke's main Git repository, ELPA Syncer, 2022/04/05
- [elpa] externals/poke 2e213b8798 14/76: poke.el: get rid of global status in poke-vu, ELPA Syncer, 2022/04/05
- [elpa] externals/poke 7a251a28d3 36/76: poke.el: fix problem in append buffer, ELPA Syncer, 2022/04/05
- [elpa] externals/poke a863356052 33/76: poke.el: current byte selection overlay in poke-vu, ELPA Syncer, 2022/04/05
- [elpa] externals/poke d346b8a559 44/76: poke.el: fix editor window dynamics, ELPA Syncer, 2022/04/05
- [elpa] externals/poke 3ac0d4c611 51/76: poke.el: avoid race condition in REPL handling, ELPA Syncer, 2022/04/05