Changes
Page history
adlofts created page: selecting marks
authored
Oct 21, 2016
by
Andrew Lofts
Hide whitespace changes
Inline
Side-by-side
manual-vised-edit.md
View page @
8b286c58
...
...
@@ -84,9 +84,14 @@ The process to remove a mark is very similar. Start by using the winrej tool to
```
matlab
M
,
ve_edit
(
'rwm'
,
'custom_mark'
)
```
No pop ups will appear when using a removal for the first time as you will have specified everything needed already.

or
```
matlab
M
,
ve_edit
(
'rwm'
,
'pop_select'
)
```
No pop ups will appear in the first case as the marks to be removed is specified. In the second case a pop up will appear where you can select any off the existing marks, making it a more well rounded but slower hotkey.

# Defaults
If you leave the function ve_edit() blank then on your keystroke will give you this popup to create an action.
...
...
...
...