- 10 Dec, 2013 1 commit
-
-
Andrew Gibiansky authored
-
- 29 Nov, 2013 1 commit
-
-
Andrew Gibiansky authored
-
- 28 Nov, 2013 1 commit
-
-
Andrew Gibiansky authored
-
- 14 Nov, 2013 1 commit
-
-
Andrew Gibiansky authored
-
- 11 Nov, 2013 6 commits
-
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
- 10 Nov, 2013 6 commits
-
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
- 07 Nov, 2013 4 commits
-
-
Andrew Gibiansky authored
Added basic tooltip functionality.
-
Eyal Dechter authored
Conflicts: deps/tooltip.js
-
Eyal Dechter authored
IPython has a tooltip feature which shows an info box under the cursor containing info about the current object. I have ported this to IHaskell. Basically, tooltip.js sends an object_info_request message to the kernel and the kernel responds with type information about the closest object.
-
Eyal Dechter authored
IPython has a tooltip feature which shows an info box under the cursor containing info about the current object. I have ported this to IHaskell. Basically, tooltip.js sends an object_info_request message to the kernel and the kernel responds with type information about the closest object.
-
- 05 Nov, 2013 2 commits
-
-
Eyal Dechter authored
-
Eyal Dechter authored
-
- 04 Nov, 2013 5 commits
-
-
Andrew Gibiansky authored
make completion lexing slightly more reliable
-
Andrew Gibiansky authored
Readme changes
-
Adam Vogt authored
-
Andrew Gibiansky authored
Fix up complete_reply messages (#8).
-
Eyal Dechter authored
The reason that aavogt's complete_reply messages were not showing up is because the "Messagin in IPython" documentation is missing a field for the complete_reply messages. There needs to be a "matched_text" field which contains the part of the line on which completions were computed. I have added that field and it seems to work now. FYI, I figured this out because tab completion on the notebook was raising javascript errors in the browser. For future reference, this could be a useful thing to check if something in the notebook is not working.
-
- 31 Oct, 2013 13 commits
-
-
Eyal Dechter authored
Clarified the difference between cabal repl and calling ghci directly and added additional language pragmas into the .ghci file. Conflicts: README.md
-
Andrew Gibiansky authored
documentation update
-
Eyal Dechter authored
-
Eyal Dechter authored
-
Eyal Dechter authored
-
Adam Vogt authored
-
Adam Vogt authored
-
Adam Vogt authored
descriptions are copied from README mostly, but a couple were missing from there
-
Eyal Dechter authored
The cabal file keeps track of the options necessary to install the package successfully. Running cabal-dev ghci will automatically take the cabal file options into account when launching ghci. Therefore, it is probably preferable to maintaining your own .ghci file.
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
Add info about using GHCi with this package
-
Eyal Dechter authored
-
Eyal Dechter authored
-