Changeset 93ca35407082705407d4ec2fb58c684dab77407d

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

[project @ Added more TODO items]

Original author: Philipp Kern <phil@…>
Date: 2005-05-06 10:58:15+00:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • TODO

    rc783ccb r93ca354  
    44Serious: 
    55 * Opening large documents is _really_ slow on win32's timer implementation 
     6 * On connection loss: give a chance to save everything 
    67 
    78Important: 
    8  * Compensate changes made by others by scrolling appropriately, the current 
     9 * Compensate changes made by others by scrolling appropriately; the current 
    910   position should not change 
    1011 
     
    1718   - Current highlighting scheme 
    1819   - Current syncronisation state  
     20 * Prompt before overwriting existing files when explicitly choosing path 
     21 * Chat command infrastructure (/me, /ignore) 
    1922 
    2023Minor: 
    2124 * Highlighting of own nickname in chat window (Glib::ustring::find) 
    22  * Save document dialog should contain buffer document filename 
    2325 * Change the colour of the labels on the notebooks to red if something 
    2426   has changed and the document is not active and possibly to grey when 
    2527   the document is not yet syncronised (which would depend on sync-on-request 
    2628   within libobby) 
     29 * Option to disable line numbers with GtkSourceView per document 
     30 * Keyboard shortcuts 
    2731 
    2832Wishlist: 
     33 * Default to save files to the location they were loaded from 
     34   (or save the directory of the last save) 
    2935