Defining custom StyleNames for a simple mode

2009-05-08 Thread Deniz Dogan
Hi I'm writing a little mode for Yi which will only do syntax highlighting. What I'd like to know is how I can define my own text styles, i.e. not use commentStyle etc. from the user's theme. All of the other modes seem to use StyleName as the "Tokens", but since I want my own custom styles, inde

patch applied (yi): GTK clipboard support

2009-05-08 Thread Jeff Wheeler
Fri May 8 11:09:50 EDT 2009 m.ni...@gmail.com * GTK clipboard support Ignore-this: 85c1175ef568c5248d3c6fa9a470c351 M ./Yi/UI/Pango.hs -16 +33 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-d

patch applied (yi): replace modifyRegionB with modifyRegionClever when joining lines -> buffer marks stay valid

2009-05-08 Thread Jeff Wheeler
Thu May 7 21:55:22 EDT 2009 steffen.sier...@gmail.com * replace modifyRegionB with modifyRegionClever when joining lines -> buffer marks stay valid Ignore-this: ed44b157686be1382ae9c85a442282a9 M ./Yi/Keymap/Vim.hs -3 +3 --~--~-~--~~~---~--~~ Yi develop

patch applied (yi): handling overlapping regions created due to text deletion

2009-05-08 Thread Jeff Wheeler
Thu May 7 21:21:31 EDT 2009 steffen.sier...@gmail.com * handling overlapping regions created due to text deletion Ignore-this: 6902d37d74b44e65c4610c3dfcd08eca when deleting text, thus regions become overlapping these regions will be ordered consecutively thus their content won't over

patch applied (yi): added ex command ":sd" to example keymap (yi-vim-snippets) showing a list of known dependent region markers (if list is to long look into *messages* buffer) for simple debugging pu

2009-05-08 Thread Jeff Wheeler
Thu May 7 20:04:58 EDT 2009 steffen.sier...@gmail.com * added ex command ":sd" to example keymap (yi-vim-snippets) showing a list of known dependent region markers (if list is to long look into *messages* buffer) for simple debugging purposes Ignore-this: 71721011ec381cf1a47ce4988320f53a

Issue 265 in yi-editor: Slow pasting

2009-05-08 Thread codesite-noreply
Comment #9 on issue 265 by coreyoconnor: Slow pasting http://code.google.com/p/yi-editor/issues/detail?id=265 If you are using vty then can you report what version of vty you have installed? Run the command "ghc-pkg list vty" The darcs version of vty (3.1.9) will provide higher performance.

Issue 69 in yi-editor: Unable to paste X selection

2009-05-08 Thread codesite-noreply
Comment #6 on issue 69 by m.niloc: Unable to paste X selection http://code.google.com/p/yi-editor/issues/detail?id=69 Here is a patch for clipboard support. Copying from Yi and to Yi both work. Attachments: gtk-clipboard.dpatch 111 KB -- You received this message because you are liste

Re: Problems running the latest Yi

2009-05-08 Thread Colin McQuillan
2009/5/8 Jean-Philippe Bernardy : > >> >> cabal wouldn't install Yi's dependencies for me on 6.10.2: I get the >> same error Hackage shows for regex-tdfa: >> >> http://hackage.haskell.org/packages/archive/regex-tdfa/1.1.1/logs/failure/ghc-6.10 > > I thought this was a documentation generation prob

Re: Problems running the latest Yi

2009-05-08 Thread Jean-Philippe Bernardy
> > cabal wouldn't install Yi's dependencies for me on 6.10.2: I get the > same error Hackage shows for regex-tdfa: > > http://hackage.haskell.org/packages/archive/regex-tdfa/1.1.1/logs/failure/ghc-6.10 I thought this was a documentation generation problem only. Cheers, JP. --~--~-~--~--

Issue 265 in yi-editor: Slow pasting

2009-05-08 Thread codesite-noreply
Comment #8 on issue 265 by JeanPhilippe.bernardy: Slow pasting http://code.google.com/p/yi-editor/issues/detail?id=265 There is "theoretical" support for atomic paste in xterm; but no distributed terminal actually implements it. I informed the xterm maintainer about this, and he might fix it

Re: darcs patch: Added 'go' command to Vim keymap

2009-05-08 Thread Jean-Philippe Bernardy
> Right, but I'm wondering if the patch still applies in the latest version of > Yi given the bunch of change on the rope representation. my guess: f it compiles it must be ok. :) -- JP --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com h