update description of modifyNumber

This commit is contained in:
Vlad Zinculescu 2012-10-23 10:55:19 +02:00 committed by nightwing
commit 073ee0cbf6

View file

@ -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) {