Fix typo
parent
71552e4082
commit
2b475b4b43
|
|
@ -6,13 +6,14 @@
|
||||||
|
|
||||||
- x11: rollover highlight is not reliable
|
- x11: rollover highlight is not reliable
|
||||||
- x11: window positioning not reliable
|
- x11: window positioning not reliable
|
||||||
|
- x11 title bars are funny
|
||||||
|
|
||||||
+ httpd:
|
+ httpd:
|
||||||
- outliners don't work
|
- outliners don't work
|
||||||
- browser responder doesn't work
|
- browser responder doesn't work
|
||||||
- code walker & exceptions -- test and debug problems
|
- code walker & exceptions -- test and debug problems
|
||||||
- another i/o bug: on factorcode eventually all i/o times out
|
- another i/o bug: on factorcode eventually all i/o times out
|
||||||
- bug in pound?
|
- bug in pound?
|
||||||
- x11 title bars are funny
|
|
||||||
- if the listener is running a command when the image is saved, it
|
- if the listener is running a command when the image is saved, it
|
||||||
restores to an unresponsive gadget
|
restores to an unresponsive gadget
|
||||||
- fix top level window positioning
|
- fix top level window positioning
|
||||||
|
|
@ -21,7 +22,7 @@
|
||||||
- amd64 crash
|
- amd64 crash
|
||||||
- get factor running on mac intel
|
- get factor running on mac intel
|
||||||
- constant branch folding
|
- 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
|
+ refactor style stack code so that nested styles are handled at a lower-level
|
||||||
- in HTML, we can nest div tags, etc
|
- in HTML, we can nest div tags, etc
|
||||||
|
|
@ -65,6 +66,7 @@
|
||||||
- new browser:
|
- new browser:
|
||||||
- browse generic words and classes
|
- browse generic words and classes
|
||||||
- need actions for reloading the source file and opening word in jEdit
|
- need actions for reloading the source file and opening word in jEdit
|
||||||
|
- highlight showing panes in originating list
|
||||||
- toggle/radio buttons/tabs or something
|
- toggle/radio buttons/tabs or something
|
||||||
- inspector: less clutter when browsing words
|
- inspector: less clutter when browsing words
|
||||||
- make-frame should compile
|
- make-frame should compile
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2005, 2006 Slava Pestov.
|
! Copyright (C) 2005, 2006 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
IN: gadgets
|
IN: gadgets
|
||||||
USING: generic hashtables kernel mathnamespaces sequences
|
USING: generic hashtables kernel math namespaces sequences
|
||||||
vectors ;
|
vectors ;
|
||||||
|
|
||||||
GENERIC: add-notify* ( gadget -- )
|
GENERIC: add-notify* ( gadget -- )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue