Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-04[TextEditor] Removed VI mode.Mike Krüger
2015-02-20[TextEditor/Ide] Renamed various TextEditor classes. TextEditor nowMike Krüger
2013-11-1916307 - reset motion after actionskjnilsson
2013-10-18[Vi] Add support for centering the text editor.Cody Russell
2013-09-19Fix some minor bugs detected by source analysisMichael Hutchinson
2013-05-28[Vi] Move caret blink reset logic to ViStatusAreaMichael Hutchinson
2013-05-28[Vi] Factor ViEditMode dependencies from ViStatusAreaMichael Hutchinson
2013-05-28[Vi] Moved NewViMode to separate fileMichael Hutchinson
2013-03-28[TextEditor] Added line/column display in vi status area.Mike Krüger
2013-03-04[TextEditor] VIMode: improved caret handling in status area.Mike Krüger
2013-03-04[TextEditor] Fixed vi tests.Mike Krüger
2013-03-04[TextEditor] Vi status are no longer scrolls with the editor.Mike Krüger
2013-03-04[TextEditor] VI Edit mode no longer uses the status bar to displayMike Krüger
2013-02-04Implemented y, d, & v inner motionstkellogg
2013-02-03Added ciw motiontkellogg
2012-04-05[TextEditor] Renamed LineSegment.EditableLength -> LineSegment.Length.Mike Krüger
2012-03-11[TextEditor] Replaced ISegment with TextSegment struct.Mike Krüger
2011-12-13jump-to-line, :N in vi-mode put caret in line N-1fedor wiedenhof
2011-10-27[TextEditor] Use undo group model.Mike Krüger
2011-01-11Fixed 'Bug 622618 - Inline search fails in vi mode'.Mike Krüger
2010-11-14ViMode: @@ repeat last macroSeth Heeren
2010-11-14comments, stub mode case labelsSeth Heeren
2010-10-26[Vi] First pass at insert mode in new Vi modeMichael Hutchinson
2010-10-15[TextEditor] Progress on new vi modeMichael Hutchinson
2010-08-23Fixed some last line errors.Mike Krüger
2010-08-22Transformed text editor line/column coordinate system.Mike Krüger
2010-08-07Made the coordinate transformation API easier to use.Mike Krüger
2010-07-24Make pasting in Vi Mode an atomic change.Anirudh Sanjeev
2010-06-11* Mono.TextEditor.Vi/ViMode.cs: Fix mouse selection enabling visualMichael Hutchinson
2010-06-11* Mono.TextEditor.Vi/ViMode.cs:Michael Hutchinson
2010-06-01* Mono.TextEditor.Vi/ViMode.cs: Fix tests.Michael Hutchinson
2010-06-01* Mono.TextEditor.Vi/ViMode.cs: Reset on external caret change ifMichael Hutchinson
2010-06-01* Mono.TextEditor.Vi/ViMode.cs: Better handling of '*'.Michael Hutchinson
2010-06-01* Mono.TextEditor.Vi/ViMode.cs: Improve testability. Fix dd and ccMichael Hutchinson
2010-06-01* Mono.TextEditor.Vi/ViActionMaps.cs: New EditObject map for 'c' toMichael Hutchinson
2010-06-01* Mono.TextEditor.Vi/ViMode.cs: Single-char offset should not moveMichael Hutchinson
2010-06-01* Mono.TextEditor.Vi/ViMode.cs: Smart casing for searches. Fix 'cw'Michael Hutchinson
2010-06-01* Mono.TextEditor.Vi/ViMode.cs: Retreat from line end after x and onMichael Hutchinson
2010-06-01* Mono.TextEditor.Vi/ViActionMaps.cs: Use vi up/down/end commandsMichael Hutchinson
2010-05-31* Mono.TextEditor.Vi/ViMode.cs: Use OnAdded/OnRemoved to changeMichael Hutchinson
2010-05-11* Mono.TextEditor.Vi/ViMark.cs:Mike Krüger
2010-02-242010-02-23 Sanjoy Das <sanjoy@playingwithpointers.com>Michael Hutchinson
2009-12-12* Mono.TextEditor.Vi/ViMode.cs: * Mono.TextEditor.Vi/ViActions.cs: * Mono.Tex...Levi Bard
2009-12-11* Mono.TextEditor.Vi/ViMode.cs: Select the highlighted character by default...Levi Bard
2009-12-11* Mono.TextEditor.Vi/ViMode.cs: Make inline paste behave more like vim. Fix...Levi Bard
2009-12-08* Mono.TextEditor.Vi/ViMode.cs: Add Ctrl-[ as a workalike for Esc, Ctrl-C.Levi Bard
2009-11-21* Mono.TextEditor.Vi/ViMode.cs: Support delete key in command mode.Levi Bard
2009-09-23* Mono.TextEditor.Vi/ViMode.cs: Shorten overlong line.Michael Hutchinson
2009-07-11Reset insert cursor.Levi Bard
2009-06-12Make left/right keybindings more consistent with vim.Levi Bard