Commit Graph

365 Commits

Author SHA1 Message Date
Paul Chiusano
74fa2deba3 New request type being threaded through 2015-02-12 14:03:55 -05:00
Paul Chiusano
e33d03c516 checkpoint 2015-02-12 13:35:56 -05:00
Paul Chiusano
8c2487ed81 Beef up request type 2015-02-11 18:10:00 -05:00
Paul Chiusano
177d4ea41b Changed Action to preserve typeability 2015-02-11 17:57:37 -05:00
Paul Chiusano
c6277ee3ee Round trip working with type checker 2015-02-11 14:05:56 -05:00
Paul Chiusano
72a5e9dca2 Switch to using post since browser silently drops GET requests with a body 2015-02-11 11:13:27 -05:00
Paul Chiusano
8e02186a08 Some debugging stuff 2015-02-10 20:44:23 -05:00
Paul Chiusano
8fd0495596 Trying to get round trip working 2015-02-10 20:04:25 -05:00
Paul Chiusano
b4a06dc199 Generalized asyncUpdate 2015-02-10 14:05:57 -05:00
Paul Chiusano
1a83160451 Minor cleanup 2015-02-10 13:55:07 -05:00
Paul Chiusano
9bf8770dbb Cleanup of editor and fixed some event handling 2015-02-10 11:27:35 -05:00
Paul Chiusano
9064ad7bfd Added path arg back to searchLocal 2015-02-10 10:52:12 -05:00
Paul Chiusano
602fa2c5a4 Updated node api on client side 2015-02-09 23:40:15 -05:00
Paul Chiusano
579c778428 resurrected searchLocal 2015-02-09 23:33:54 -05:00
Paul Chiusano
fb93c6be0c Simplified node API slightly 2015-02-09 17:33:29 -05:00
Paul Chiusano
389f9f719c Added query back to Request 2015-02-09 13:20:30 -05:00
Paul Chiusano
870d91bb6d Using tap events in addition to mouse position 2015-02-09 12:27:40 -05:00
Paul Chiusano
80a597cdbf changed example term 2015-02-09 10:34:21 -05:00
Paul Chiusano
d88b721f98 Cleanup 2015-02-06 14:31:38 -05:00
Paul Chiusano
21584df0b3 Fix bug in implementation of Term.up 2015-02-06 14:29:31 -05:00
Paul Chiusano
9dc4cf5484 Insertions working 2015-02-06 13:30:33 -05:00
Paul Chiusano
8c42f67d55 Added delete function 2015-02-06 12:18:12 -05:00
Paul Chiusano
6da8351200 style tweaks 2015-02-06 10:31:53 -05:00
Paul Chiusano
69022d46d4 Fixed minor bug with Selection1D which would allow the selected index to become negative when list of possible selections was empty 2015-02-06 09:59:09 -05:00
Paul Chiusano
8bb06e2b2b Implemented Term.set 2015-02-05 21:23:17 -05:00
Paul Chiusano
7c3422b373 Fixed minor issue with explorer not opening in fresh state after cancelled close 2015-02-05 20:00:21 -05:00
Paul Chiusano
b23dc7f18f Adding to invalid completions, a bit of UI polish 2015-02-05 18:54:50 -05:00
Paul Chiusano
ceca1ced7e Arrow keys working property for explorer, and real time search hooked up 2015-02-05 17:56:56 -05:00
Paul Chiusano
f656546c63 Modified panel selection to work properly when root is selected 2015-02-05 16:25:29 -05:00
Paul Chiusano
017d63605d Fix available width calculation to take into account border 2015-02-05 15:59:07 -05:00
Paul Chiusano
010ddf9d10 Fixed issue with explorer selection movement due to bad parenthesization 2015-02-05 14:06:48 -05:00
Paul Chiusano
a3cd00e256 Mouse hovers work now to manipulate the explorer selection 2015-02-05 12:03:43 -05:00
Paul Chiusano
54426964e7 More explorer debugging 2015-02-04 23:32:36 -05:00
Paul Chiusano
429b5ca34b Much simpler implementation of Signal.asyncUpdate 2015-02-04 22:54:56 -05:00
Paul Chiusano
1ea37927a9 Some futzing with styles 2015-02-04 22:06:25 -05:00
Paul Chiusano
a7ae0d7be5 Tweak selection style 2015-02-04 20:59:49 -05:00
Paul Chiusano
415f449c7b More debugging; explorer now pops open and closes on clicks 2015-02-04 18:39:26 -05:00
Paul Chiusano
9dbd9c667b Editor with selection navigation working 2015-02-04 17:36:22 -05:00
Paul Chiusano
cfe60e92c8 Debugging editor 2015-02-04 15:24:44 -05:00
Paul Chiusano
afe0ad5fc5 Editor main loop and explorer hooked up and untested 2015-02-04 12:05:00 -05:00
Paul Chiusano
e29905eea0 Finished with editor main loop, including support for asynchronous searches 2015-02-03 18:24:34 -05:00
Paul Chiusano
a7f1ebe9af Added monstrous asyncUpdate combinator, which compiles 2015-02-03 17:49:02 -05:00
Paul Chiusano
77d0f90e95 Renamed Messages => Execute 2015-02-03 16:32:08 -05:00
Paul Chiusano
d992c0f0af Added click events to editor 2015-02-02 23:32:57 -05:00
Paul Chiusano
8c7bd04e48 Working initial version of Messages.send native function 2015-02-02 20:01:20 -05:00
Paul Chiusano
0c90d64d06 Changed signature of Editor.Action to support asynchronous requests to fetch data for autocomplete 2015-02-02 11:41:20 -05:00
Paul Chiusano
093564c589 importing Trie 2015-02-02 10:28:31 -05:00
Paul Chiusano
a824bedb5e cleanup 2015-01-30 15:33:27 -05:00
Paul Chiusano
14721f0fe0 compiling event handler for overall editor 2015-01-30 14:10:13 -05:00
Paul Chiusano
ad0e45762d Moved layouts into the model, since they are needed by various event handlers 2015-01-30 13:39:38 -05:00