Mercurial > repos > tabletprog
log editor.js @ 118:0a66fe3a368a
age | author | description |
---|---|---|
Mon, 15 Apr 2013 21:55:26 -0700 | Mike Pavone | Allow selection and navigation of assignment nodes. |
Mon, 15 Apr 2013 21:14:55 -0700 | Mike Pavone | Add support for selecting operator expressions in the editor |
Mon, 15 Apr 2013 09:34:32 -0700 | Mike Pavone | Work around desugaring of && and || in editor. |
Sun, 14 Apr 2013 23:09:46 -0700 | Mike Pavone | Basic in and out navigation support added to funcall expressions. Added toHTML methods to listlit and arraylit. |
Sat, 13 Apr 2013 23:37:54 -0700 | Mike Pavone | Implemented clicking on symbols inside inscope box to replace function name in funcall. |
Thu, 11 Apr 2013 09:16:35 -0700 | Mike Pavone | Fixed more editor coderot and improved syntax/selection coloring a bit. |