Text Editor E05 - How To Implement Text Editing Features for a Text Editor

preview_player
Показать описание
It's finally time to turn our text-viewer into a full-blown text editor.

This is Part 5 of the "Implementing a Text Editor" series and we will cover:

* Inserting Characters and new lines
* Handling the Enter Key to split lines
* Deleting Characters and Lines
* Saving Files

You're going to be in for a ride!

► Source Repository

► Timestamps
00:00 Intro
00:18 Recap
00:55 Inserting Characters
05:52 Inserting New Lines
07:36 Bug Bounty
07:57 Handling Enter
12:16 Deleting Characters
16:35 Deleting Lines
18:15 Saving Files
21:35 Outro

► Acknowledgements
A BIG thank you goes out to:

► FOLLOW ME

Рекомендации по теме
Комментарии
Автор

Great as always! Thank you!
Just one thing. The DELETE and BACKSPACE keys have different behavior for deleting chars. The DELETE key deletes a char under the cursor, and the BACKSPACE key deletes a char before the cursor.

sergemob
Автор

Awesome video, editing feature finally being added! Why so less views🤣

Mr-domenic
Автор

Finally you remembered google account password :)

cypherliquid