DEV Community

Cover image for How to Build a Text Editor With Java (Part 3)
Marco Behler
Marco Behler

Posted on

3

How to Build a Text Editor With Java (Part 3)

Let's continue building our Java based, command-line text editor that we started here @ https://youtu.be/kT4JYQi9w4w .

This is Part 3 and we will cover:

  • How to implement Page Up & Page Down functionality.
  • How to make the End key work properly, including cursor snapping.
  • And how to make our text editor work on all operating systems, including macOS and Windows - not just Linux.

You're going to be in for a ride!

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay