update description of modifyNumber

This commit is contained in:
Vlad Zinculescu 2012-10-23 10:54:27 +02:00 committed by nightwing
commit 66f46cc6ef

View file

@ -1339,7 +1339,8 @@ 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 Ctrl+Cmd+Up/Down (Mac) Ctrl+Shift+Up/Down (Win).
* This will update the whole number the digit is part of.
**/
this.modifyNumber = function(amount) {
var row = this.selection.getCursor().row;