Mercurial > hg > RemoteEditor > REPSessionManager
comparison Todo @ 339:bb9e202af4d8
*** empty log message ***
author | kono |
---|---|
date | Sun, 12 Oct 2008 19:51:53 +0900 |
parents | bcb4ea4ff208 |
children | f55843e829d6 |
comparison
equal
deleted
inserted
replaced
338:bcb4ea4ff208 | 339:bb9e202af4d8 |
---|---|
1 Sun Oct 12 19:12:20 JST 2008 | 1 Sun Oct 12 19:12:20 JST 2008 |
2 | 2 |
3 Todo: (kono) | 3 Todo: (kono) |
4 DELETE時のundoのための文字列は、SM/Editor間でだけ必要。Editorから戻って来た | 4 DELETE時のundoのための文字列は、SM/Editor間でだけ必要。Editorから戻って来た |
5 コマンドをSM側で最新にする必要がある。外に出す時には使わないので消して良い。 | 5 コマンドをSM側で最新にする必要がある。外に出す時には使わないので消して良い。 |
6 Done: 戻って来た時に、unMergedListに入れているらしい | |
7 | |
8 Todo: (kono) | |
9 new String(hoge)が結構ある。Javaの文字列は変更不可能なので、こんな | |
10 ことをする意味はない。 | |
11 Done: | |
6 | 12 |
7 Todo: (kono) | 13 Todo: (kono) |
8 PUT の時に、master session managerまで行って、session番号を確定する | 14 PUT の時に、master session managerまで行って、session番号を確定する |
9 必要がある。それまでは、PUT_ACKを出してはならない。 | 15 必要がある。それまでは、PUT_ACKを出してはならない。 |
10 | 16 |