How To Build a Command-Line Text Editor With Java (Part 3)

Let's continue building our Java-based, command-line text editor that we started in Part 1 and Part 2Here in Part 3, we will cover the following: 

  • How to implement page-up and page-down functionality 
  • How to make the end key work properly, including cursor snapping 
  • How to make our text editor work on all operating systems, including macOS and Windows - not just Linux

You're in for a ride!

CategoriesUncategorized