aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <Pierre.Courtieu@cnam.fr>2018-06-11 12:03:37 +0200
committerGravatar Pierre Courtieu <Pierre.Courtieu@cnam.fr>2018-06-11 12:03:37 +0200
commite1af53a09165d2e3e16b977fe73741d20a708a29 (patch)
tree290d9d7aabb28f5f6ac61f290499fe2c2e29bc1b /CHANGES
parentc4b49a4a3e7b5206f1f29495fd96980aad73e5b9 (diff)
key maps + small glitch hyp highlight/folding code.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index beb70480..e7343e08 100644
--- a/CHANGES
+++ b/CHANGES
@@ -60,7 +60,7 @@ and the PG Trac http://proofgeneral.inf.ed.ac.uk/trac
The set of tokens can be seen in variable smie-grammar.
-*** Clickable Hypothesis in goals buffer
+*** Clickable Hypothesis in goals buffer to copy/paste hyp names
Clicking on a hyp name in goals buffer with button 2 copies its
name at current point position (which should be in the scripting
@@ -70,15 +70,17 @@ and the PG Trac http://proofgeneral.inf.ed.ac.uk/trac
A cross "-" is displayed to the left of each hypothesis of the
goals buffer. Clicking ont it (button 1) hides/unhides the
- hypothesis. You can also hit "f" while ont he hypothesis.
+ hypothesis. You can also hit "f" while ont he hypothesis. "F"
+ unfolds all hypothesis.
Hide/ unhide status remains when goal changes.
*** Highlighting of hypothesis
- You can highlight hypothesis on a per name fashion. Hit "h" while
- on the hypothesis.
+ You can highlight hypothesis in goals buffer on a per name
+ fashion. Hit "h" while on the hypothesis. "H" removes all
+ highlighting in the buffer.
Highlighting status remains when goal changes.