From 2b475b4b432616403fc7edb97f2e15d1ab161cfe Mon Sep 17 00:00:00 2001 From: slava Date: Fri, 2 Jun 2006 19:12:57 +0000 Subject: [PATCH] Fix typo --- TODO.FACTOR.txt | 6 ++++-- library/ui/hierarchy.factor | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index 69a2fb6ce5..e35e45d4f7 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -6,13 +6,14 @@ - x11: rollover highlight is not reliable - x11: window positioning not reliable +- x11 title bars are funny + + httpd: - outliners don't work - browser responder doesn't work - code walker & exceptions -- test and debug problems - another i/o bug: on factorcode eventually all i/o times out - bug in pound? -- x11 title bars are funny - if the listener is running a command when the image is saved, it restores to an unresponsive gadget - fix top level window positioning @@ -21,7 +22,7 @@ - amd64 crash - get factor running on mac intel - constant branch folding -- we want scrolling to follow the caret even if it is invisible +- starting the UI with +foo switches opens them as files + refactor style stack code so that nested styles are handled at a lower-level - in HTML, we can nest div tags, etc @@ -65,6 +66,7 @@ - new browser: - browse generic words and classes - need actions for reloading the source file and opening word in jEdit + - highlight showing panes in originating list - toggle/radio buttons/tabs or something - inspector: less clutter when browsing words - make-frame should compile diff --git a/library/ui/hierarchy.factor b/library/ui/hierarchy.factor index 2af2effd64..b571efda1a 100644 --- a/library/ui/hierarchy.factor +++ b/library/ui/hierarchy.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2005, 2006 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. IN: gadgets -USING: generic hashtables kernel mathnamespaces sequences +USING: generic hashtables kernel math namespaces sequences vectors ; GENERIC: add-notify* ( gadget -- )