]> gitweb.factorcode.org Git - factor.git/blob - TODO.FACTOR.txt
Horizontal scrolling with the mouse wheel is now supported
[factor.git] / TODO.FACTOR.txt
1 - auto-invoke code gc
2 - fix alien-callback/SEH bug on win32
3 - x11: scroll up/down wiggles caret
4 - tab completion: add a USE: if necessary
5 - cocoa: horizontal wheel scrolling
6 - rollover is not updated on window focus changes
7 - cocoa: windows are not updated while resizing
8
9 + ui:
10
11 - command presentation shouldn't really be a presentation at all
12 - completion is not ideal: eg, search for "buttons"
13 - live search: timer delay would be nice
14 - some way of intercepting all gestures
15 - slider needs to be modelized
16 - better help result ranking
17 - help search looks funny
18 - menus should not require mouse to be held
19 - variable width word wrap
20 - graphical module manager tool
21 - ui browser: show currently selected vocab & words
22 - auto-update browser and help when sources reload
23 - how do we refer to command shortcuts in the docs?
24 - roundoff is still not quite right with tracks
25 - fix top level window positioning
26 - services do not launch if factor not running
27 - editor:
28   - double/triple click
29   - autoscroll
30   - transpose char/word/line
31   - more efficient multi-line inserts
32   - write "foo| " and put caret at | then select word element: selects
33     space
34 - grid slows down with 2000 lines
35 - see if its possible to only repaint dirty regions
36 - polish OS X menu bar code
37 - structure editor
38
39 + module system:
40
41 - convention for main entry point of a module
42 - convention for main help article of a module
43 - track a list of assets loaded from each module's file
44 - C types should be words
45   - TYPEDEF: float { ... } { ... } ;   ==> \ float T{ c-type ... } "c-type" swp
46   - TYPEDEF: float FTFloat ;  ==> \ float \ FTFloat "c-type" swp
47   - make typedef aliasing explicit
48 - seeing a C struct word should show its def
49 - file out
50
51 + compiler/ffi:
52
53 - more compact relocation info
54 - cocoa: support real redefinition
55 - relocation should not cons at all
56 - stdcall callbacks
57 - [ [ dup call ] dup call ] infer hangs
58 - callstack overflow when compiling mutually recursive inline words
59 - test what is done in the case of an invalid declaration on an inline
60   recursive
61 - ppc64 backend
62 - arm backend
63 - mac intel: struct returns from objc methods
64 - fix compiled gc check
65   - there was a performance hit, investigate
66   - float boxing and overflow checks need a gc check too
67 - float= doesn't consider nans equal
68 - intrinsic fixnum>float float>fixnum
69 - C functions returning structs by value
70 - infer which variables are read, written in a quotation
71 - compiled continuations
72 - compiled call traces
73
74 + misc:
75
76 - hashed generic method dispatch
77 - fix this:
78   [ 1 2 3 4 5 6 7 8 9 10 10 10 10 10 10 10 10 10 10 11 11 11 113 ] .
79 [ 1 2 3 4 5 6 7 8 9 10 10 10 10 10 10 10 10 10 10 11 11 11 113 
80 ]
81 - prettier printing of hashtable literals, alists, cond, ...
82 - minor GC takes too long now, we should card mark code heap
83 - buffer-ptr should be an alien
84 - swap nappend ==> nappend
85 - gdb triggers 'mutliple i/o ops on port' error
86 - growable data heap
87 - incremental GC
88 - UDP
89 - slice: if sequence or seq start is changed, abstraction violation
90
91 + httpd:
92
93 - help responder has no way to access { "foo" "bar" }
94 - httpd search tools
95 - remaining HTML issues need fixing