2010-03-21 46 views

回答

1

不知道,當你最後檢出貝斯平,但在新版本有一個TextChanged事件,您可以訂閱:

editor.textChanged .add(function((oldRange, newRange, newText)) { 
    console.log('textChanged', JSON.stringify(newText)); 
});