wxhnotepad: An example of how to implement a basic notepad with wxHaskell

[ bsd3, development, editor, education, ide, program ] [ Propose Tags ]

A program to learn how to implement basic text editing functionality with wxHaskell. It's not useful itself, the point is to read the code and learn from it ;) The program is divided in 6 steps, each one corresponding to a window and a haskell module. Each step includes what was learnt in the previous one, so Step6 is an almost complete basic text editor.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0, 1.1.0, 1.2.0
Dependencies base (>=4 && <5), wx (>=0.12.1.4 && <0.13), wxcore (>=0.12.1.4 && <0.13) [details]
License BSD-3-Clause
Copyright 2010 Fernando "Brujo" Benavides
Author Fernando "Brujo" Benavides
Maintainer greenmellon@gmail.com
Category Development, Education, IDE, Editor
Home page http://github.com/elbrujohalcon/wxhnotepad
Bug tracker http://github.com/elbrujohalcon/wxhnotepad/issues
Source repo head: git clone git://github.com/elbrujohalcon/wxhnotepad.git
Uploaded by FernandoBenavides at 2010-05-12T16:30:02Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables wxhnotepad
Downloads 2855 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-30 [all 7 reports]

Readme for wxhnotepad-1.2.0

[back to package description]
An example of how to implement a basic notepad with wxHaskell