richedit Rich Text Editor in C# - Part 10 - View Updates and Clipboard This video finishes the implementation of Undo/Redo in the view as well as support for multiple views and plain text clipboard operations. For source code, see this tagged branch
richedit Rich Text Editor in C# - Part 9 - Undo/Redo Support This video looks at the document side aspects of undo/redo support. For source code, see this tagged branch of the RichTextKit repo. Got questions or comments? Find me on
richedit Rich Text Editor in C# - Part 8 - Basic Edits Working In this video we reach a bit of a milestone with basic edit operations now working! Got questions or comments? Find me on Twitter - @toptensoftware
richedit Rich Text Editor in C# - Part 7 - Primitive Edit Operations Looks at enhancements to RichTextKit's TextBlock class to support primitive edit operations. For source code, see this tagged branch of the RichTextKit repo. Got questions or comments? Find me on
richedit Rich Text Editor in C# - Part 6 - Mouse Interactions This video looks at the remaining mouse interactions for selecting whole words, lines and paragraphs.
richedit Rich Text Editor in C# - Part 5 - Scrolling Continuing the development of a rich text editor in C#, this time looking at scrolling.
richedit Rich Text Editor in C# - Part 4 - Keyboard Navigation Looks at the implementation of keyboard navigation in the text editor.
richedit Rich Text Editor in C# - Part 3 - Starting the Document This video covers the "document" part of the document/view architecture that the editor will be based on and also sets up some basic caret to text interactions.
richedit Rich Text Editor in C# - Part 2 - Caret and Cursor In this video I start on the development of the editor by implementing some basic caret and cursor functionality.
richedit Rich Text Editor in C# - Part 1 - Intro This is the first in a series of videos on building a rich text editor in C# and starts by covering the reason for wanting to build an editor and the toolkits and libraries upon which it will be based.