X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=docs%2Fworklog.md;h=570404097cc2a5a1be28f3e90a24c07955945539;hb=e8a11f986bfe2556e450d7b8ad6ef0059b369bbc;hp=2573fb2cd6ae5701841b21ad0fca893213810bd4;hpb=42873e30bf487bc0b695d60652dba44f82185dbb;p=nikiroo-utils.git diff --git a/docs/worklog.md b/docs/worklog.md index 2573fb2..5704040 100644 --- a/docs/worklog.md +++ b/docs/worklog.md @@ -1,6 +1,27 @@ Jexer Work Log ============== +August 12, 2017 + +TEditor is stubbed in about 50% complete now. I have a Highlighter +class that provides different colors based on Word text values, but it +is a lot too simple to do true syntax highlighting. I am noodling on +the right design that would let TEditor be both a programmer's editor +(so Highlighter needs to have state and do a lexical scan) and a word +processor (where Word needs to tokenize on whitespace). I estimate +probably a good 2-4 weeks left to get the editor behavior where I want +it, and then after that will be the 0.0.5 release. + +Finding more minor paper cuts and fixing them: the mouse cursor being +ahead of a window drag event, SwingTerminal resetting blink on new +input, prevent TWindow from resizing down into the status bar. + +August 8, 2017 + +Multiscreen is looking really cool! Demo6 now brings up three +screens, including one that is inside a TWindow of a different +application. + August 7, 2017 Had trouble sleeping, what with a bunch of imaginative thoughts for