yi: The Haskell-Scriptable Editor

[ gpl, program, yi ] [ Propose Tags ]

Yi is a text editor written in Haskell and extensible in Haskell. The goal of the Yi project is to provide a flexible, powerful, and correct editor for haskell hacking.

Modules

[Last Documentation]

  • Yi
    • Yi.Boot
    • Yi.Buffer
      • Yi.Buffer.Basic
      • Yi.Buffer.HighLevel
      • Yi.Buffer.Indent
      • Yi.Buffer.Misc
      • Yi.Buffer.Normal
      • Yi.Buffer.Region
      • Yi.Buffer.Undo
    • Char
      • Yi.Char.Unicode
    • Yi.Command
    • Yi.Completion
    • Yi.Config
      • Yi.Config.Default
    • Yi.Core
    • Yi.Debug
    • Yi.Dired
    • Yi.Dynamic
    • Yi.Editor
    • Yi.Eval
    • Yi.Event
    • Yi.File
    • Yi.History
    • Yi.Hoogle
    • Yi.IReader
    • Yi.IncrementalParse
    • Yi.Interact
    • Yi.Keymap
      • Yi.Keymap.Completion
      • Yi.Keymap.Cua
      • Yi.Keymap.Emacs
        • Yi.Keymap.Emacs.KillRing
        • Yi.Keymap.Emacs.Utils
      • Yi.Keymap.Keys
      • Yi.Keymap.Vim
    • Yi.KillRing
    • Lexer
      • Yi.Lexer.Abella
      • Yi.Lexer.Alex
      • Yi.Lexer.C
      • Yi.Lexer.Cabal
      • Yi.Lexer.Compilation
      • Yi.Lexer.Cplusplus
      • Yi.Lexer.GNUMake
      • Yi.Lexer.Haskell
      • Yi.Lexer.JavaScript
      • Yi.Lexer.Latex
      • Yi.Lexer.LiterateHaskell
      • Yi.Lexer.OCaml
      • Yi.Lexer.ObjectiveC
      • Yi.Lexer.Ott
      • Yi.Lexer.Perl
      • Yi.Lexer.Python
      • Yi.Lexer.SVNCommit
      • Yi.Lexer.Srmc
      • Yi.Lexer.Whitespace
    • Yi.Main
    • Yi.MiniBuffer
    • Yi.Misc
    • Mode
      • Yi.Mode.Abella
      • Yi.Mode.Buffers
      • Yi.Mode.Compilation
      • Yi.Mode.Haskell
        • Yi.Mode.Haskell.Dollarify
      • Yi.Mode.IReader
      • Yi.Mode.Interactive
      • Yi.Mode.JavaScript
      • Yi.Mode.Latex
      • Yi.Mode.Shim
    • Yi.Modes
    • Yi.Monad
    • Yi.Prelude
    • Yi.Process
    • Yi.Rectangle
    • Yi.Regex
    • Yi.Region
    • Yi.Scion
    • Yi.Search
    • Yi.Snippets
      • Yi.Snippets.Haskell
    • Yi.String
    • Yi.Style
      • Yi.Style.Library
    • Yi.Syntax
      • Yi.Syntax.Driver
      • Yi.Syntax.Haskell
      • Yi.Syntax.JavaScript
      • Yi.Syntax.Latex
      • Yi.Syntax.Layout
      • Yi.Syntax.OnlineTree
      • Yi.Syntax.Paren
      • Strokes
        • Yi.Syntax.Strokes.Haskell
      • Yi.Syntax.Tree
    • Yi.Tag
    • Yi.Templates
    • Yi.TextCompletion
    • UI
      • Yi.UI.Batch
      • Yi.UI.Cocoa
      • Yi.UI.Common
      • Yi.UI.Pango
        • Yi.UI.Pango.Control
        • Yi.UI.Pango.Gnome
      • Yi.UI.TabBar
      • Yi.UI.Utils
      • Yi.UI.Vty
    • Verifier
      • Yi.Verifier.JavaScript
    • Yi.Window

Flags

Automatic Flags
NameDescriptionDefault
ghcinterpreter

Use the "hint" interpreter for extended commands (M-x) (experimental)

Disabled
scion

Use the scion library to provide extra commands that interface with GHC (experimental)

Disabled
ghcapi

Enable linking with GHC API for advanced features.

Disabled
vty

Provide Vty UI

Enabled
pango

Provide Pango UI

Enabled
cocoa

Provide experimental Cocoa UI

Enabled
gnome

Enable GNOME integration

Enabled
testing

bake-in the self-checks

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2, 0.3, 0.4, 0.4.1, 0.4.3, 0.4.6, 0.4.6.2, 0.5.0.1, 0.5.2, 0.6.0, 0.6.1, 0.6.2.2, 0.6.2.3, 0.6.2.4, 0.6.3.0, 0.6.4.0, 0.6.5.0, 0.6.6.0, 0.6.7.0, 0.7.0, 0.7.1, 0.7.2, 0.8.0, 0.8.1, 0.8.2, 0.10.0, 0.10.1, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.12.2, 0.12.3, 0.12.4, 0.12.5, 0.12.6, 0.13, 0.13.0.1, 0.13.0.2, 0.13.1, 0.13.2, 0.13.3, 0.13.4, 0.13.5, 0.13.6, 0.13.7, 0.14.0, 0.14.1, 0.15.0, 0.17.1, 0.18.0, 0.19.0
Dependencies array, base (>=4 && <5), binary (>=0.5 && <0.6), bytestring (>=0.9.1 && <0.9.2), Cabal (>=1.6 && <1.9), cautious-file (>=0.1.5 && <0.2), containers, data-accessor (>=0.2.1 && <0.3), data-accessor-monads-fd (>=0.2 && <0.3), data-accessor-template (>=0.2.1.3 && <0.2.2), derive (>=2.3 && <2.4), Diff (>=0.1 && <0.2), directory, dlist (>=0.4.1), dyre (>=0.7), filepath (>=1.1 && <1.2), fingertree (<0.1), gconf (>=0.10 && <0.11), ghc (==6.8.3 || >=6.10 && <6.11), ghc-paths (>=0.1 && <0.2), ghc-syb, glib (>=0.10 && <0.11), gtk (>=0.10 && <0.11), hint (>0.3.1), HOC, HOC-AppKit, HOC-Foundation, monads-fd, old-locale, old-time, pointedlist (>=0.3.5), process, pureMD5 (>=0.2.3), QuickCheck (>=2.1.0.2), random, regex-base (>=0.93 && <0.94), regex-tdfa (>=1.1 && <1.2), rosezipper (>=0.1 && <0.2), scion, split (>=0.1 && <0.2), template-haskell (>=2.4 && <2.5), time (>=1.1 && <1.2), transformers (>=0.1 && <0.2), uniplate, unix, unix-compat (>=0.1 && <0.2), utf8-string (>=0.3.1), vty (>=4.0.0 && <5) [details]
License LicenseRef-GPL
Author AUTHORS
Maintainer yi-devel@googlegroups.com
Category Development, Editor
Home page http://haskell.org/haskellwiki/Yi
Bug tracker http://code.google.com/p/yi-editor/issues/list
Uploaded by JeffWheeler at 2010-03-24T17:03:55Z
Distributions Debian:0.19.0
Reverse Dependencies 10 direct, 0 indirect [details]
Executables yi
Downloads 39994 total (87 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-30 [all 7 reports]