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