Re: Issue 176 in yi-editor: Vim block/rectangle functions not yet implemented

2010-03-29 Thread codesite-noreply
Comment #8 on issue 176 by eltges: Vim block/rectangle functions not yet implemented http://code.google.com/p/yi-editor/issues/detail?id=176 The commands 'c' and 'i' actually work different in rectangle selection, which is handy. With 'c' you change every line of the selected text to what y

Issue 176 in yi-editor: Vim block/rectangle functions not yet implemented

2009-05-16 Thread codesite-noreply
Comment #7 on issue 176 by nicolas.pouillard: Vim block/rectangle functions not yet implemented http://code.google.com/p/yi-editor/issues/detail?id=176 The implementation is partial, cutting a rectangle actually just delete it. Replaying a rectangle operation does not work if I well remember.

Issue 176 in yi-editor: Vim block/rectangle functions not yet implemented

2009-05-15 Thread codesite-noreply
Comment #6 on issue 176 by jeffwheeler: Vim block/rectangle functions not yet implemented http://code.google.com/p/yi-editor/issues/detail?id=176 This seems to work well. Should we close this issue? -- You received this message because you are listed in the owner or CC fields of this issue, o

Issue 176 in yi-editor: Vim block/rectangle functions not yet implemented

2009-03-08 Thread codesite-noreply
Updates: Owner: nicolas.pouillard Comment #5 on issue 176 by JeanPhilippe.bernardy: Vim block/rectangle functions not yet implemented http://code.google.com/p/yi-editor/issues/detail?id=176 (No comment was entered for this change.) -- You received this message because you are listed i

Issue 176 in yi-editor: Vim block/rectangle functions not yet implemented

2008-12-16 Thread codesite-noreply
Updates: Status: Started Comment #4 on issue 176 by nicolas.pouillard: Vim block/rectangle functions not yet implemented http://code.google.com/p/yi-editor/issues/detail?id=176 A basic support for this has been added. -- You received this message because you are listed in the owner or

Issue 176 in yi-editor: Vim block/rectangle functions not yet implemented

2008-10-26 Thread codesite-noreply
Issue 176: Vim block/rectangle functions not yet implemented http://code.google.com/p/yi-editor/issues/detail?id=176 Comment #3 by JeanPhilippe.bernardy: (No comment was entered for this change.) Issue attribute updates: Labels: Component-Keymap-vim -- You received this message becaus

Issue 176 in yi-editor: Vim block/rectangle functions not yet implemented

2008-09-11 Thread codesite-noreply
Issue 176: Vim block/rectangle functions not yet implemented http://code.google.com/p/yi-editor/issues/detail?id=176 Comment #2 by jeffwheeler: (No comment was entered for this change.) Issue attribute updates: Owner: --- -- You received this message because you are listed in the owne

Issue 176 in yi-editor: Vim block/rectangle functions not yet implemented

2008-09-08 Thread codesite-noreply
Issue 176: Vim block/rectangle functions not yet implemented http://code.google.com/p/yi-editor/issues/detail?id=176 Comment #1 by JeanPhilippe.bernardy: This shouldn't be too difficult to implement. You can add a flag to Buffer or Editor type, and use it in the UI.Vty rendering algorithm. -

Issue 176 in yi-editor: Vim block/rectangle functions not yet implemented

2008-09-07 Thread codesite-noreply
Issue 176: Vim block/rectangle functions not yet implemented http://code.google.com/p/yi-editor/issues/detail?id=176 New issue report by jeffwheeler: This is similar to the Emacs rectangle modes, but the visual selection actually forms a rectangle, rather than a normal selection style that occu