Changeset 93ca35407082705407d4ec2fb58c684dab77407d
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rc783ccb
|
r93ca354
|
|
| 4 | 4 | Serious: |
| 5 | 5 | * Opening large documents is _really_ slow on win32's timer implementation |
| | 6 | * On connection loss: give a chance to save everything |
| 6 | 7 | |
| 7 | 8 | Important: |
| 8 | | * Compensate changes made by others by scrolling appropriately, the current |
| | 9 | * Compensate changes made by others by scrolling appropriately; the current |
| 9 | 10 | position should not change |
| 10 | 11 | |
| … |
… |
|
| 17 | 18 | - Current highlighting scheme |
| 18 | 19 | - Current syncronisation state |
| | 20 | * Prompt before overwriting existing files when explicitly choosing path |
| | 21 | * Chat command infrastructure (/me, /ignore) |
| 19 | 22 | |
| 20 | 23 | Minor: |
| 21 | 24 | * Highlighting of own nickname in chat window (Glib::ustring::find) |
| 22 | | * Save document dialog should contain buffer document filename |
| 23 | 25 | * Change the colour of the labels on the notebooks to red if something |
| 24 | 26 | has changed and the document is not active and possibly to grey when |
| 25 | 27 | the document is not yet syncronised (which would depend on sync-on-request |
| 26 | 28 | within libobby) |
| | 29 | * Option to disable line numbers with GtkSourceView per document |
| | 30 | * Keyboard shortcuts |
| 27 | 31 | |
| 28 | 32 | Wishlist: |
| | 33 | * Default to save files to the location they were loaded from |
| | 34 | (or save the directory of the last save) |
| 29 | 35 | |