Skip to content

A file editor which will be similar to the one in windows i.e. Notepad

Notifications You must be signed in to change notification settings

SankalpKadam/NotePad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Editor

Overview

A copy of the original Notepad program is what this project is. This project was developed entirely in Java with the help of the GUI libraries Swing and AWT. This project carries out several features from the original Notepad program.

Features

  1. File operations -
    1. Open file - Allows user to select a txt file and open it in the editor. Thus, any text file that can be opened in the original notepad can be opened in this application.
    2. Save file - Allows user to save txt files.
    3. Print file - Allows user to print the files.
  2. View Options - Allows user to
    • Zoom in
    • Zoom out
    • Word wrap
    • Restore default zoom
  3. Keyboard shortcuts - Allows user to use keyboard shortcuts to perform actions. For instance, user can click Ctrl + O to open a new file. Another instance could be that the user can click Ctrl + + to zoom in, Ctrl + W to enable word wrap etc.

Usage

This application can be used a file editor.

Current work in progress

  • Find and Replace functionality
  • Support multiple file types such as .py,.java and make it a code editor

About

A file editor which will be similar to the one in windows i.e. Notepad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages