Issue 262 in yi-editor: empty lines are rendered with tiny height

2009-05-14 Thread codesite-noreply
Comment #5 on issue 262 by m.niloc: empty lines are rendered with tiny height http://code.google.com/p/yi-editor/issues/detail?id=262 For some reason I can't reproduce the tiny height, even though I had the same problem when I first tried Yi. Anyway, this patch makes the Pango configFontSize

patch applied (yi): Cleanup Pango, fix status bar to use Gtk's ellipsize stuff

2009-05-14 Thread Jeff Wheeler
Thu May 14 19:06:33 EDT 2009 Jeff Wheeler * Cleanup Pango, fix status bar to use Gtk's ellipsize stuff Ignore-this: cb28b01ee83624dd0daa7d276f992238 M ./Yi/UI/Pango.hs -8 +8 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http

patch applied (yi): JS: Adding supports for arrays.

2009-05-14 Thread Deniz Dogan
Thu May 14 17:19:08 EDT 2009 deniz.a.m.do...@gmail.com * JS: Adding supports for arrays. Ignore-this: c2dc6f6fcd4ae0e66225370227dd9a17 Before this patch it was only possible to use expressions such as x[i]. With this addition, the parser understands both empty array literals ([]) and

patch applied (yi): JS: Adding support for "new".

2009-05-14 Thread Deniz Dogan
Thu May 14 16:38:51 EDT 2009 deniz.a.m.do...@gmail.com * JS: Adding support for "new". Ignore-this: bb7138253558561e763e5cb44500831a M ./Yi/Syntax/JavaScript.hs -10 +13 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://gro

patch applied (yi): JS: Fixing variable declaration stroking.

2009-05-14 Thread Deniz Dogan
Thu May 14 16:07:56 EDT 2009 deniz.a.m.do...@gmail.com * JS: Fixing variable declaration stroking. Ignore-this: 4e50f73397208e16dbf3ec5cf126ffc5 M ./Yi/Syntax/JavaScript.hs -1 +3 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com

patch applied (yi): JS: A bunch of lexer changes.

2009-05-14 Thread Deniz Dogan
Thu May 14 16:04:45 EDT 2009 deniz.a.m.do...@gmail.com * JS: A bunch of lexer changes. Ignore-this: e3300648c65b5c55dd7e2be1caccadb3 There were a lot of things in the lexer which wasn't really valid JS. I also really fixed the string error this time... I hope. M ./Yi/Lexer/JavaS

patch applied (yi): JS: Fixing string bug.

2009-05-14 Thread Deniz Dogan
Thu May 14 15:22:19 EDT 2009 deniz.a.m.do...@gmail.com * JS: Fixing string bug. Ignore-this: 2d171c4f0915842aba1c2d661073871d Strings in single quotes didn't work as expected. M ./Yi/Lexer/JavaScript.x -3 +4 --~--~-~--~~~---~--~~ Yi development maili

patch applied (yi): JS: Fixing function call error.

2009-05-14 Thread Deniz Dogan
Thu May 14 15:19:33 EDT 2009 deniz.a.m.do...@gmail.com * JS: Fixing function call error. Ignore-this: e78295290e649c29fac1c07110faf6d2 Prior to this, functions could not be followed by anything to continue the expression. M ./Yi/Syntax/JavaScript.hs -4 +5 --~--~-~--~~

patch applied (yi): JS: Adding ?: and indexing.

2009-05-14 Thread Deniz Dogan
Thu May 14 15:13:07 EDT 2009 deniz.a.m.do...@gmail.com * JS: Adding ?: and indexing. Ignore-this: b466c3c7138ca7c8e237dc93086e32fc M ./Yi/Lexer/JavaScript.x -2 +2 M ./Yi/Syntax/JavaScript.hs -8 +18 --~--~-~--~~~---~--~~ Yi development mailing list yi-

patch applied (yi): JS: A bunch of operator fixes.

2009-05-14 Thread Deniz Dogan
Thu May 14 14:49:31 EDT 2009 deniz.a.m.do...@gmail.com * JS: A bunch of operator fixes. Ignore-this: a6479dd633a14e60f17245c0701ec20f This patch includes the following changes: * Postfix operators didn't exist. * Prefix operators followed by an expression were not valid statements.

Issue 268 in yi-editor: "ido-mode"-ish "find file"

2009-05-14 Thread codesite-noreply
Status: Accepted Owner: deniz.a.m.dogan Labels: Type-Enhancement Priority-Low Usability OpSys-All Component-Logic New issue 268 by deniz.a.m.dogan: "ido-mode"-ish "find file" http://code.google.com/p/yi-editor/issues/detail?id=268 I think it would be a very nice feature to have Yi act like Emacs

Re: patch applied (yi): Deriving Ix for Posn and Point.

2009-05-14 Thread Jean-Philippe Bernardy
Ord is fine! Eq and especially Ix should follow the same pattern. -- JP On Thu, May 14, 2009 at 2:32 AM, Deniz Dogan wrote: > > Wed May 13 19:51:24 EDT 2009  deniz.a.m.do...@gmail.com >  * Deriving Ix for Posn and Point. >  Ignore-this: 2a642cfd94d2cd5f115e0dc016132f8 > >  Also writing an instan