Added store and retrieve to gitter #651
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Gitter: Added store and retrieve
Description
Added
store and retrieve
to enhance gitter. The default behavior is the same as the original and enhancements come in when text is selected.Example:
bold would print out
****
then the cursor would move left 2 times. Next dictateexample test
Final result being**example test**
.With the new commands highlighting
example test
and saybold
produces the final result result**example test**
.Limitations
I excluded utilizing it on commands that were multiline. Store and retrieve does not handle multiline execution well.Waiting forMerged #652 as a fix.Possible Planned Features
A feature yet to implement is if no text is selected to carry out an action of moving the cursor as needed.DoneRelated Issue
#650
Motivation and Context
Leverages store and retrieve to highlight text. Current features it only leverages the keyboard this allows greater mixed input from selecting text Mouse or MouseGrids.
How Has This Been Tested
It's been tested within the gitter with single-line highlighted to store and retrieve.
Types of changes
Checklist
not applicable).
<header_size> header
.Maintainer/Reviewer Checklist
Waiting on #652