Changeset e4f24e6054942105da4db707f4d0b738a1cb4e99

Show
Ignore:
Timestamp:
01/06/07 23:46:50 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
dbf9ed6d85edb32bba76575ef48e9ccd44a45446
Children:
f122ca68342d062efdadcc7405d7641f1425c12f
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:46:50Z+0000
Message:

[project @ TODO updated]

Original author: Trac <trac@…>
Date: 2005-08-25 03:00:03+00:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • TODO

    rdbf9ed6 re4f24e6  
    2222  * Search, Replace and Goto Line features (#79) 
    2323  * Windows install doesn't work (missing intl.dll) (#81) 
     24  * Central directory support (#82) 
     25  * UI: Closing documents should not close them for other people (#83) 
     26  * End-of-document cursor position behaves weirdly. (#84) 
     27  * Server exit causes clients to exit (#85) 
     28  * Gobby should save backups (#87) 
    2429 
    2530Minor: 
     
    133138Brand new install of 0.2.1. 
    134139 
     14082: Central directory support 
     141----------------------------- 
     142Gobby should support a central directory of Sobby servers. 
     143 
     14483: UI: Closing documents should not close them for other people 
     145---------------------------------------------------------------- 
     146Presently, if one person closes a document, it closes for all other users,  
     147even if they haven't saved copies.  
     148 
     149Instead, the set of open documents should be a server feature, and each  
     150client should be able to choose which documents they're subscribed to. 
     151 
     15284: End-of-document cursor position behaves weirdly. 
     153---------------------------------------------------- 
     154Scenario: 
     155 
     156Person A is appending to the end of the document.  Person B wants to add  
     157something below what person A is now typing.  So, person B positions their  
     158cursor at the end of the document, and hits enter.  This inserts a newline,  
     159and causes person A's cursor to go to the position after the newline.   
     160Instead, person A's cursor should remain before the newline, so that they  
     161can continue typing on their portion of the document. 
     162 
     16385: Server exit causes clients to exit 
     164-------------------------------------- 
     165When a server disconnects, clients shouldn't exit (potentially losing  
     166text).  Instead, they should just indicate to the user that they are  
     167disconnected, and allow them to save and continue editing text.  If the  
     168server comes back online, everyone's changes can be sent in. 
     169 
     17087: Gobby should save backups 
     171----------------------------- 
     172Gobby should save local backups in case of crashes.   
     173 
    13517466: Indicate activity by changing tab colour to the user colour 
    136175---------------------------------------------------------------