hPage
hPage copied to clipboard
A scrapbook for Haskell developers
Hi. The installation instructions seem outdated for Ubuntu Karmic. The recommended haskell-platform (2009.something) doesn't compile wxWidgets 2.8.x. In turn, in order to install the latest haskell-platform, you need a newer...
Instalé hpage-0.12.0.exe, lo ejecuté y me pidió que instale la plataforma haskell, con referencia a la web http://hackage.haskell.org/platform/. De allí bajé HaskellPlatform-2010.1.0.0-setup.exe. Una vez instalada la plataforma, corrí hpage y...
There is an option now to _search in Hayoo!_. **Federico Grassi** proposed to add an option to _search in Google_ or _search in haskell-users mailing list_ specially useful to find...
Add tests for the newer functionallities: - Lists and IO actions - **Fillers** when they're moved into **HPage.Control**
**CharFiller** and **ValueFiller** should be part of **HPage.Control** so they can be tested with _QuickCheck_
Add configuration to HPage.Control, it may be changed on runtime and stored in a file. It should include: - expression separator - undo/redo history length - other GUI-specific settings
When I try the "Search in Hayoo!" functionality (e.g., select "length", right button, Search in Hayoo!), I get an error message: H Error Unable to open requested HTML document: http://holumbus.fh-wedel.de/hayoo/hayoo.html?query=length...
It looks that output is printed in the stdout which is only available if hpage is launched from the command line. Input/Output should be taken from a new "console" window...
Besides letting the user browse the Hayoo! crawled documentation, λPage should use the haddock generated local documents.
Add a tooltip/menu to each module with data (imported/loaded, source file, etc.) from it.