Comment #1 on issue 260 by juhpetersen: emacs M-x completes to commands
that are not Yi.Keymap.Action
http://code.google.com/p/yi-editor/issues/detail?id=260
(cabalBuildE cabalConfigureE work:)
--
You received this message because you are listed in the owner
or CC fields of this issue, or be
Status: New
Owner:
Labels: Type-Defect Priority-Medium
New issue 260 by juhpetersen: emacs M-x completes to commands that are not
Yi.Keymap.Action
http://code.google.com/p/yi-editor/issues/detail?id=260
What steps will reproduce the problem?
1. yi --as=emacs
2. M-x
3. Backward RET
What i
Comment #1 on issue 259 by juhpetersen: "yi -f pango" gives (Pattern match
failure in do expression at Shim/ProjectContent.hs:95:2-6)
http://code.google.com/p/yi-editor/issues/detail?id=259
maybe more version info: ghc-6.10.1 and gtk2hs-0.10.0 on Fedora 10.
--
You received this message becaus
Status: New
Owner:
Labels: Type-Defect Priority-Medium
New issue 259 by juhpetersen: "yi -f pango" gives (Pattern match failure in
do expression at Shim/ProjectContent.hs:95:2-6)
http://code.google.com/p/yi-editor/issues/detail?id=259
What steps will reproduce the problem?
1. darcs pull
2
Tue Mar 31 18:30:44 EDT 2009 Jeff Wheeler
* Wall police, and beautify left pane in Pango UI
Ignore-this: 67b809fa328449f3ca15c190f8a0d41
M ./Yi/UI/Pango.hs -23 +24
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.
On Tue, 2009-03-31 at 23:09 +0200, Kjetil Ørbekk wrote:
> * Added missing aliases in vim keymap
>
> - qall!
> - qal!
I just pushed this; thanks!
I'll let somebody more familiar with Vim push the other patch.
For future reference, if you make a mistake in a patch, reply with
[OBSOLETE]
Tue Mar 31 17:07:05 EDT 2009 Kjetil [_\c3_][_\98_]rbekk
* Added missing aliases in vim keymap
Ignore-this: 6383207eff230dde0bdcd2c9be020b6a
- qall!
- qal!
M ./Yi/Keymap/Vim.hs +2
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@google
Tue Mar 31 15:46:47 EDT 2009 deniz.a.m.do...@gmail.com
* JavaScript: Adding JS 1.8 style function body parsing.
Ignore-this: 612bd3986b144fb010e93f0165d5e4e1
I also ditched the Failable class and all of its instances. It wasn't used
and
if we ever need something like that, it's trivi
On Tue, Mar 31, 2009 at 8:56 PM, wrote:
>
>
> Comment #1 on issue 258 by nicolas.pouillard: make the buffer data
> structure store chars
> http://code.google.com/p/yi-editor/issues/detail?id=258
>
> This could make some byte based commands (notably in Vim mode) hard to
> implement, though
>
I'd
Comment #1 on issue 258 by nicolas.pouillard: make the buffer data
structure store chars
http://code.google.com/p/yi-editor/issues/detail?id=258
This could make some byte based commands (notably in Vim mode) hard to
implement, though
--
You received this message because you are listed in th
On Mar 31, 8:35 pm, Kjetil Ørbekk wrote:
> Tue Mar 31 20:16:04 CEST 2009 Kjetil Ørbekk
> * Added 'go' command to Vim keymap
Ignore this. I made an error and I will upload a working version.
Sorry about that.
--~--~-~--~~~---~--~~
Yi development mailing list
y
Tue Mar 31 10:51:51 EDT 2009 ande...@student.chalmers.se
* Syntax/Haskell.hs: The experimental mode now parses Module, imports and
simple types
Ignore-this: be78924d2026058bc6ff1eba7ae2caa5
M ./Yi/Syntax/Haskell.hs -146 +287
--~--~-~--~~~---~--~~
Yi deve
Tue Mar 31 10:48:00 EDT 2009 ande...@student.chalmers.se
* Haskell.x: Made the haskell lexer a bit more precise
Ignore-this: be281c222c3caca9f97128314f65c465
M ./Yi/Lexer/Haskell.x -4 +8
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegro
Status: Accepted
Owner: JeanPhilippe.bernardy
Labels: Type-Cleanup-Refactor Priority-Medium
New issue 258 by JeanPhilippe.bernardy: make the buffer data structure
store chars
http://code.google.com/p/yi-editor/issues/detail?id=258
This will force the decoding/encoding to happen upon save/load
Mon Mar 30 19:25:12 EDT 2009 Jeff Wheeler
* Remove deprecated Gtk UI and fix Projects and Modules tabs in Pango UI
Ignore-this: ffbe5c84ca95b712f6bd993f8e350e2
I apologize for putting both these somewhat changes patches in the same
patch, but I did them at the same time which made it d
Status: Accepted
Owner: JeanPhilippe.bernardy
Labels: Type-Defect Priority-Medium
New issue 257 by JeanPhilippe.bernardy: make pointDrive a window-dependent
attribute
http://code.google.com/p/yi-editor/issues/detail?id=257
search the mailing list archives for pointDrive for details.
--
You re
Mon Mar 30 17:58:12 EDT 2009 steffen.sier...@gmail.com
* added Ctrl-^ Command to vim keymap which jumps to last used buffer
Ignore-this: 4f7c8b8753c2310ab8583a9073692597
M ./Yi/Keymap/Vim.hs +2
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@go
Mon Mar 30 17:56:59 EDT 2009 steffen.sier...@gmail.com
* added list of last accessed buffers to Window + alternateBufferE and
adjusted switchToBufferWithNameE to switch to last used buffer instead of next
one in buffer list
Ignore-this: 4f80b53d292ca30fd279862b97b72f2b
M ./Yi/Editor.hs
These were in the spam filter. I've added you to the mailing list
administrators, so you can fix the issue yourself if it happens again.
Cheers,
JP.
On Mon, Mar 30, 2009 at 11:59 PM, wrote:
> Mon Mar 30 23:56:59 CEST 2009 steffen.sier...@gmail.com
> * added list of last accessed buffers to W
Updates:
Summary: Pango-based UI status
Labels: -Type-Enhancement Type-Task Component-UI-Pango
Comment #8 on issue 86 by JeanPhilippe.bernardy: Pango-based UI status
http://code.google.com/p/yi-editor/issues/detail?id=86
Pango now replaces Gtk (textview) as the default graphical
Updates:
Labels: -Component-UI-Gtk Component-UI-Pango
Comment #5 on issue 69 by JeanPhilippe.bernardy: Unable to paste X selection
http://code.google.com/p/yi-editor/issues/detail?id=69
(No comment was entered for this change.)
--
You received this message because you are listed in the
Updates:
Labels: -Component-UI-Gtk Component-UI-Pango
Comment #1 on issue 178 by JeanPhilippe.bernardy: control-f and control-b
scroll do not work in the GTK frontend
http://code.google.com/p/yi-editor/issues/detail?id=178
(No comment was entered for this change.)
--
You received this
Tue Mar 31 03:43:17 EDT 2009 jeanphilippe.berna...@gmail.com
* change openScratchBuffer so it does not open anything if any file is open
M ./Yi/Config/Default.hs -3 +7
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups
Updates:
Labels: -Component-UI-Gtk Component-UI-Pango
Comment #4 on issue 2 by JeanPhilippe.bernardy: command line label size in
not bounded by window size
http://code.google.com/p/yi-editor/issues/detail?id=2
(No comment was entered for this change.)
--
You received this message beca
Updates:
Status: WontFix
Comment #7 on issue 168 by JeanPhilippe.bernardy: Mouse click in buffer
does not move point after first time
http://code.google.com/p/yi-editor/issues/detail?id=168
(No comment was entered for this change.)
--
You received this message because you are listed i
Updates:
Status: Fixed
Comment #10 on issue 214 by JeanPhilippe.bernardy: Editor becomes sluggish
after extended usage (vty)
http://code.google.com/p/yi-editor/issues/detail?id=214
(No comment was entered for this change.)
--
You received this message because you are listed in the own
Updates:
Labels: -Component-UI-Gtk Component-UI-Cocoa
Comment #1 on issue 185 by JeanPhilippe.bernardy: Tabs not supported in GTK
or other non-Vty UIs
http://code.google.com/p/yi-editor/issues/detail?id=185
(No comment was entered for this change.)
--
You received this message because
Updates:
Status: WontFix
Comment #2 on issue 221 by JeanPhilippe.bernardy: gtk frontend don't show
file contents after loading file
http://code.google.com/p/yi-editor/issues/detail?id=221
(No comment was entered for this change.)
--
You received this message because you are listed in
Updates:
Status: WontFix
Comment #3 on issue 196 by JeanPhilippe.bernardy: Switching to a different
buffer does not display it in gtk frontend
http://code.google.com/p/yi-editor/issues/detail?id=196
(No comment was entered for this change.)
--
You received this message because you are
Updates:
Labels: -Component-UI-Gtk Component-UI-Pango
Comment #2 on issue 125 by JeanPhilippe.bernardy: cant input chinese using
XIM
http://code.google.com/p/yi-editor/issues/detail?id=125
(No comment was entered for this change.)
--
You received this message because you are listed in
I think nobody will weep over Gtk UI, so, well done :)
Thanks,
JP.
On Tue, Mar 31, 2009 at 6:29 AM, Jeff Wheeler wrote:
> Mon Mar 30 18:25:12 CDT 2009 Jeff Wheeler
> * Remove deprecated Gtk UI and fix Projects and Modules tabs in Pango UI
>
> I apologize for putting both these somewhat chan
This is issue 212.
It seems that I'm the only one to like this. (Still it's consistent,
so Haskellers should like it :p) It's easily fixed though: in the
binding for backspace and C-d, add a dummy insert of the empty string.
If you submit such a patch to the default emacs keymap, I'll apply it.
Comment #4 on issue 212 by JeanPhilippe.bernardy: Emacs bindings modify
killring for all pure deletion operations
http://code.google.com/p/yi-editor/issues/detail?id=212
Also, I like to delete a word then append a few chars to the killring by
merely using
backspace.
--
You received this mes
Tue Mar 31 02:58:05 EDT 2009 ande...@student.chalmers.se
* Paren.hs: Fixed some minor warnings.
Ignore-this: ba1987c824c10fff790357f38c6e0c6b
M ./Yi/Syntax/Paren.hs -1 +2
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://g
34 matches
Mail list logo