Mercurial > enso_core
changeset 66:141bbbb81397 default tip
Modified TODO file in light of recent changes.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sun, 02 Mar 2008 19:28:27 -0600 |
parents | 1676d636a852 |
children | |
files | TODO |
diffstat | 1 files changed, 5 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO Sun Mar 02 04:28:01 2008 -0600 +++ b/TODO Sun Mar 02 19:28:27 2008 -0600 @@ -1,23 +1,20 @@ Things to do: -* Move enso.ui.events to enso.events, and have the InputManager be a - subclass of this package. - -* enso.ui.quasimode.charmaps mentions windows vkCodes; this is +* enso.quasimode.charmaps mentions windows vkCodes; this is platform-specific and ideally shouldn't be. I think this goes back to some big issue we had regarding how to refactor Enso's input handling, but I forget what it was. -* the setQuasimodeKey() and setModal() methods in enso.ui.quasimode +* the setQuasimodeKey() and setModal() methods in enso.quasimode are very odd; see if we can eliminate them. -* Lots of constants are in enso.ui.quasimode.layout that might +* Lots of constants are in enso.quasimode.layout that might best be moved to enso.config. -* There are some constants in enso.ui.messages.primarywindow +* There are some constants in enso.messages.primarywindow that we may want to move to enso.config. Also consider moving the styles for document, p, caption tags, etc. -* Consider moving some constants in enso.ui.messages.miniwindows too. +* Consider moving some constants in enso.messages.miniwindows too. * Consider turning LONGTERM TODOs in source code into TODOs.