Messages by Thread
-
patch applied (yi): Ott: more ott keywords.
Nicolas Pouillard
-
patch applied (yi): Ertai: turns off my config when --as=... is given.
Nicolas Pouillard
-
patch applied (yi): yet more indentation work
Jean-Philippe Bernardy
-
patch applied (yi): more indentation improvements
Jean-Philippe Bernardy
-
patch applied (yi): Ertai: Improve my config.
Nicolas Pouillard
-
patch applied (yi): haskell: indent: in rhs, we may want to align with parents.
Jean-Philippe Bernardy
-
patch applied (yi): Mode/Haskell.hs: fix build error
Anders Karlsson
-
patch applied (yi): Syntax/Haskell.hs: The precise mode is now a bit more precise
Anders Karlsson
-
patch applied (yi): Syntax/Haskell.hs: Fixed (in some way) the let/in problem
Anders Karlsson
-
patch applied (yi): Add proper rule for parsing in after let block
Anders Karlsson
-
patch applied (yi): Syntax/Haskell.hs: Allow comments after where fix
Anders Karlsson
-
patch applied (yi): Syntax/Haskell.hs: Small fix to get dollarify working with precise mode
Anders Karlsson
-
patch applied (yi): Dollarify.hs: Added dollarifyP function that can be used with the precise haskell mode
Anders Karlsson
-
precise haskell mode
Jean-Philippe Bernardy
-
patch applied (yi): jp: config: make precise mode default, apply hooks.
Jean-Philippe Bernardy
-
patch applied (yi): Syntax/Haskell.hs: Fixed so Program is an instance of SubTree
Anders Karlsson
-
Re: patch: improved ghci type inference (+ one more)
Anders Karlsson
-
patch applied (yi): Improved ghciInferType
Anders Karlsson
-
patch applied (yi): Make sure we're at the bottom when querying
Anders Karlsson
-
patch applied (yi): Syntax/Haskell.hs: Cleanup and fixed so that imported types and data constructors are highlighted correctly
Anders Karlsson
-
patch applied (yi): Syntax/Haskell.hs: Fix data A = B | at end of file bugg
Anders Karlsson
-
Arguments to modeGetStrokes
Deniz Dogan
-
patch applied (yi): jp: config updates
Jean-Philippe Bernardy
-
patch applied (yi): unicode: equiv. is ==
Jean-Philippe Bernardy
-
patch applied (yi): add ghciInferType
Jean-Philippe Bernardy
-
patch applied (yi): Adding modePrintTree.
Deniz Dogan
-
Tracing the resulting AST without stroking
Deniz Dogan
-
patch applied (yi): Syntax/Haskell.hs: qualified and hiding are now as should be variableid, and are colored as variables when used as such
Anders Karlsson
-
patch applied (yi): Syntax/Haskell.hs: Yi freezed when a let/in had wrong layout, with this temporary fix it wont
Anders Karlsson
-
patch applied (yi): Add helper functions to interact with ghci
Jean-Philippe Bernardy
-
patch applied (yi): Move extra ghc flags into HConf parameter
Jeff Wheeler
-
patch applied (yi): Mode/Haskell.hs: Improved the indentation for the precise haskell mode
Anders Karlsson
-
patch applied (yi): Syntax/Haskell.hs: Fixed so that where keyword is parsed everywhere
Anders Karlsson
-
patch applied (yi): Yi/Haskell.hs: Small bugg fixes
Anders Karlsson
-
patch applied (yi): Dollarify: Fix (f ((a b))) bug
Jean-Philippe Bernardy
-
patch applied (yi): Dollarify: More debugging
Jean-Philippe Bernardy
-
patch applied (yi): Use Data.Function.on instead of hand-rolled function "both"
Jean-Philippe Bernardy
-
Re: Fix builderror
Deniz Dogan
-
patch applied (yi): Syntax/Haskell.hs: My last patch was not possible to compile, this will fix the problem
Deniz Dogan
-
patch applied (yi): Syntax/Haskell.hs: Fix of dataconstructors, typeconstructors etc.
Anders Karlsson
-
patch applied (yi): Syntax/Layout.hs: Added comment about strange behaviour
Anders Karlsson
-
patch applied (yi): Yi/Style.hs: Added a special style for imports
Anders Karlsson
-
patch applied (yi): Dollarify: The patch yesterday made it more broken
Anders Karlsson
-
patch applied (yi): Dollarify.hs: Fixed an bugg when removing several parenthesis expressions
Anders Karlsson
-
patch applied (yi): Dollarify.hs: Fixed the bugg when dollarify dollarified tuples.
Anders Karlsson
-
Re: darcs patch: Some more experimental work towards tabs in Pango
Jean-Philippe Bernardy
-
patch applied (yi): -Wall
Jeff Wheeler
-
Issue 273 in yi-editor: Tuples should not be dollarised
codesite-noreply
-
patch applied (yi): updated HCAR entry by Janis V.
Jean-Philippe Bernardy
-
patch applied (yi): Mode/Haskell.hs: Big improvements of the indentation when using the experimental mode
Anders Karlsson
-
patch applied (yi): Dollarify: Fix GHC warnings
Jean-Philippe Bernardy
-
patch applied (yi): dollarifyExpr: fix accidental aliasing
Jean-Philippe Bernardy
-
patch applied (yi): JS: Adding regular expression syntax.
Deniz Dogan
-
patch applied (yi): Adding regexStyle.
Deniz Dogan
-
patch applied (yi): JS: Don't load JavaScript mode on "json" files.
Deniz Dogan
-
patch applied (yi): Syntax/Haskell.hs: small buggfix
Anders Karlsson
-
patch applied (yi): JS: Indentation work.
Deniz Dogan
-
patch applied (yi): Exporting traceM and traceM_.
Deniz Dogan
-
patch applied (yi): Only use -fgnome when -fpango
Jeff Wheeler
-
patch applied (yi): Adding traceM and traceM_ to Yi.Debug.
Deniz Dogan
-
patch applied (yi): Adding newlineAndIndentB and making C-j in Emacs bind to that.
Deniz Dogan
-
patch applied (yi): add the Dollarify transform
Jean-Philippe Bernardy
-
patch applied (yi): Deriving (Eq, Show) for IndentBehaviour.
Deniz Dogan
-
Contribution to "dollarify" code (replace "f (g x)" with "f $ g x" where appropriate)
[email protected]
-
patch applied (yi): Syntax/Haskell.hs: some cleanup and fix of bug that made yi crash when experimental mode is used
Anders Karlsson
-
patch applied (yi): Syntax/Haskell.hs: The precise parser now sets the style a bit more precise
Anders Karlsson
-
patch applied (yi): JS: Constructor name changes.
Deniz Dogan
-
patch applied (yi): JS: Fixing silly code.
Deniz Dogan
-
patch applied (yi): JS: Adding basic indentation support.
Deniz Dogan
-
patch applied (yi): JS: Removing unnecessary boilerplate.
Deniz Dogan
-
patch applied (yi): Restore the (unused) scheduleRefresh code
Colin McQuillan
-
patch applied (yi): cmcq user config. Includes test for Issue 265: Slow pasting.
Colin McQuillan
-
patch applied (yi): JS: Integrating the verifier with Yi.
Deniz Dogan
-
patch applied (yi): JS: Lexer comments fix.
Deniz Dogan
-
patch applied (yi): Separate layout and rendering code
Colin McQuillan
-
patch applied (yi): ParserTest/ParserTest.hs: Cleanup
Anders Karlsson
-
patch applied (yi): Move common function computeHeights into Yi.UI.Utils
Colin McQuillan
-
patch applied (yi): Move Pango window cache update into a new function
Colin McQuillan
-
patch applied (yi): Syntax/Haskell.hs: Added functions so that the parser now parse all rhs of functions
Anders Karlsson
-
patch applied (yi): Syntax/Haskell.hs: Cleanup
Anders Karlsson
-
patch applied (yi): Very early bits towards tab support in Pango
Jeff Wheeler
-
patch applied (yi): Cleanup and -Wall
Jeff Wheeler
-
patch applied (yi): Always show the errors buffer if it exists, splitting to show other file if necessary
Jeff Wheeler
-
patch applied (yi): Add Yi.Verifier.JavaScript to yi.cabal
Jeff Wheeler
-
patch applied (yi): show the updated editor state on resize
Jean-Philippe Bernardy
-
patch applied (yi): JS: Adding verifier prototype. Called with C-c C-l.
Deniz Dogan
-
Issue 272 in yi-editor: Symlinks handled incorrectly
codesite-noreply
-
patch applied (yi): Syntax/Haskell.hs: fixed an bugg in the precise haskell parser
Anders Karlsson
-
patch applied (yi): The initial refresh was showing *console*
Colin McQuillan
-
patch applied (yi): * Syntax/Haskell.hs: The parser is a bit improved
Anders Karlsson
-
patch applied (yi): Lexer/Haskell.x: Made the parser a bit more precise in order to be able to parse class
Anders Karlsson
-
patch applied (yi): tiny cleanups
Jean-Philippe Bernardy
-
patch applied (yi): fix the pg up/down bug
Jean-Philippe Bernardy
-
Issue 187 in yi-editor: Double-length unicode characters can mess the display
codesite-noreply
-
patch applied (yi): updating issue 187 test text to have proper utf-8
Corey O'Connor
-
patch applied (yi): MiniBuffer.hs: typo fix
Deniz Dogan
-
patch applied (yi): JS: Minor cleanup.
Deniz Dogan
-
Getting the AST from the JavaScript source
Deniz Dogan
-
patch applied (yi): revert to a synchronous logic for refreshing
Jean-Philippe Bernardy
-
patch applied (yi): Wall
Jean-Philippe Bernardy
-
patch applied (yi): put preciseMode in the list of available modes
Jean-Philippe Bernardy
-
patch applied (yi): typo
Jean-Philippe Bernardy
-
patch applied (yi): some more unicode
Jean-Philippe Bernardy
-
patch applied (yi): latex: use BList
Jean-Philippe Bernardy
-
patch applied (yi): revert scrollB
Jean-Philippe Bernardy
-
patch applied (yi): Also support control-W, control-W for next window in Vim keymap
Corey O'Connor
-
patch applied (yi): Fixes scrolling when > 1 window views the same buffer in the current tab
Corey O'Connor
-
patch applied (yi): JS: Speeding up parsing.
Deniz Dogan
-
patch applied (yi): Syntax/Haskell.hs: Fixed some small errors and improved the parse speed
Anders Karlsson
-
patch applied (yi): Lexer/Haskell.x: Corrected a previous patch to make the lexer a bit more precise
Anders Karlsson
-
Issue 272 in yi-editor: Dangling symlinks handled incorrectly
codesite-noreply
-
Issue 271 in yi-editor: error: yi-i386-linux: Prelude.chr: bad argument
codesite-noreply
-
patch applied (yi): Remove Yi.MkTemp
Jeff Wheeler
-
patch applied (yi): JS: Making use of BList + more (long desc.)
Deniz Dogan
-
patch applied (yi): Adding "builtinStyle."
Deniz Dogan
-
Issue 270 in yi-editor: Extreme sluggishness when viewing lots of text
codesite-noreply
-
patch applied (yi): JS: Lots of stuff. (See long description.)
Deniz Dogan
-
patch applied (yi): Changing default blockCommentStyle.
Deniz Dogan
-
patch applied (yi): Change Pango window titles to reflect focused buffer
Jeff Wheeler
-
patch applied (yi): Fix Windows build
Colin McQuillan
-
Issue 269 in yi-editor: Config loading not implemented on Windows
codesite-noreply
-
patch applied (yi): Fixes to Gnome system font integration
Jeff Wheeler
-
patch applied (yi): New Pango UI flag -fgnome to get system font from Gnome
Jeff Wheeler
-
Issue 176 in yi-editor: Vim block/rectangle functions not yet implemented
codesite-noreply
-
patch applied (yi): Y.U.Ertai: updates.
Nicolas Pouillard
-
patch applied (yi): Cleanup Pango, fix status bar to use Gtk's ellipsize stuff
Jeff Wheeler
-
patch applied (yi): JS: Adding supports for arrays.
Deniz Dogan
-
patch applied (yi): JS: Adding support for "new".
Deniz Dogan
-
patch applied (yi): JS: Fixing variable declaration stroking.
Deniz Dogan
-
patch applied (yi): JS: A bunch of lexer changes.
Deniz Dogan
-
patch applied (yi): JS: Fixing string bug.
Deniz Dogan
-
patch applied (yi): JS: Fixing function call error.
Deniz Dogan
-
patch applied (yi): JS: Adding ?: and indexing.
Deniz Dogan
-
patch applied (yi): JS: A bunch of operator fixes.
Deniz Dogan
-
Issue 268 in yi-editor: "ido-mode"-ish "find file"
codesite-noreply
-
patch applied (yi): Deriving Ix for Posn and Point.
Deniz Dogan
-
patch applied (yi): JS: Fixing the severe bug.
Deniz Dogan
-
patch applied (yi): JS: Adding 'with' statement.
Deniz Dogan
-
patch applied (yi): JS: Adding if/else.
Deniz Dogan
-
patch applied (yi): JS: Adding better stroking for everything.
Deniz Dogan
-
patch applied (yi): JS: Beginning work on better stroking.
Deniz Dogan
-
patch applied (yi): Syntax/Haskell.hs: made some cleanups after Deniz bugfix
Anders Karlsson
-
Issue 178 in yi-editor: control-f and control-b scroll do not work in the Pango frontend
codesite-noreply
-
patch applied (yi): Make paintChars lazier
Jean-Philippe Bernardy
-
Testing flag
Gwern Branwen
-
Re: darcs patch: removed infinite recursion bug using SimpleMarkInfo fw...
[email protected]
-
Issue 267 in yi-editor: gtk2hs 0.10.1 breaks Yi
codesite-noreply