コード例 #1
0
ファイル: EditorSupport.java プロジェクト: kimtang/studio
 /**
  * Notification method called when the document become unmodified. Called after save or after
  * reload of document.
  */
 protected void notifyUnmodified() {
   EditorSupport.this.modifySaveCookie(false);
   del.superNotifyUnmodified();
 }