update description of modifyNumber
This commit is contained in:
parent
66f46cc6ef
commit
073ee0cbf6
1 changed files with 1 additions and 1 deletions
|
|
@ -1339,7 +1339,7 @@ var Editor = function(renderer, session) {
|
|||
/**
|
||||
* Editor.modifyNumber()
|
||||
*
|
||||
* If the character before the cursor is a number, you can increase/descrease it's value with 1 by pressing Ctrl+Cmd+Up/Down (Mac) Ctrl+Shift+Up/Down (Win).
|
||||
* If the character before the cursor is a number, you can increase/descrease it's value with 1 by pressing Alt+Shift+Up/Down.
|
||||
* This will update the whole number the digit is part of.
|
||||
**/
|
||||
this.modifyNumber = function(amount) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue