2013-04-01 01:33 ---------------- - Launch "godoc -http=':6060' -index" as a background task. - Bash widget that links up to a FileWidget and uses that as working directory. - Git stash and Git stash pop widgets. 2013-02-26 16:04 ---------------- - Add dependency tracking and on-change graph walking (i.e. automation). - History view (instead of undo). - Automatic imports in Go -> automatic "dummy use" to avoid error (saves recompile)? - Search for functions by their signature (input / output types), e.g. int -> string. - Make Cmd+R work in LiveProgramWidget too (currently the Cmd+R event doesn't go from LiveProgramWidget to this ProgramWidget). - Have double tap send a partial first-tap signal? Or how else to make that work... 2013-02-26 15:43 ---------------- - Abstraction, building on the shoulder of giants. Everything of value is made of other things of value - why not represent it that way? - Write concrete/specialized code first, then abstract/generalize (this should be easy) into functions, classes? - Very common action when coding: "do what that code does, except " - A (persistent, auto-version-controlled) playground (shared dream, executable environment) for all your experimental and real work? - Find things based on time, not location? - Goal (input/output), Tools -> Solution (via Humans). - Compiler that uses above. - Two way pointers/connections instead of one way? - Conception is kinda like Markdown, except Markdown has a fixed syntax, works with pretty plaintext. Conception can have multiple syntaxes (C++, html, specific html generation, custom list of songs, etc.), and works with Lists, Concepts? - How to construct classes / parameters in C++? With an enum is too much typing, need to pass it in constuctor... 2013-02-26 15:36 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ Concept templates: if statement => if () { } boolean cond => && ... glTranslated(, , ); Song Entry: < - - >