Next: summary buffer, Previous: inspect buffer, Up: extra buffers [Index]
(version: 1.1.2)
The context buffer for Cedille allows the user to see the local variables in scope for the currently selected node. To display the context buffer, select a node and press C; this will open the context buffer and jump to it. If you just want to open the context buffer (but not jump to it), press c instead.
The context buffer has several built-in features to organize data:
a/zSort all entries alphabetically from a-z/z-a
d/uSort all entries according to binding position in parse tree (descending/ascending)
eFilter out entries that do not have an ’≃’ symbol
EFilter out entries that are not literal statements of β-equality
fClear current filter so all entries are shown
sToggle display of shadowed variables
wHide or unhide type or kind of line currently under cursor
WUnhide all types and kinds hidden with ’w’
c/CClose the context mode window
hOpen information page for context mode
(version: 1.1.2)
M-cCopy the contents of the current buffer to the scratch buffer
+Increase the size of the buffer by one line
-Decrease the size of the buffer by one line
=Reset the buffer’s size
fMoves to the next defined variable in the buffer
bMoves to the previous defined variable in the buffer
aMoves to the first defined variable in the buffer
eMoves to the last defined variable in the buffer
jJumps to the definition of the selected variable
Next: summary buffer, Previous: inspect buffer, Up: extra buffers [Index]