16 Commits

Author SHA1 Message Date
Paul Ivanov
d03296b00a add input code re-broadcast
Our (ipython) docs probably weren't very clear about this, but frontends
expect to get a re-broadcast of the input code, along with an execution
count (since otherwise only the frontend which sent an execute_request
knows what was actually executed). I was working on
ivanov/vim-ipython#86 and found that I wasn't getting the In [ ] prompts
when connected to an IHaskell kernel.

This is my first non-trivial (though still somewhat trivial) Haskell
patch.
2014-02-03 12:49:44 -08:00
Andrew Gibiansky
ec9aa8e968 ctrl-c once does nothing, ctrl-c twice kills everything, closes #145 2014-01-25 20:41:12 -08:00
Andrew Gibiansky
a3222f6139 adding hoogle support for classes, closes #158 2014-01-25 18:17:37 -08:00
Andrew Gibiansky
258a07d3bd updated 2014-01-25 17:31:55 -08:00
Andrew Gibiansky
52e9c178ce changing installation to use virtualenv 2014-01-11 20:59:26 -07:00
Andrew Gibiansky
9d7149c437 adding --ipython flag which you point to an executable 2014-01-10 15:13:01 -05:00
Andrew Gibiansky
51b8ea2488 changing DisplayData -> Display in IHaskell 2014-01-09 18:09:57 -05:00
Andrew Gibiansky
d423acb37e splitting out all zmq-related things into ipython-kernel 2014-01-08 19:22:51 -05:00
Andrew Gibiansky
208d434d45 separating flags into separate module 2014-01-08 16:27:36 -05:00
Andrew Gibiansky
a097310ed0 initial hoogling commit 2014-01-07 22:48:01 -05:00
Andrew Gibiansky
287381192f changing :info to use the ipython pager 2014-01-06 16:09:53 -05:00
Andrew Gibiansky
ba6db61624 changing interface of IHaskell.Display to not use quite as many strings 2014-01-06 14:25:41 -05:00
Andrew Gibiansky
c7b11432b4 stdin works 2014-01-05 23:01:38 -05:00
Andrew Gibiansky
e09132a0a6 added shelling out directive 2014-01-05 13:34:13 -05:00
Andrew Gibiansky
4566475324 Changing :set to be useful. :set [no]lint, :set no[svg]. 2014-01-04 20:13:06 -05:00
Adam Vogt
63ecc797eb move IHaskell stuff to src/ 2014-01-03 00:10:15 -05:00