Merge branch 'master' of https://bitbucket.org/4coder/4coder
This commit is contained in:
commit
3a26993dee
13
TODO.txt
13
TODO.txt
|
@ -67,10 +67,10 @@
|
||||||
; [X] chronal's map setting issue
|
; [X] chronal's map setting issue
|
||||||
; [X] linux save jankieness
|
; [X] linux save jankieness
|
||||||
; [] indication on failure to save
|
; [] indication on failure to save
|
||||||
|
; [X] bouncing when scrolling down
|
||||||
; [] clean whitespace doesn't appear to be cleaning trailing whitespace anymore???
|
; [] clean whitespace doesn't appear to be cleaning trailing whitespace anymore???
|
||||||
; [] sometimes the main cursor is not the same width as the mark cursor in the same spot
|
; [] sometimes the main cursor is not the same width as the mark cursor in the same spot
|
||||||
; [] tab character wrong width
|
; [] tab character wrong width
|
||||||
; [] bouncing when scrolling down
|
|
||||||
; [] miblo's off screen cursor thing
|
; [] miblo's off screen cursor thing
|
||||||
;
|
;
|
||||||
;
|
;
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
; GUI related tech
|
; GUI related tech
|
||||||
; [X] consolidate all GUI code properly
|
; [X] consolidate all GUI code properly
|
||||||
; [X] rewrite GUI
|
; [X] rewrite GUI
|
||||||
; [] arrow navigation of GUIs
|
; [X] arrow navigation of GUIs
|
||||||
; [] GUI API
|
; [] GUI API
|
||||||
; [] text links -> arbitrary commands / callbacks?
|
; [] text links -> arbitrary commands / callbacks?
|
||||||
;
|
;
|
||||||
|
@ -140,7 +140,7 @@
|
||||||
; [] macros
|
; [] macros
|
||||||
;
|
;
|
||||||
; code engine
|
; code engine
|
||||||
; [] lexer with multiple chunk input
|
; [X] lexer with multiple chunk input
|
||||||
; [] switch over to gap buffer
|
; [] switch over to gap buffer
|
||||||
; [] more correct auto-indentation
|
; [] more correct auto-indentation
|
||||||
; [] preprocessor
|
; [] preprocessor
|
||||||
|
@ -167,6 +167,7 @@
|
||||||
; [] the "main_4coder" experiment
|
; [] the "main_4coder" experiment
|
||||||
;
|
;
|
||||||
; [] tutorials
|
; [] tutorials
|
||||||
|
; [] 4edT thing
|
||||||
;
|
;
|
||||||
|
|
||||||
; INTERNAL TODOS
|
; INTERNAL TODOS
|
||||||
|
@ -189,14 +190,14 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
; HARD BUGS
|
; HARD BUGS
|
||||||
|
; [X] reduce cpu consumption
|
||||||
|
; [?] minimize and reopen problem (reported by two users now, still not reproduced here)
|
||||||
|
; [X] repainting too slow for resize looks really dumb
|
||||||
; [] fyoucon's segfaults with malloc on win10
|
; [] fyoucon's segfaults with malloc on win10
|
||||||
; [] minimize and reopen problem (reported by two users now, still not reproduced here)
|
|
||||||
; [] repainting too slow for resize looks really dumb
|
|
||||||
; [] handling cursor in non-client part of window so it doesn't spaz
|
; [] handling cursor in non-client part of window so it doesn't spaz
|
||||||
; [] fill screen right away
|
; [] fill screen right away
|
||||||
; [] how to get fast repaint (do I really need double buffering?)
|
; [] how to get fast repaint (do I really need double buffering?)
|
||||||
; [] history breaks when heavily used (disk swaping?)
|
; [] history breaks when heavily used (disk swaping?)
|
||||||
; [] reduce cpu consumption
|
|
||||||
;
|
;
|
||||||
|
|
||||||
; PORTING TODOS
|
; PORTING TODOS
|
||||||
|
|
Loading…
Reference in New Issue